summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-08-22 10:43:53 -0300
committerRenato Botelho <renato@netgate.com>2017-08-22 10:43:53 -0300
commitb4b446a64eb31538da74fd0ee4faed9c4fedc5a8 (patch)
treec67096ffcda40b85802447021711401bbae83ce5
parent87c56a107ee24a9a3e9e69fc24bbeebedb712c12 (diff)
downloadpfsense-b4b446a64eb31538da74fd0ee4faed9c4fedc5a8.zip
pfsense-b4b446a64eb31538da74fd0ee4faed9c4fedc5a8.tar.gz
Fix hability to build only packages
-rwxr-xr-xtools/build_snapshots.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/build_snapshots.sh b/tools/build_snapshots.sh
index 6322605..23b1b43 100755
--- a/tools/build_snapshots.sh
+++ b/tools/build_snapshots.sh
@@ -30,7 +30,7 @@ usage() {
export BUILDER_TOOLS=$(realpath $(dirname ${0}))
export BUILDER_ROOT=$(realpath "${BUILDER_TOOLS}/..")
-NO_IMAGES=""
+IMAGES="all"
NO_RESET=""
NO_UPLOAD=""
LOOPED_SNAPSHOTS=""
@@ -40,7 +40,7 @@ POUDRIERE_SNAPSHOTS=""
while getopts lnpru opt; do
case ${opt} in
n)
- NO_IMAGES="none"
+ IMAGES="none"
;;
l)
LOOPED_SNAPSHOTS=1
@@ -197,7 +197,7 @@ while [ /bin/true ]; do
exec_and_update_status \
${BUILDER_ROOT}/build.sh ${NO_UPLOAD} --snapshots \
- ${NO_IMAGES} "memstick memstickadi memstickserial iso" \
+ ${IMAGES} \
|| exit $?
fi
IFS=${OIFS}
OpenPOWER on IntegriCloud