source: other-projects/nightly-tasks/crons-and-scripts/linux32/linux32_crontab_file@ 32405

Last change on this file since 32405 was 32404, checked in by ak19, 6 years ago

Linux32 VM's scripts for generating nightly and release binaries (including the scripts for generating other release packages that are run only on the 32 bit VM, e.g. sork)

File size: 930 bytes
Line 
101 0 * * * /bin/mount --bind /proc /opt/lsb-buildenv-ia32/proc
2# force the wrap command to run regardless of whether the binary was successfully generated
3# by chaining the commands with the ";" and not the "&&" (iff)
40 1 * * * /usr/sbin/chroot /opt/lsb-buildenv-ia32 ./run-gs2-caveat.sh ; /usr/sbin/chroot /opt/lsb-buildenv-ia32 ./run-gs2-caveat.sh wrap
50 2 * * * /usr/sbin/chroot /opt/lsb-buildenv-ia32 ./run-gs3-caveat.sh ; /usr/sbin/chroot /opt/lsb-buildenv-ia32 ./run-gs3-caveat.sh wrap
6
70 3 * * * /usr/sbin/chroot /opt/lsb-buildenv-ia32 ./run-dec-caveat.sh
8
90 4 * * * /usr/sbin/chroot /opt/lsb-buildenv-ia32 ./run-gs2-src-caveat.sh
1010 4 * * * /usr/sbin/chroot /opt/lsb-buildenv-ia32 ./run-gs3-src-caveat.sh
11
1230 4 * * * /usr/sbin/chroot /opt/lsb-buildenv-ia32 ./run-gs2-stable.sh
1330 5 * * * /usr/sbin/chroot /opt/lsb-buildenv-ia32 ./run-gs3-stable.sh
14
1530 6 * * * /usr/sbin/chroot /opt/lsb-buildenv-ia32 ./create-expeditee.sh
Note: See TracBrowser for help on using the repository browser.