From f310decfbb6beea0955357700469a0c2244468b7 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 27 Jun 2016 19:17:44 -0300 Subject: [PATCH] Only build memstick images for now --- tools/build_snapshots.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/build_snapshots.sh b/tools/build_snapshots.sh index cd42514f31..dfd3944b62 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