]> git.donarmstrong.com Git - debbugs.git/commitdiff
Add empty $gBugSubscriptionDomain variable to config file template.
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>
Wed, 12 Sep 2012 09:09:37 +0000 (11:09 +0200)
committerDon Armstrong <don@donarmstrong.com>
Fri, 28 Sep 2012 17:21:56 +0000 (10:21 -0700)
Signed-off-by: Don Armstrong <don@donarmstrong.com>
debian/changelog
scripts/config

index 37e2aa88ac1e58a9b51b859e09146110cc22fa6c..7e8754ded7ae0caf532c22c7d01fe5fbf39f59f8 100644 (file)
@@ -34,6 +34,7 @@ debbugs (2.4.2~exp2) UNRELEASED; urgency=low
     replace usage of src_url and pkg_url by package_links, use
     html_tail from templates, use count_bugs everywhere, load bugs.css,
     fix global variable usage in html header.
+  * Add empty $gBugSubscriptionDomain variable to config file template.
 
  -- Don Armstrong <don@debian.org>  Wed, 25 Aug 2010 01:57:38 -0700
 
index 4767f6a577b5a23b2b9f7890af4394aa273f7f26..32253dbdb93266785748e48df1b4cf0dcde870a6 100644 (file)
@@ -15,7 +15,8 @@ $gCGIDomain = "$gWebDomain/cgi";                      # e.g. cgi.debian.org
 $gMirrors = "";                                                # comma separated list
 $gPackagePages = "packages.debian.org";                 # e.g. packages.debian.org
 $gSubscriptionDomain = "packages.something";           # e.g. packages.qa.debian.org
-
+$gBugSubscriptionDomain = "";                           # e.g. lists.debian.org (requires one list per bug
+                                                        #      of the name bugs=<bugno>@<gBugSubscriptionDomain>
 # Project identification
 $gProject = "Something";                               # e.g. Debian
 $gProjectTitle = "Something DebBugs Test";             # e.g. Debian GNU/Linux