From 1f46623a5f40512dd4eb0bc3d7ecc1ec3bc7749b Mon Sep 17 00:00:00 2001 From: Nigel Kukard <nkukard@lbsd.net> Date: Wed, 19 Jan 2011 13:50:56 +0000 Subject: [PATCH] Added code to update the git submodules aswell if they changed --- update-git-modules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update-git-modules b/update-git-modules index 23ed6317..65f5c02f 100755 --- a/update-git-modules +++ b/update-git-modules @@ -4,8 +4,10 @@ git submodule update --recursive --init pushd awitpt git checkout v0.0.x +git pull popd pushd webgui/awitef git checkout v0.0.x +git pull popd -- GitLab