summaryrefslogtreecommitdiffstats
path: root/tools/build_snapshots.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-09-24 13:55:29 -0300
committerRenato Botelho <renato@netgate.com>2015-09-24 13:57:23 -0300
commit51fe2104bbaae7cb64bc598997d34a539fea7d17 (patch)
tree8de526eadb7082d5a3ba64dd222db221e8c80376 /tools/build_snapshots.sh
parenteef931443d426e1a5a75352a75cd881d8223d979 (diff)
downloadpfsense-51fe2104bbaae7cb64bc598997d34a539fea7d17.zip
pfsense-51fe2104bbaae7cb64bc598997d34a539fea7d17.tar.gz
If an error happened, just abort, there is no reason to ask user to press enter
Diffstat (limited to 'tools/build_snapshots.sh')
-rwxr-xr-xtools/build_snapshots.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/build_snapshots.sh b/tools/build_snapshots.sh
index c07dedc..9260fab 100755
--- a/tools/build_snapshots.sh
+++ b/tools/build_snapshots.sh
@@ -37,11 +37,6 @@ usage() {
echo " -u: Do not upload snapshots"
}
-# Use an env var to let build.sh know we are running build_snapshots.sh
-# This will avoid build.sh to run in interactive mode and wait a key
-# to be pressed when something goes wrong
-export NOT_INTERACTIVE=1
-
export BUILDER_TOOLS=$(realpath $(dirname ${0}))
export BUILDER_ROOT=$(realpath "${BUILDER_TOOLS}/..")
OpenPOWER on IntegriCloud