From 2c0f9431e338101ba8f21237e676667c8c0311c7 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 3 Aug 2009 15:10:53 +0200 Subject: [PATCH] Mention cleanup and link_latest in cronjob.sh --- buildd/cronjob.sh | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.1.4