X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=buildd%2Fgrml-live_autobuild_grml64-large_etch.sh;h=98c185d1519c8ec8a2bcc9bef920d06687322385;hp=062a2e2eb0509cfe4191dc588d2842958b234601;hb=215180807fc9cc246558fafc440b1525782f9b17;hpb=a090ad82e812624a5e67b957f5b50878b28b457e diff --git a/buildd/grml-live_autobuild_grml64-large_etch.sh b/buildd/grml-live_autobuild_grml64-large_etch.sh index 062a2e2..98c185d 100755 --- a/buildd/grml-live_autobuild_grml64-large_etch.sh +++ b/buildd/grml-live_autobuild_grml64-large_etch.sh @@ -1,13 +1,15 @@ #!/bin/sh -. main.sh || exit 1 - # settings for grml_live_run: +DATE=$(date +%Y%m%d) ISO_NAME=grml64_etch_$DATE.iso SUITE=etch CLASSES='GRMLBASE,GRML_FULL,LATEX_CLEANUP,AMD64' NAME=grml64 SCRIPTNAME="$(basename $0)" +ARCH=amd64 + +. /usr/share/grml-live/buildd/functions.sh || exit 1 # execute grml-live: grml_live_run @@ -20,4 +22,8 @@ send_mail store_iso -bailout +if [ "$RC" = "0" ] ; then + bailout +else + echo "building ISO failed, keeping build files [${OUTPUT_DIR}]" +fi