[Qa-jenkins-scm] [jenkins.debian.net] 01/03: reproducible: schedule on the full hour so we can recognize manual scheduled once easily

Holger Levsen holger at moszumanska.debian.org
Fri Mar 20 23:07:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 9d3e317aad73843d822e12c60d498e6a07a61b10
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Mar 20 23:38:13 2015 +0100

    reproducible: schedule on the full hour so we can recognize manual scheduled once easily
---
 bin/reproducible_common.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 0737c72..a339edd 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -80,7 +80,7 @@ schedule_packages() {
 	# the current date is subtracted twice, so that later manual scheduling comes first
 	DAYS=$(echo "$(date +'%j')*2"|bc)
 	HOURS=$(echo "$(date +'%H')*2"|bc)
-	MINS=$(echo "$(date +'%M')*2"|bc)
+	MINS=$(date +'%M')	# schedule on the full hour so we can recognize them easily
 	DATE=$(date +'%Y-%m-%d %H:%M' -d "$DAYS day ago - $HOURS hours - $MINS minutes")
 	TMPFILE=$(mktemp)
 	ARTIFACTS=$1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list