From: Christian Hofstaedtler Date: Mon, 7 Nov 2011 16:49:45 +0000 (+0100) Subject: Rename GRML_FULL buildd scripts to match that name X-Git-Tag: v0.17.0~117 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=8d172da0521fda7aa74659655344ae3f9d60052c;hp=d2937b0d7bdc0b89aa3e856f696ffb2666936388 Rename GRML_FULL buildd scripts to match that name --- diff --git a/buildd/cronjob.sh b/buildd/cronjob.sh index 3ed1c5e..540293a 100755 --- a/buildd/cronjob.sh +++ b/buildd/cronjob.sh @@ -39,10 +39,10 @@ echo $$ > /usr/share/grml-live/buildd/buildd_running /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_wheezy.sh && \ -/usr/share/grml-live/buildd/grml-live_autobuild_grml64-large_sid.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/grml-live_autobuild_grml64-full_wheezy.sh && \ +/usr/share/grml-live/buildd/grml-live_autobuild_grml64-full_sid.sh && \ +/usr/share/grml-live/buildd/grml-live_autobuild_grml-full_wheezy.sh && \ +/usr/share/grml-live/buildd/grml-live_autobuild_grml-full_sid.sh /usr/share/grml-live/buildd/upload_isos.sh && \ /usr/share/grml-live/buildd/remove_isos.sh diff --git a/buildd/grml-live_autobuild_grml-large_sid.sh b/buildd/grml-live_autobuild_grml-full_sid.sh similarity index 100% rename from buildd/grml-live_autobuild_grml-large_sid.sh rename to buildd/grml-live_autobuild_grml-full_sid.sh diff --git a/buildd/grml-live_autobuild_grml-large_squeeze.sh b/buildd/grml-live_autobuild_grml-full_squeeze.sh similarity index 100% rename from buildd/grml-live_autobuild_grml-large_squeeze.sh rename to buildd/grml-live_autobuild_grml-full_squeeze.sh diff --git a/buildd/grml-live_autobuild_grml-large_wheezy.sh b/buildd/grml-live_autobuild_grml-full_wheezy.sh similarity index 100% rename from buildd/grml-live_autobuild_grml-large_wheezy.sh rename to buildd/grml-live_autobuild_grml-full_wheezy.sh diff --git a/buildd/grml-live_autobuild_grml64-large_sid.sh b/buildd/grml-live_autobuild_grml64-full_sid.sh similarity index 100% rename from buildd/grml-live_autobuild_grml64-large_sid.sh rename to buildd/grml-live_autobuild_grml64-full_sid.sh diff --git a/buildd/grml-live_autobuild_grml64-large_squeeze.sh b/buildd/grml-live_autobuild_grml64-full_squeeze.sh similarity index 100% rename from buildd/grml-live_autobuild_grml64-large_squeeze.sh rename to buildd/grml-live_autobuild_grml64-full_squeeze.sh diff --git a/buildd/grml-live_autobuild_grml64-large_wheezy.sh b/buildd/grml-live_autobuild_grml64-full_wheezy.sh similarity index 100% rename from buildd/grml-live_autobuild_grml64-large_wheezy.sh rename to buildd/grml-live_autobuild_grml64-full_wheezy.sh