aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-04-22 12:18:06 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-04-22 12:18:06 -0300
commitfaf776433b474217325c56968187bf35a4e1b911 (patch)
tree968d5a7be7b14b2df6db341aab782daa12e43234
parent900d61e14fe347db9596656cffd8f8dae784a584 (diff)
downloadscripts-faf776433b474217325c56968187bf35a4e1b911.tar.gz
scripts-faf776433b474217325c56968187bf35a4e1b911.tar.bz2
Sandbox: add bootstrap remote
-rwxr-xr-xsandbox1
1 files changed, 1 insertions, 0 deletions
diff --git a/sandbox b/sandbox
index 41093ba..6f1e120 100755
--- 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
)