]> git.donarmstrong.com Git - debbugs.git/blobdiff - scripts/config.debian
[project @ 2003-01-28 23:52:08 by cjwatson]
[debbugs.git] / scripts / config.debian
index 22ecfcda9ddaebab142403c67a8ba8535b4ef3a0..750f2381e9f01ce6b9460480c69dc5784760d531 100644 (file)
@@ -1,20 +1,23 @@
 # This is the bugs.debian.org debbugs configuration file.
-# $Id: config.debian,v 1.12 2001/08/16 06:58:08 joy Exp $
+# $Id: config.debian,v 1.16 2003/01/28 23:52:08 cjwatson Exp $
 
 # Domains
 $gEmailDomain = "bugs.debian.org";
 $gListDomain = "lists.debian.org";
 $gWebDomain = "www.debian.org/Bugs";
+$gHTMLSuffix = "";
 $gPackagePages = "packages.debian.org";
-$gCGIDomain = "http://bugs.debian.org/cgi-bin/";
+$gCGIHost = "bugs.debian.org";
+$gCGIPath = "/cgi-bin/";
+$gCGIDomain = "http://$gCGIHost$gCGIPath";
 $gMirrors = "";                                                # comma separated list
+$gSubscriptionDomain = "packages.qa.debian.org";
 
 # Project identification
 $gProject = "Debian";
 $gProjectTitle = "Debian GNU/Linux";
 # Person(s) responsible for this installation
-$gMaintainer = "Darren Benham";
-$gMaintainerWebpage = "http://master.debian.org/~gecko";
+$gMaintainer = "Debian bug tracking system administrator"; # should be plural but that would require changes to other scripts
 $gMaintainerEmail = "owner\@bugs.debian.org";
 
 # BTS mailing lists, at $gListDomain
@@ -52,7 +55,7 @@ $gShowSeverities = "critical, grave, serious, important, normal, minor, wishlist
                     );
 @gTags = ( "patch", "wontfix", "moreinfo", "unreproducible", "fixed",
            "potato", "woody", "sid", "help", "security", "upstream",
-           "pending"
+           "pending", "sarge", "experimental"
          );
 
 # better don't change this
@@ -73,3 +76,4 @@ $gMaintainerFileOverride = "$gConfigDir/Maintainers.override";
 $gUnknownMaintainerEmail = "unknown-package\@qa.debian.org";
 
 $gPseudoDescFile = "$gConfigDir/pseudo-packages.description";
+$gPackageSource = "$gConfigDir/indices/sources";