X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=buildd%2Fcronjob.sh;h=f288a1dcd0a42c1fd30c58b609c45c612c1a22d2;hp=80b63d45efa8519da7feef8bae6af93853c1eae9;hb=c315d7d3e9723213b01ff2acd1e414f10d79dd53;hpb=8194543299a213d9597b85d726fe2085064dfcc7 diff --git a/buildd/cronjob.sh b/buildd/cronjob.sh old mode 100644 new mode 100755 index 80b63d4..f288a1d --- a/buildd/cronjob.sh +++ b/buildd/cronjob.sh @@ -7,7 +7,12 @@ ################################################################################ # Add something like that to the crontab to execute grml-live buildd # every day at a specific time: -# 30 1 * * * /usr/share/grml-live/buildd/cronjob.sh +# 50 0 * * * /usr/share/grml-live/buildd/cronjob.sh +# +# On the mirror (where you're hosting the ISOs) you might want to +# install something like that in your crontab: +# 02 * * * * /home/mika/cronjobs/link_latest.sh +# 03 03 * * * /home/mika/cronjobs/cleanup.sh ################################################################################ if [ -r /usr/share/grml-live/buildd/buildd_running ] ; then @@ -18,25 +23,31 @@ fi echo $$ > /usr/share/grml-live/buildd/buildd_running -/usr/share/grml-live/buildd/grml-live_autobuild_grml64-small_lenny.sh && \ /usr/share/grml-live/buildd/grml-live_autobuild_grml64-small_squeeze.sh && \ +/usr/share/grml-live/buildd/grml-live_autobuild_grml64-small_wheezy.sh && \ /usr/share/grml-live/buildd/grml-live_autobuild_grml64-small_sid.sh && \ -/usr/share/grml-live/buildd/grml-live_autobuild_grml-small_lenny.sh && \ /usr/share/grml-live/buildd/grml-live_autobuild_grml-small_squeeze.sh && \ +/usr/share/grml-live/buildd/grml-live_autobuild_grml-small_wheezy.sh && \ /usr/share/grml-live/buildd/grml-live_autobuild_grml-small_sid.sh -/usr/share/grml-live/buildd/grml-live_autobuild_grml64-medium_lenny.sh && \ +/usr/share/grml-live/buildd/upload_isos.sh && \ +/usr/share/grml-live/buildd/remove_isos.sh + /usr/share/grml-live/buildd/grml-live_autobuild_grml64-medium_squeeze.sh && \ +/usr/share/grml-live/buildd/grml-live_autobuild_grml64-medium_wheezy.sh && \ /usr/share/grml-live/buildd/grml-live_autobuild_grml64-medium_sid.sh && \ -/usr/share/grml-live/buildd/grml-live_autobuild_grml-medium_lenny.sh && \ /usr/share/grml-live/buildd/grml-live_autobuild_grml-medium_squeeze.sh && \ +/usr/share/grml-live/buildd/grml-live_autobuild_grml-medium_wheezy.sh && \ /usr/share/grml-live/buildd/grml-live_autobuild_grml-medium_sid.sh -/usr/share/grml-live/buildd/grml-live_autobuild_grml64-large_lenny.sh && \ +/usr/share/grml-live/buildd/upload_isos.sh && \ +/usr/share/grml-live/buildd/remove_isos.sh + /usr/share/grml-live/buildd/grml-live_autobuild_grml64-large_squeeze.sh && \ +/usr/share/grml-live/buildd/grml-live_autobuild_grml64-large_wheezy.sh && \ /usr/share/grml-live/buildd/grml-live_autobuild_grml64-large_sid.sh && \ -/usr/share/grml-live/buildd/grml-live_autobuild_grml-large_lenny.sh && \ /usr/share/grml-live/buildd/grml-live_autobuild_grml-large_squeeze.sh && \ +/usr/share/grml-live/buildd/grml-live_autobuild_grml-large_wheezy.sh && \ /usr/share/grml-live/buildd/grml-live_autobuild_grml-large_sid.sh /usr/share/grml-live/buildd/upload_isos.sh && \