Your message dated Mon, 20 Nov 2017 10:53:13 +0000
with message-id <[email protected]>
and subject line Re: [Qa-jenkins-dev] Bug#882186: jenkins.debian.org:
bin/reproducible_maintenance.sh: Update email subject of status change mails;
we've HTTP redirected for months now
has caused the Debian Bug report #882186,
regarding jenkins.debian.org: bin/reproducible_maintenance.sh: Update email
subject of status change mails; we've HTTP redirected for months now
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
882186: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882186
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: jenkins.debian.org
Severity: wishlist
Tags: patch
Hi,
Attached is the following:
commit a9d8854ce595fb4e36b6a4b647fd9c491174e849
Author: Chris Lamb <[email protected]>
Date: Mon Nov 20 09:55:47 2017 +0900
bin/reproducible_maintenance.sh: Update email subject of status change
mails; we've HTTP redirected for months now
I did not update the "From:" line to rb-general as we are sending the
mails to [email protected] so wasn't 100% sure about that.
bin/reproducible_maintenance.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
You could also pull from "reproducible-debian-net-references" on
https://github.com/lamby/jenkins.debian.net
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
>From a9d8854ce595fb4e36b6a4b647fd9c491174e849 Mon Sep 17 00:00:00 2001
From: Chris Lamb <[email protected]>
Date: Mon, 20 Nov 2017 09:55:47 +0900
Subject: [PATCH] bin/reproducible_maintenance.sh: Update email subject of
status change mails; we've HTTP redirected for months now
I did not update the "From:" line to rb-general as we are sending the
mails to [email protected] so wasn't 100% sure about that.
---
bin/reproducible_maintenance.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 991f0a76..90121b43 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -488,7 +488,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] && [ $(date -u +%H) -eq 0 ] ; then
TMPFILE=$(mktemp --tmpdir=$TEMPDIR maintenance-XXXXXXXXXXXX)
PKG=$(basename $NOTE)
mv $NOTE $TMPFILE
- cat $TMPFILE | mail -s "reproducible.debian.net status changes for $PKG" \
+ cat $TMPFILE | mail -s "tests.reproducible-builds.org status changes for $PKG" \
-a "From: Reproducible builds folks <[email protected]>" \
[email protected]
rm -f $TMPFILE
--
2.15.0
--- End Message ---
--- Begin Message ---
On Mon, Nov 20, 2017 at 12:57:48AM +0000, Chris Lamb wrote:
> - cat $TMPFILE | mail -s "reproducible.debian.net status
> changes for $PKG" \
> + cat $TMPFILE | mail -s "tests.reproducible-builds.org
> status changes for $PKG" \
thanks, added /debian and merged+deployed it.
--
cheers,
Holger
signature.asc
Description: PGP signature
--- End Message ---