summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-06-27 19:17:44 -0300
committerRenato Botelho <renato@netgate.com>2016-06-27 19:17:44 -0300
commitf310decfbb6beea0955357700469a0c2244468b7 (patch)
tree1a131e9d553bad48f15dcfc67fe9cc8edc19c30a /tools
parent8de27a69c4405a8133ab3c3c01ccab8e4d07c8f6 (diff)
downloadpfsense-f310decfbb6beea0955357700469a0c2244468b7.zip
pfsense-f310decfbb6beea0955357700469a0c2244468b7.tar.gz
Only build memstick images for now
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build_snapshots.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/build_snapshots.sh b/tools/build_snapshots.sh
index cd42514..dfd3944 100755
--- a/tools/build_snapshots.sh
+++ b/tools/build_snapshots.sh
@@ -191,7 +191,8 @@ while [ /bin/true ]; do
done
(${BUILDER_ROOT}/build.sh ${NO_UPLOAD} --flash-size '2g 4g' \
- --snapshots ${NO_IMAGES} 2>&1) | while read -r LINE; do
+ --snapshots ${NO_IMAGES} "memstick memstickadi memstickserial" 2>&1) \
+ | while read -r LINE; do
snapshot_update_status "${LINE}"
done
fi
OpenPOWER on IntegriCloud