]> gitweb.fluxo.info Git - scripts.git/commitdiff
Sandbox: add bootstrap remote
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 22 Apr 2014 15:18:06 +0000 (12:18 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 22 Apr 2014 15:18:06 +0000 (12:18 -0300)
sandbox

diff --git a/sandbox b/sandbox
index 41093babca7ac999f938fdef7f628ea198560c64..6f1e120699f77fff01a87079a67f7cf4edebaeb3 100755 (executable)
--- a/sandbox
+++ b/sandbox
@@ -59,6 +59,7 @@ fi
   # Use the best approach
   #git clone $BOOSTRAP $CODE/$PROJECT/puppet
   #git submodule add $BOOSTRAP puppet
+  git remote add puppet $BOOTSTRAP
   git subtree add --prefix puppet $BOOTSTRAP master --squash
 )