diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-14 13:01:34 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-14 13:01:34 +0200 |
| commit | 7df4fdf14a3af63034f1613eea2fc3144ac7657d (patch) | |
| tree | 3637887410d63b9607fd77cc877065f98048b6f8 | |
| parent | 3a99bb5ebfedd5db4d48b2564670fccf8f9b8e8f (diff) | |
| download | sbo-slackbuilds-7df4fdf14a3af63034f1613eea2fc3144ac7657d.tar.gz sbo-slackbuilds-7df4fdf14a3af63034f1613eea2fc3144ac7657d.zip | |
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 <noreply@anthropic.com>
| -rw-r--r-- | .extras/image-builder/README | 10 |
1 files changed, 6 insertions, 4 deletions
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). |
