summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-06-02 13:39:03 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-02 14:12:49 +0200
commit681b903a6f5dde334884326b19857345ed09eace (patch)
tree45952fb633d9dd580038003b2664c292a65bc17c /bin/reproducible_build.sh
parentdd9ea262ca3c6043f7f86302132ac92adee77aec (diff)
downloadjenkins.debian.net-681b903a6f5dde334884326b19857345ed09eace.tar.xz
reproducible: build: fix typo
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index ed714b01..5de43da1 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -122,7 +122,7 @@ update_db_and_html() {
local OLD_STATUS=$(sqlite3 -init $INIT ${PACKAGES_DB} "SELECT status FROM results WHERE package_id='${SRCPKGID}'")
# notification for changing status
if [ "$OLD_STATUS" != "$STATUS" ] && [ "$NOTIFY_MAINTAINER" -eq 1 ]; then
- echo "More information on <URL:$REPRODUCIBLE_URL/$SUITE/$ARCH/$SRCHPACKAGE>, feel free to reply to this email to get more help." | \
+ echo "More information on <URL:$REPRODUCIBLE_URL/$SUITE/$ARCH/$SRCPACKAGE>, feel free to reply to this email to get more help." | \
mail -s "Reproducibly of package $SRCPACKAGE changed: $OLD_STATUS -> $STATUS" \
-a "From: reproducible-builds@lists.alioth.debian.org" "$SRCPACKAGE@packages.debian.org"
fi