Project

General

Profile

« Previous | Next » 

Revision 20dd5bef

Added by Ewoud Kohl van Wijngaarden almost 12 years ago

Sync git submodule before updating them

From the git submodule manpage under sync:
Synchronizes submodules' remote URL configuration setting to the
value specified in .gitmodules. It will only affect those submodules
which already have an url entry in .git/config (that is the case when
they are initialized or freshly added). This is useful when submodule
URLs change upstream and you need to update your local repositories
accordingly.

View differences:

templates/server/post-receive.erb
FileUtils.rm_rf $1, :secure => true
end
end
%x{git submodule sync}
%x{git submodule update --init --recursive}
end
else

Also available in: Unified diff