From d88753b4aaae6b56bd8013ff3455ea144a908d67 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 28 Apr 2011 09:39:23 +0200 Subject: [PATCH] buildd: follow symlinks to archive and dump the log files they point to. --- buildd/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildd/functions.sh b/buildd/functions.sh index 631d3e2..04d2eb1 100755 --- a/buildd/functions.sh +++ b/buildd/functions.sh @@ -81,7 +81,7 @@ grml_live_run() { # create log archive: create_logs() { - ( cd / && tar zcf $ATTACHMENT $FAI_LOGFILES /var/log/grml-buildd.stderr /var/log/grml-buildd.stdout $GRML_LOGFILE >/dev/null ) + ( cd / && tar zcfh $ATTACHMENT $FAI_LOGFILES /var/log/grml-buildd.stderr /var/log/grml-buildd.stdout $GRML_LOGFILE >/dev/null ) } # store logs on remote server: -- 2.1.4