From 86dab0304cbf58a60a6e2b3720e912ae5eed8795 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 28 Jan 2015 13:30:57 -0300 Subject: Add helper to wait between steps. --- createbundle.sh | 2 ++ 1 file changed, 2 insertions(+) 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 to continue, +C to exit. " $bundler --do pythonsetup # hack to solve gnupg version problem -- cgit v1.2.3