buildd: use $FLAVOURS to control which flavours are built
[grml-live.git] / buildd / grml-live_autobuild_grml_sid.sh
diff --git a/buildd/grml-live_autobuild_grml_sid.sh b/buildd/grml-live_autobuild_grml_sid.sh
new file mode 100755 (executable)
index 0000000..a149fd5
--- /dev/null
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+# settings for grml_live_run:
+DATE=$(date +%Y%m%d)
+ISO_NAME=grml_sid_$DATE.iso
+SUITE=sid
+CLASSES='GRMLBASE,GRML_FULL,LATEX_CLEANUP,RELEASE,I386,IGNORE'
+NAME=grml
+SCRIPTNAME="$(basename $0)"
+ARCH=i386
+
+# finally just source main file
+. /usr/share/grml-live/buildd/execute.sh   || exit 1