X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=buildd%2Fgrml-live_autobuild_grml64-medium_sid.sh;h=f1032758baae8d15447f20117cba6a82d102398c;hb=005cdc1ea39899e025f302f05e16fb93bb66fee9;hp=9459673e13dcb804c37d64e948f7b27ab3b490cb;hpb=246b13f8acb8328c7a7c0a03219f794e3b4339fc;p=grml-live.git diff --git a/buildd/grml-live_autobuild_grml64-medium_sid.sh b/buildd/grml-live_autobuild_grml64-medium_sid.sh index 9459673..f103275 100755 --- a/buildd/grml-live_autobuild_grml64-medium_sid.sh +++ b/buildd/grml-live_autobuild_grml64-medium_sid.sh @@ -1,25 +1,13 @@ #!/bin/sh # settings for grml_live_run: -DATE=$(date +%Y%m%d) -ISO_NAME=grml64-medium_sid_$DATE.iso +SHORTDATE=$(date +%Y%m%d) +PRODUCT_NAME=grml64-medium_sid_$SHORTDATE SUITE=sid -CLASSES='GRMLBASE,GRML_MEDIUM,AMD64' +CLASSES='GRMLBASE,GRML_MEDIUM,RELEASE,AMD64,IGNORE' NAME=grml64-medium SCRIPTNAME="$(basename $0)" ARCH=amd64 -. /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