[Piuparts-devel] [Git][debian/piuparts][develop] 2 commits: improve output
Holger Levsen
gitlab at salsa.debian.org
Fri Nov 30 11:16:15 GMT 2018
Holger Levsen pushed to branch develop at Debian / piuparts
Commits:
fb503cec by Holger Levsen at 2018-11-30T11:07:34Z
improve output
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
7a15f345 by Holger Levsen at 2018-11-30T11:16:05Z
drop 'set -e
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- master-bin/generate_daily_report.in
- master-bin/rotate_master_logs.in
Changes:
=====================================
master-bin/generate_daily_report.in
=====================================
@@ -103,7 +103,8 @@ RUNTIME=$(date -u -d "0 $FINALDATE seconds - $R_STARTDATE seconds" +%T)
(
echo "Runtime: $RUNTIME"
echo
- ls -lart $R_LOGDATEDIR
+ echo $R_LOGDATEDIR
+ ls -lt $R_LOGDATEDIR
echo
cat $DAILYREPORT
) | mail -s generate_daily_report $LOGNAME
=====================================
master-bin/rotate_master_logs.in
=====================================
@@ -1,6 +1,5 @@
#!/bin/sh
-set -e
-
+#
# Copyright © 2017 Andreas Beckmann (anbe at debian.org)
# Copyright © 2018 Holger Levsen (holger at layer-acht.org)
#
View it on GitLab: https://salsa.debian.org/debian/piuparts/compare/64d19db953fb4703ebccd17364a083c0162166d4...7a15f345ba2963bc0f87a933288362716d679224
--
View it on GitLab: https://salsa.debian.org/debian/piuparts/compare/64d19db953fb4703ebccd17364a083c0162166d4...7a15f345ba2963bc0f87a933288362716d679224
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/piuparts-devel/attachments/20181130/b86482ff/attachment.html>
More information about the Piuparts-devel
mailing list