From a461d98f5cfbda61937620cdf0829758a6bcca40 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 19 Aug 2015 19:26:26 -0300 Subject: Really remove bootstrap from mrconfig --- .mrconfig | 3 --- bin/mrconfig | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.mrconfig b/.mrconfig index 66d4003..9955af1 100644 --- 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 diff --git a/bin/mrconfig b/bin/mrconfig index 7c63bb3..d061f5b 100755 --- a/bin/mrconfig +++ b/bin/mrconfig @@ -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 -- cgit v1.2.3