]> gitweb.fluxo.info Git - puppet-puppet.git/commitdiff
Quiet submodule init (2)
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Jan 2013 18:33:04 +0000 (16:33 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Jan 2013 18:33:04 +0000 (16:33 -0200)
files/update-puppet-conf.sh

index 72dc00b2f8364e4592662fe5e8d483ff02efae8a..ef7bfcd314f21f5e7d05b4d53e788cff864e9bbb 100644 (file)
@@ -14,6 +14,7 @@ if [ -d "${PUPPET_DIR}/.git" ] && [ -d "${ORIGIN_DIR}" ]; then
   cd ${PUPPET_DIR}
   git pull ${ORIGIN_DIR} master
   git checkout -f
-  git submodule update --init -q
+  # See https://github.com/git/git/commit/c1c259e225cf39c7353c673ad2c7c84450d909c1
+  git submodule update --init | grep -v "^Submodule "
   git clean -d -f
 fi