X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=buildd%2Ffunctions.sh;fp=buildd%2Ffunctions.sh;h=471a126392e61b6bd409b1f17f1c920a880a9d2f;hb=9bba4f868d5cbdde2f358cb156941331655752eb;hp=aa611326f53f416a40ce38c24e08e45273a3be1f;hpb=fd4687b8a3e9940f1e77db32fea0b3b42fe64fed;p=grml-live-grml.git diff --git a/buildd/functions.sh b/buildd/functions.sh index aa61132..471a126 100755 --- a/buildd/functions.sh +++ b/buildd/functions.sh @@ -78,7 +78,7 @@ create_logs() { # store logs on remote server: upload_logs() { [ -n "$RSYNC_MIRROR" ] || return 1 -# eval $(grep '^LOGDIR=' $FAI_LOGFILES/variables.log) + umask 022 rsync --exclude dmesg.log --times --partial -az --quiet /var/log/grml-buildd.* \ $FAI_LOGFILES $GRML_LOGFILE $RSYNC_MIRROR/logs/"${NAME}_${DATE}"/ } @@ -103,7 +103,9 @@ $ISO_DETAILS Return code of grml-live run was: $RC -$(grep 'Executed command line:' $GRML_LOGFILE || echo "* executed command line not available") +$(grep -A2 'Executed grml-live' $GRML_LOGFILE || echo "* executed grml-live command line not available") + +$(grep -A2 'Executed FAI' $GRML_LOGFILE || echo "* executed FAI command line not available") The following errors have been noticed (several might be warnings only):