From 8b2256ca0e4b01d926c5cc07bfe0049973035661 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 31 Dec 2009 11:33:41 -0200 Subject: Don't update submodules to HEAD --- files/update-puppet-conf.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/files/update-puppet-conf.sh b/files/update-puppet-conf.sh index e850c47..dddae94 100644 --- a/files/update-puppet-conf.sh +++ b/files/update-puppet-conf.sh @@ -14,8 +14,4 @@ cd ${PUPPET_DIR} git pull ${ORIGIN_DIR} master git checkout -f git submodule update --init -for module in `git submodule | cut -d" " -f3`; do - cd ${PUPPET_DIR}/${module} - git pull origin master -done git clean -d -f -- cgit v1.2.3