[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix typo

Holger Levsen holger at moszumanska.debian.org
Fri Oct 2 18:26:38 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 9cf52a56bad505f6f5a15ae41935f47a1ac0d8e3
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Oct 2 20:26:06 2015 +0200

    reproducible: fix typo
---
 bin/reproducible_build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 07bd0f9..b3855ac 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -116,7 +116,7 @@ update_db_and_html() {
 			[ "$OLD_STATUS" != "404" ] && [ "$STATUS" != "404" ]; then
 		# spool notifications and mail them once a day
 		mkdir -p /srv/reproducible-results/notification-emails
-		echo "$(date -u +'%Y-%m-%d %H:%M') $REPRODUCIBLE_URL/$SUITE/$ARCH/$SRCPACKAGE changed from $OLD_STATUS -> $STATUS" >> /srv/reproducible-results/notification-emails/$SRCPACKAG
+		echo "$(date -u +'%Y-%m-%d %H:%M') $REPRODUCIBLE_URL/$SUITE/$ARCH/$SRCPACKAGE changed from $OLD_STATUS -> $STATUS" >> /srv/reproducible-results/notification-emails/$SRCPACKAGE
 	fi
 	sqlite3 -init $INIT ${PACKAGES_DB} "REPLACE INTO results (package_id, version, status, build_date, build_duration, builder) VALUES ('$SRCPKGID', '$VERSION', '$STATUS', '$DATE', '$DURATION', '$BUILDER')"
 	if [ ! -z "$DURATION" ] ; then  # this happens when not 404 and not_for_us

-- 
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