X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=buildd%2Fgrml-live_autobuild_grml64-small_sid.sh;h=873244636513e056aee483ed71b1c3445c9984bf;hb=9b8e3c94b9a078f3a1cbc28428141f66d9fed13c;hp=1f98671b17dc6c702d8890caac334eeef366de7a;hpb=5e517c2dd8404f40f8c1439cedd07571df1a540c;p=grml-live.git diff --git a/buildd/grml-live_autobuild_grml64-small_sid.sh b/buildd/grml-live_autobuild_grml64-small_sid.sh index 1f98671..8732446 100755 --- a/buildd/grml-live_autobuild_grml64-small_sid.sh +++ b/buildd/grml-live_autobuild_grml64-small_sid.sh @@ -1,24 +1,13 @@ #!/bin/sh # settings for grml_live_run: -DATE=$(date +%Y%m%d) -ISO_NAME=grml64-small_sid_$DATE.iso +SHORTDATE=$(date +%Y%m%d) +PRODUCT_NAME=grml64-small_sid_$SHORTDATE SUITE=sid -CLASSES='GRMLBASE,GRML_SMALL,REMOVE_DOCS,AMD64' +CLASSES='GRMLBASE,GRML_SMALL,RELEASE,AMD64,IGNORE' NAME=grml64-small 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