From 8029faa7b9d8d991177c3989804caa797811cd30 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 10 Dec 2007 12:00:00 +0100 Subject: [PATCH] support providing options via grml_live_run() --- buildd/functions.sh | 2 +- buildd/grml-live_autobuild_grml-small_etch.sh | 2 +- buildd/grml-live_autobuild_grml-small_sid.sh | 2 +- buildd/grml-live_autobuild_grml64-small_etch.sh | 2 +- buildd/grml-live_autobuild_grml64-small_sid.sh | 2 +- debian/changelog | 5 ++++- 6 files changed, 9 insertions(+), 6 deletions(-) diff --git a/buildd/functions.sh b/buildd/functions.sh index ebfc888..aa61132 100755 --- a/buildd/functions.sh +++ b/buildd/functions.sh @@ -58,7 +58,7 @@ grml_live_run() { 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=$? diff --git a/buildd/grml-live_autobuild_grml-small_etch.sh b/buildd/grml-live_autobuild_grml-small_etch.sh index a727c51..8d3cfb5 100755 --- a/buildd/grml-live_autobuild_grml-small_etch.sh +++ b/buildd/grml-live_autobuild_grml-small_etch.sh @@ -12,7 +12,7 @@ ARCH=i386 . /usr/share/grml-live/buildd/functions.sh || exit 1 # execute grml-live: -grml_live_run +grml_live_run -z create_logs # upload_logs diff --git a/buildd/grml-live_autobuild_grml-small_sid.sh b/buildd/grml-live_autobuild_grml-small_sid.sh index 5609a5e..2e809e5 100755 --- a/buildd/grml-live_autobuild_grml-small_sid.sh +++ b/buildd/grml-live_autobuild_grml-small_sid.sh @@ -12,7 +12,7 @@ ARCH=i386 . /usr/share/grml-live/buildd/functions.sh || exit 1 # execute grml-live: -grml_live_run +grml_live_run -z create_logs # upload_logs diff --git a/buildd/grml-live_autobuild_grml64-small_etch.sh b/buildd/grml-live_autobuild_grml64-small_etch.sh index 5335901..b76fb90 100755 --- a/buildd/grml-live_autobuild_grml64-small_etch.sh +++ b/buildd/grml-live_autobuild_grml64-small_etch.sh @@ -12,7 +12,7 @@ ARCH=amd64 . /usr/share/grml-live/buildd/functions.sh || exit 1 # execute grml-live: -grml_live_run +grml_live_run -z create_logs # upload_logs diff --git a/buildd/grml-live_autobuild_grml64-small_sid.sh b/buildd/grml-live_autobuild_grml64-small_sid.sh index 1c5def9..688f1e0 100755 --- a/buildd/grml-live_autobuild_grml64-small_sid.sh +++ b/buildd/grml-live_autobuild_grml64-small_sid.sh @@ -12,7 +12,7 @@ ARCH=amd64 . /usr/share/grml-live/buildd/functions.sh || exit 1 # execute grml-live: -grml_live_run +grml_live_run -z create_logs # upload_logs diff --git a/debian/changelog b/debian/changelog index eedcd70..207e0a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 - * 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 Sun, 09 Dec 2007 22:38:31 +0100 -- 2.1.4