From: Michael Prokop Date: Wed, 27 Jul 2011 19:38:52 +0000 (+0200) Subject: buildd/cronjob.sh: no longer build daily ISOs of Debian/squeeze. X-Git-Tag: v0.15.1~15 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=e725f1f7eca9945c0fcc88166f93e3654d7a2628;hp=5bb1e78462c5d034dfb6477cae1a124a50d1aaf0 buildd/cronjob.sh: no longer build daily ISOs of Debian/squeeze. Debian/squeeze is not that relevant for us, so we decided to no longer build it on a daily base. --- diff --git a/buildd/cronjob.sh b/buildd/cronjob.sh index f288a1d..3ed1c5e 100755 --- a/buildd/cronjob.sh +++ b/buildd/cronjob.sh @@ -23,30 +23,24 @@ fi echo $$ > /usr/share/grml-live/buildd/buildd_running -/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_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/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_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/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_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