From 06004750f10aef75bcb5ddb3558d7d1fd65f5711 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 13 Jul 2010 17:41:36 +0200 Subject: Call vcs_update_submodules only after running git pull --- bin/ct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/ct b/bin/ct index d36a2c8..403c353 100755 --- a/bin/ct +++ b/bin/ct @@ -273,6 +273,7 @@ function vcs_pull ( } else { vcs_branch_is_master ${1} && git pull $(list_get_uri ${1}) master } + vcs_update_submodules ) function vcs_push ( @@ -458,7 +459,6 @@ function global_hook { ;; post-update) triggers+=${1} - vcs_update_submodules ${1} check_prereqs ${1} if [[ -r Makefile ]] { info "${1}: Running make\n" -- cgit v1.2.3