]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Really remove bootstrap from mrconfig
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 19 Aug 2015 22:26:26 +0000 (19:26 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 19 Aug 2015 22:26:26 +0000 (19:26 -0300)
.mrconfig
bin/mrconfig

index 66d40038262f2df12c7086642ca1e629563b216f..9955af197dbcd13624a95010f845a57b04617459 100644 (file)
--- a/.mrconfig
+++ b/.mrconfig
@@ -32,9 +32,6 @@ checkout = git clone git://git.sarava.org/puppet-bind.git bind
 [puppet/modules/bitcoind]
 checkout = git clone git://git.sarava.org/puppet-bitcoind.git bitcoind
 
-[puppet/modules/bootstrap]
-checkout = git clone git://git.sarava.org/puppet-bootstrap.git bootstrap
-
 [puppet/modules/common]
 checkout = git clone git://git.sarava.org/puppet-common.git common
 
index 7c63bb3599f1c6e9d770fc72e1629882ad50103d..d061f5bf07f460152791d9b674e9a6ff8a41a03d 100755 (executable)
@@ -19,7 +19,7 @@ curl --stderr - $URL | grep "^puppet-" | cut -d ' ' -f 1 | while read module; do
   folder="`echo $module | sed -e 's/^puppet-//'`"
   folder="`basename $folder .git`"
 
-  if [ "$module" != "$bootstrap" ]; then
+  if [ "$folder" != "bootstrap" ]; then
     echo "Processing $folder..."
     mr config puppet/modules/$folder checkout="git clone git://$GIT/$module $folder"
   fi