Your message dated Sun, 24 Jul 2016 14:12:26 +0000
with message-id <[email protected]>
and subject line Re: Bug#832353: udd: please add reproducible builds usertag
filter
has caused the Debian Bug report #832353,
regarding udd: please add reproducible builds usertag filter
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.)
--
832353: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832353
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: udd
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: udd
Hi,
Attached is the following:
commit 8aa63e80fa72a33ff0d454ca616ea63bedad7ca5
Author: Chris Lamb <[email protected]>
Date: Sun Jul 24 14:44:32 2016 +0100
Add reproducible builds usertag filter.
web/bugs.cgi | 1 +
1 file changed, 1 insertion(+)
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
From 8aa63e80fa72a33ff0d454ca616ea63bedad7ca5 Mon Sep 17 00:00:00 2001
From: Chris Lamb <[email protected]>
Date: Sun, 24 Jul 2016 14:44:32 +0100
Subject: [PATCH] Add reproducible builds usertag filter.
---
web/bugs.cgi | 1 +
1 file changed, 1 insertion(+)
diff --git a/web/bugs.cgi b/web/bugs.cgi
index 938f87e..1747394 100755
--- a/web/bugs.cgi
+++ b/web/bugs.cgi
@@ -95,6 +95,7 @@ TYPES = [
['multimedia', 'Multimedia team', "bugs.source in (select source from sources where maintainer ~ '[email protected]')"],
['otr', 'pkg-otr-team bugs', "bugs.source in (select source from sources where maintainer ~ '[email protected]' or uploaders ~ '[email protected]')"],
['apparmor', 'AppArmor team', "bugs.source in (select source from sources where maintainer ~ '[email protected]' or uploaders ~ '[email protected]')"],
+ ['reproducible', 'Reproducible Builds team', 'id in (select id from bugs_usertags where email = \'[email protected]\')', false],
['kfreebsd', 'GNU/kFreeBSD bugs', 'id in (select id from bugs_usertags where email = \'[email protected]\' and tag=\'kfreebsd\')', false],
['hurd', 'GNU/Hurd bugs', 'id in (select id from bugs_usertags where email = \'[email protected]\' and tag=\'hurd\')', false],
['gift', 'bugs tagged newcomer or <a href="https://wiki.debian.org/qa.debian.org/GiftTag">Gift</a>', 'id in (select id from bugs_usertags where email = \'[email protected]\' and tag=\'gift\' union select id from bugs_tags where tag=\'newcomer\')', false],
--
2.8.1
--- End Message ---
--- Begin Message ---
On Sun, Jul 24, 2016 at 03:57:53PM +0200, Chris Lamb wrote:
> Package: udd
> Severity: wishlist
> Tags: patch
> User: [email protected]
> Usertags: udd
>
> Hi,
>
> Attached is the following:
>
> commit 8aa63e80fa72a33ff0d454ca616ea63bedad7ca5
> Author: Chris Lamb <[email protected]>
> Date: Sun Jul 24 14:44:32 2016 +0100
>
> Add reproducible builds usertag filter.
nice, applied :)
--
regards,
Mattia Rizzolo
GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`.
more about me: https://mapreri.org : :' :
Launchpad user: https://launchpad.net/~mapreri `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia `-
signature.asc
Description: PGP signature
--- End Message ---