[Reportbug-commits] r575 - in branches/modules (4 files)

lawrencc at users.alioth.debian.org lawrencc at users.alioth.debian.org
Mon Jul 14 21:05:55 UTC 2008


    Date: Monday, July 14, 2008 @ 21:05:54
  Author: lawrencc
Revision: 575

Merge commit 'trunk' into modules

Modified:
  branches/modules/README.Users
  branches/modules/TODO
  branches/modules/bin/reportbug
  branches/modules/debian/changelog

Modified: branches/modules/README.Users
===================================================================
--- branches/modules/README.Users	2008-07-14 21:03:45 UTC (rev 574)
+++ branches/modules/README.Users	2008-07-14 21:05:54 UTC (rev 575)
@@ -12,3 +12,26 @@
 smtptls
 
 Thanks to: Raphael Geissert <atomo64 at gmail.com>
+
+How to Usertags a Bug at Report Time
+====================================
+
+If you're filing a bug and you what to usertag it, you can add these
+lines (in the pseudo-header)
+
+User: <user email address>
+Usertags: <tag>
+
+right after
+
+Package: <package>
+Version: <version>
+Severity: <severity>
+
+lines in the bug body.
+
+Please note that if you specify more than 2 tag, then they will be
+ordered alphabetically (so if you use usercategories, it will only
+appears in the first one).
+
+Thanks to: Sandro Tosi <matrixhasu at gmail.com>

Modified: branches/modules/TODO
===================================================================
--- branches/modules/TODO	2008-07-14 21:03:45 UTC (rev 574)
+++ branches/modules/TODO	2008-07-14 21:05:54 UTC (rev 575)
@@ -1,13 +1,5 @@
-reportbug now has public CVS read access at:
+TODO list for reportbug 4.0 (lenny):
 
-http://alioth.debian.org/plugins/scmcvs/cvsweb.php/?cvsroot=reportbug
-
---
-
-Silly TODO list for reportbug 4.0 (lenny):
-
-0. Use debian-btsutils instead of debianbts.py for BTS queries.
-
 1. Proper GNOME interface.  My current thinking is to hack the
    bug-buddy Glade file to pieces, or do something similar in straight
    PyGTK, and give up on the whole "UI abstraction" nonsense for now.

Modified: branches/modules/bin/reportbug
===================================================================
--- branches/modules/bin/reportbug	2008-07-14 21:03:45 UTC (rev 574)
+++ branches/modules/bin/reportbug	2008-07-14 21:05:54 UTC (rev 575)
@@ -1674,7 +1674,7 @@
             tags = ''
 
         # Execute bug script
-        if interactive and bugexec and not self.options.kudos:
+        if (interactive or self.options.template) and bugexec and not self.options.kudos:
             if os.path.exists('handle_bugscript'):
                 handler = './handle_bugscript'
             else:

Modified: branches/modules/debian/changelog
===================================================================
--- branches/modules/debian/changelog	2008-07-14 21:03:45 UTC (rev 574)
+++ branches/modules/debian/changelog	2008-07-14 21:05:54 UTC (rev 575)
@@ -14,11 +14,20 @@
       via --template); thanks to Dan Jacobson for the report; Closes: #489515
     - for serious bugs, clearly states that "unknown" section downgrades to
       normal; thanks to Michael Meskes for the report; Closes: #362947
+    - --template now includes "Package-specific info"; thanks to Marc Haber
+      for the report; Closes: #396899
   * reportbuglib/reportbug.py
     - show system information only if the bug is not against wnpp; thanks to
       Francois Marier for the report; Closes: #448806
+  * README.Users
+    - added how to usertag a bug at submit-time
+  * TODO
+    - removed CVS location (outdated and now supported with Vcs-Svn in
+      debian/control)
+    - removed item for migration to python-btsutils, filed a bug instead:
+      #490548
 
- -- Sandro Tosi <matrixhasu at gmail.com>  Tue, 08 Jul 2008 07:39:14 +0200
+ -- Sandro Tosi <matrixhasu at gmail.com>  Mon, 14 Jul 2008 19:49:59 +0200
 
 reportbug (3.42) unstable; urgency=low
 




More information about the Reportbug-commits mailing list