From: Michael Prokop Date: Mon, 3 Aug 2009 13:10:53 +0000 (+0200) Subject: Mention cleanup and link_latest in cronjob.sh X-Git-Tag: v0.9.20~12 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=2c0f9431e338101ba8f21237e676667c8c0311c7 Mention cleanup and link_latest in cronjob.sh --- diff --git a/buildd/cronjob.sh b/buildd/cronjob.sh index 80b63d4..c69291b 100644 --- a/buildd/cronjob.sh +++ b/buildd/cronjob.sh @@ -8,6 +8,11 @@ # 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 +# +# On the mirror (where you're hosting the ISOs) you might want to +# install something like that in your crontab: +# 02 * * * * /srv/mirror/www.grml.org/daily/.link_latest.sh +# 03 03 * * * /srv/mirror/www.grml.org/daily/.cleanup.sh ################################################################################ if [ -r /usr/share/grml-live/buildd/buildd_running ] ; then