X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=buildd%2Fgrml-live_autobuild_grml64_sid.sh;fp=buildd%2Fgrml-live_autobuild_grml64_sid.sh;h=88bd0c60360300f3b84e69ecb41111f03694745d;hb=a5aaf3389b8a307c4aac28736d2ed9f78dbf6343;hp=0000000000000000000000000000000000000000;hpb=6ea19bf054dce16782e07fade4d4dddb421b0919;p=grml-live.git diff --git a/buildd/grml-live_autobuild_grml64_sid.sh b/buildd/grml-live_autobuild_grml64_sid.sh new file mode 100755 index 0000000..88bd0c6 --- /dev/null +++ b/buildd/grml-live_autobuild_grml64_sid.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +# settings for grml_live_run: +DATE=$(date +%Y%m%d) +ISO_NAME=grml64_sid_$DATE.iso +SUITE=sid +CLASSES='GRMLBASE,GRML_FULL,LATEX_CLEANUP,RELEASE,AMD64,IGNORE' +NAME=grml64 +SCRIPTNAME="$(basename $0)" +ARCH=amd64 + +# finally just source main file +. /usr/share/grml-live/buildd/execute.sh || exit 1