Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!
| author | Michael Prokop |
| Sat Dec 22 16:14:38 2007 +0100 (11 months ago) | |
| changeset 422 | f400610ecdf7 |
| manifest | f400610ecdf7 |
| parent 421 | 0512b73a477d |
| child 423 | def16093decd |
--- a/buildd/functions.sh Sat Dec 22 10:35:48 2007 +0100+++ b/buildd/functions.sh Sat Dec 22 16:14:38 2007 +0100@@ -79,7 +79,7 @@ upload_logs() {upload_logs() {[ -n "$RSYNC_MIRROR" ] || return 1umask 002- rsync --exclude dmesg.log --times --partial -az --quiet /var/log/grml-buildd.* \+ rsync --exclude dmesg.log --times --partial --copy-links -az --quiet /var/log/grml-buildd.* \$FAI_LOGFILES $GRML_LOGFILE $RSYNC_MIRROR/logs/"${NAME}_${DATE}"/}