support providing options via grml_live_run()
authorMichael Prokop <mika@grml.org>
Mon, 10 Dec 2007 11:00:00 +0000 (12:00 +0100)
committerMichael Prokop <mika@grml.org>
Mon, 10 Dec 2007 11:00:00 +0000 (12:00 +0100)
buildd/functions.sh
buildd/grml-live_autobuild_grml-small_etch.sh
buildd/grml-live_autobuild_grml-small_sid.sh
buildd/grml-live_autobuild_grml64-small_etch.sh
buildd/grml-live_autobuild_grml64-small_sid.sh
debian/changelog

index ebfc888..aa61132 100755 (executable)
@@ -58,7 +58,7 @@ grml_live_run() {
      fi
   fi
 
      fi
   fi
 
-  grml-live -F $GRML_LIVE_ARCH -s $SUITE -c $CLASSES -o $OUTPUT_DIR \
+  grml-live -F $* $GRML_LIVE_ARCH -s $SUITE -c $CLASSES -o $OUTPUT_DIR \
             -g $NAME -v $DATE -r grml-live-autobuild -i $ISO_NAME \
             1>/var/log/grml-buildd.stdout \
             2>/var/log/grml-buildd.stderr ; RC=$?
             -g $NAME -v $DATE -r grml-live-autobuild -i $ISO_NAME \
             1>/var/log/grml-buildd.stdout \
             2>/var/log/grml-buildd.stderr ; RC=$?
index a727c51..8d3cfb5 100755 (executable)
@@ -12,7 +12,7 @@ ARCH=i386
 . /usr/share/grml-live/buildd/functions.sh || exit 1
 
 # execute grml-live:
 . /usr/share/grml-live/buildd/functions.sh || exit 1
 
 # execute grml-live:
-grml_live_run
+grml_live_run -z
 
 create_logs
 # upload_logs
 
 create_logs
 # upload_logs
index 5609a5e..2e809e5 100755 (executable)
@@ -12,7 +12,7 @@ ARCH=i386
 . /usr/share/grml-live/buildd/functions.sh || exit 1
 
 # execute grml-live:
 . /usr/share/grml-live/buildd/functions.sh || exit 1
 
 # execute grml-live:
-grml_live_run
+grml_live_run -z
 
 create_logs
 # upload_logs
 
 create_logs
 # upload_logs
index 5335901..b76fb90 100755 (executable)
@@ -12,7 +12,7 @@ ARCH=amd64
 . /usr/share/grml-live/buildd/functions.sh || exit 1
 
 # execute grml-live:
 . /usr/share/grml-live/buildd/functions.sh || exit 1
 
 # execute grml-live:
-grml_live_run
+grml_live_run -z
 
 create_logs
 # upload_logs
 
 create_logs
 # upload_logs
index 1c5def9..688f1e0 100755 (executable)
@@ -12,7 +12,7 @@ ARCH=amd64
 . /usr/share/grml-live/buildd/functions.sh || exit 1
 
 # execute grml-live:
 . /usr/share/grml-live/buildd/functions.sh || exit 1
 
 # execute grml-live:
-grml_live_run
+grml_live_run -z
 
 create_logs
 # upload_logs
 
 create_logs
 # upload_logs
index eedcd70..207e0a6 100644 (file)
@@ -2,7 +2,10 @@ grml-live (0.0.13) unstable; urgency=low
 
   * Replace mailx with bsd-mailx in GRML_FULL.
     http://packages.qa.debian.org/b/bsd-mailx/news/20071209T135336Z.html
 
   * Replace mailx with bsd-mailx in GRML_FULL.
     http://packages.qa.debian.org/b/bsd-mailx/news/20071209T135336Z.html
-  * buildd store_iso(): move md5sum file as well
+  * buildd:
+    - store_iso(): move md5sum file as well
+    - support providing options via grml_live_run() so we can disable
+      LZMA for grml-small builds
 
  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 22:38:31 +0100
 
 
  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 22:38:31 +0100