[Reportbug-commits] r546 - in trunk (debian/changelog reportbug)

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Wed Jun 18 05:32:10 UTC 2008


    Date: Wednesday, June 18, 2008 @ 05:32:08
  Author: morph-guest
Revision: 546

bugs against ftp.debian.org don't need additional tags; Closes: #486753

Modified:
  trunk/debian/changelog
  trunk/reportbug

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-06-17 14:17:56 UTC (rev 545)
+++ trunk/debian/changelog	2008-06-18 05:32:08 UTC (rev 546)
@@ -6,6 +6,9 @@
   * checks/compare_pseudo-pkgs_lists.py
     - updated ftp-master url (previous was on brz, but ftp-master moved to
       git and there is no web file access)
+  * reportbug
+    - do not ask for additional tags if the user is filing a bug against
+      ftp.debian.org; thanks to Bernd Zeimetz for the report; Closes: #486753
 
   [ Sandro Tosi, Ben Finney ]
   * reportbug
@@ -33,7 +36,7 @@
     - test/*.py
       - Ensure programs and modules don't cause ImportError.
 
- -- Sandro Tosi <matrixhasu at gmail.com>  Tue, 17 Jun 2008 01:26:45 +0200
+ -- Sandro Tosi <matrixhasu at gmail.com>  Wed, 18 Jun 2008 07:28:12 +0200
 
 reportbug (3.41) unstable; urgency=high
 

Modified: trunk/reportbug
===================================================================
--- trunk/reportbug	2008-06-17 14:17:56 UTC (rev 545)
+++ trunk/reportbug	2008-06-18 05:32:08 UTC (rev 546)
@@ -1627,7 +1627,7 @@
         HOMEDIR = os.environ.get('HOME', '/')
 
         if (rtype == 'debbugs' and not self.options.tags and
-            not (notatty or self.options.kudos or exinfo) and package != 'wnpp' and
+            not (notatty or self.options.kudos or exinfo) and package not in ('wnpp','ftp.debian.org') and
             mode > MODE_NOVICE):
             # Multiple-choice checkbox
             if severity in ('grave', 'critical', 'serious'):




More information about the Reportbug-commits mailing list