Drop legacy non-container builders
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# run-builder.sh — trigger ISO build on remote Debian 12 builder VM
|
||||
# run-builder.sh — trigger containerized ISO build on a remote builder host
|
||||
#
|
||||
# Usage:
|
||||
# sh scripts/run-builder.sh
|
||||
@@ -79,7 +79,7 @@ screen -S bee-build -X quit 2>/dev/null || true
|
||||
|
||||
echo "--- starting build in screen session (survives SSH disconnect) ---"
|
||||
echo "--- log: \$LOG ---"
|
||||
screen -dmS bee-build sh -c "sudo sh iso/builder/build.sh ${EXTRA_ARGS} > \$LOG 2>&1; echo \$? > /tmp/bee-build-exit"
|
||||
screen -dmS bee-build sh -c "sh iso/builder/build-in-container.sh ${EXTRA_ARGS} > \$LOG 2>&1; echo \$? > /tmp/bee-build-exit"
|
||||
|
||||
# Stream log until build finishes
|
||||
echo "--- streaming build log (Ctrl+C safe — build continues on VM) ---"
|
||||
|
||||
Reference in New Issue
Block a user