Mention cleanup and link_latest in cronjob.sh
authorMichael Prokop <mika@grml.org>
Mon, 3 Aug 2009 13:10:53 +0000 (15:10 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 3 Aug 2009 13:10:53 +0000 (15:10 +0200)
buildd/cronjob.sh

index 80b63d4..c69291b 100644 (file)
@@ -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
 # 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
 ################################################################################
 
 if [ -r /usr/share/grml-live/buildd/buildd_running ] ; then