summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2009-12-31 11:33:41 -0200
committerSilvio Rhatto <rhatto@riseup.net>2009-12-31 11:33:41 -0200
commit8b2256ca0e4b01d926c5cc07bfe0049973035661 (patch)
treeb30f598d774226d62a3693ea0e4998ba5860cf40 /files
parent5c73c32c08f22cc57eb48812591e119fbb14b457 (diff)
downloadpuppet-puppet-8b2256ca0e4b01d926c5cc07bfe0049973035661.tar.gz
puppet-puppet-8b2256ca0e4b01d926c5cc07bfe0049973035661.tar.bz2
Don't update submodules to HEAD
Diffstat (limited to 'files')
-rw-r--r--files/update-puppet-conf.sh4
1 files changed, 0 insertions, 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