]> gitweb.fluxo.info Git - cache.git/commitdiff
Hooks: update submodules
authorCache Saravento <cache@sarava.org>
Sat, 8 Aug 2015 14:12:22 +0000 (11:12 -0300)
committerCache Saravento <cache@sarava.org>
Sat, 8 Aug 2015 14:12:22 +0000 (11:12 -0300)
bin/post-receive
bin/post-update

index 512b9fd8b60df5834e170195bfaf1117e43f6e9e..7411db551af90ca0777c00933d7b9d2e9bd037eb 100755 (executable)
@@ -4,3 +4,4 @@ cd ..
 unset GIT_DIR
 
 git checkout -f
+git submodule update --init
index beed5248ec84b2bac935cb02d4a75715b17e7c14..27e926a5c1812057f5df70c93b1ea699f1350886 100755 (executable)
@@ -10,5 +10,7 @@ else
   git checkout -f
 fi
 
+git submodule update --init
+
 cd -
 exec git update-server-info