buildd: use $FLAVOURS to control which flavours are built
[grml-live.git] / buildd / grml-live_autobuild_grml64_sid.sh
diff --git a/buildd/grml-live_autobuild_grml64_sid.sh b/buildd/grml-live_autobuild_grml64_sid.sh
new file mode 100755 (executable)
index 0000000..88bd0c6
--- /dev/null
@@ -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