summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-01-28 13:30:57 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-01-28 13:30:57 -0300
commit86dab0304cbf58a60a6e2b3720e912ae5eed8795 (patch)
tree3f73f83f77d7063e3a2d145b7576708b0b9d9168
parentff441f7c59f9a60ccbdb5d72feb920175dbc19f3 (diff)
Add helper to wait between steps.
-rwxr-xr-xcreatebundle.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/createbundle.sh b/createbundle.sh
index 0b86626..9cf5b7a 100755
--- a/createbundle.sh
+++ b/createbundle.sh
@@ -201,6 +201,8 @@ run_bundler() {
$bundler --do gitcheckout
copy_binaries
+ # uncomment the following line if you want to do a pause before the python setup in order to do some tweaks on the cloned repos.
+ # read -p "Waiting to 'pythonsetup' ... press <Enter> to continue, <Ctrl>+C to exit. "
$bundler --do pythonsetup
# hack to solve gnupg version problem