diff options
Diffstat (limited to '.extras/image-builder')
| -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). |
