From: Silvio Rhatto Date: Thu, 31 Dec 2009 13:33:41 +0000 (-0200) Subject: Don't update submodules to HEAD X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8b2256ca0e4b01d926c5cc07bfe0049973035661;p=puppet-puppet.git Don't update submodules to HEAD --- 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