X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=buildd%2Fgrml-live_autobuild_grml-medium_sid.sh;h=a6552551b3acfbb3685a4ce232a30ceddc4e29a1;hp=33e8891e863e4b6e3dc85c8cca250eff7149a4e9;hb=db5741b5b41210da401504a3493d9a284da32e9c;hpb=5e517c2dd8404f40f8c1439cedd07571df1a540c diff --git a/buildd/grml-live_autobuild_grml-medium_sid.sh b/buildd/grml-live_autobuild_grml-medium_sid.sh index 33e8891..a655255 100755 --- a/buildd/grml-live_autobuild_grml-medium_sid.sh +++ b/buildd/grml-live_autobuild_grml-medium_sid.sh @@ -1,25 +1,13 @@ #!/bin/sh # settings for grml_live_run: -DATE=$(date +%Y%m%d) -ISO_NAME=grml-medium_sid_$DATE.iso +SHORTDATE=$(date +%Y%m%d) +PRODUCT_NAME=grml-medium_sid_$SHORTDATE SUITE=sid -CLASSES='GRMLBASE,GRML_MEDIUM,RELEASE,I386' +CLASSES='GRMLBASE,GRML_MEDIUM,RELEASE,I386,IGNORE' NAME=grml-medium SCRIPTNAME="$(basename $0)" ARCH=i386 -. /usr/share/grml-live/buildd/buildd/functions.sh || exit 1 - -# execute grml-live: -grml_live_run - -create_logs - -iso_details - -send_mail - -store_iso - -bailout +# finally just source main file +. /usr/share/grml-live/buildd/execute.sh || exit 1