[Piuparts-devel] [Git][debian/piuparts][develop] fixup, use month not minutes
Holger Levsen
gitlab at salsa.debian.org
Tue Nov 27 20:41:43 GMT 2018
Holger Levsen pushed to branch develop at Debian / piuparts
Commits:
44cfa21d by Holger Levsen at 2018-11-27T20:41:22Z
fixup, use month not minutes
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- lib/write_log.sh
Changes:
=====================================
lib/write_log.sh
=====================================
@@ -22,7 +22,7 @@ publish_logs() {
local HTDOCS="$2"
local LOG=$3
local YEAR=$(date -u +%Y)
- local MONTH=$(date -u +%M)
+ local MONTH=$(date -u +%m)
local DAY=$(date -u +%d)
local DIR="$HTDOCS/logs/$YEAR/$MONTH/$DAY"
mkdir -p "$DIR"
View it on GitLab: https://salsa.debian.org/debian/piuparts/commit/44cfa21d93e1b4fa52288c2371960266df3dabb8
--
View it on GitLab: https://salsa.debian.org/debian/piuparts/commit/44cfa21d93e1b4fa52288c2371960266df3dabb8
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/20181127/c948f5b4/attachment.html>
More information about the Piuparts-devel
mailing list