From 7df4fdf14a3af63034f1613eea2fc3144ac7657d Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 14 Jul 2026 13:01:34 +0200 Subject: image-builder: README cron matches deployed 06:00/06:20/08:00 schedule The nightly chain on docker.noland.dnx runs after the NAS repo syncs (04:00, 05:00): bootstrap 06:00, full-image 06:20 (~55 min), testbuild 08:00. Also add the --version current --force flags the deployed crontab actually uses. Co-Authored-By: Claude Opus 4.8 --- .extras/image-builder/README | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to '.extras/image-builder/README') diff --git a/.extras/image-builder/README b/.extras/image-builder/README index 4802ba6..d2b3ff6 100644 --- a/.extras/image-builder/README +++ b/.extras/image-builder/README @@ -35,10 +35,12 @@ VM setup (docker.noland.dnx, Slackware x86_64, 4 vCPU / 4 GB / 80 GB) /opt/sbo-testbuild/pkgs/sbopkg-*.txz /opt/sbo-testbuild/pkgs/sbo-maintainer-tools-*.txz -6. Install the nightly cron (root): - 0 4 * * * /path/to/.extras/image-builder/bootstrap.sh >> /var/log/sbo-testbuild.log 2>&1 - 15 4 * * * /path/to/.extras/image-builder/build-full-image.sh >> /var/log/sbo-testbuild.log 2>&1 - 30 4 * * * /path/to/.extras/image-builder/build-sbo-testbuild.sh >> /var/log/sbo-testbuild.log 2>&1 +6. Install the nightly cron (root). The NAS repos sync at 04:00 and 05:00, so + the chain runs after. full-image takes ~55 min, so testbuild waits with + margin. Times below are the deployed schedule on docker.noland.dnx: + 0 6 * * * /path/to/.extras/image-builder/bootstrap.sh --version current --force >> /var/log/sbo-testbuild.log 2>&1 + 20 6 * * * /path/to/.extras/image-builder/build-full-image.sh --version current --force >> /var/log/sbo-testbuild.log 2>&1 + 0 8 * * * /path/to/.extras/image-builder/build-sbo-testbuild.sh --version current --force >> /var/log/sbo-testbuild.log 2>&1 7. Ensure docker.noland.dnx resolves on the LAN (static IP or DNS). -- cgit v1.2.3