Page MenuHomePhabricator

scap should handle changes to .gitmodules
Closed, ResolvedPublic

Description

When you change .gitmodules URLs, you need to run git submodule sync before git submodule update. It looks like scap currently doesn't handle this. Scap should probably just always run git submodule sync before update in case there were any changes to .gitmodules.

Details

TitleReferenceAuthorSource BranchDest Branch
Call git submodule sync before git submodule updaterepos/releng/scap!130dancymaster-c5d7master
Customize query in GitLab

Revisions and Commits

Event Timeline

Halfak added a revision: Restricted Differential Revision.Feb 9 2017, 4:31 PM
thcipriani assigned this task to Halfak.
thcipriani subscribed.

@Halfak thank you for the fix!

This is in the currently deployed version of scap (went out with version 3.5.2-1).