From: joy <> Date: Thu, 16 Aug 2001 13:58:08 +0000 (-0800) Subject: [project @ 2001-08-16 06:58:08 by joy] X-Git-Tag: release/2.6.0~1122 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8f4a51a65230701c032fe410ec6e4165a339cd3b;p=debbugs.git [project @ 2001-08-16 06:58:08 by joy] sync with the file on master --- diff --git a/scripts/config.debian b/scripts/config.debian index 59266a9..22ecfcd 100644 --- a/scripts/config.debian +++ b/scripts/config.debian @@ -1,10 +1,11 @@ # This is the bugs.debian.org debbugs configuration file. -# $Id: config.debian,v 1.11 2001/04/24 19:10:26 doogie Exp $ +# $Id: config.debian,v 1.12 2001/08/16 06:58:08 joy Exp $ # Domains $gEmailDomain = "bugs.debian.org"; $gListDomain = "lists.debian.org"; $gWebDomain = "www.debian.org/Bugs"; +$gPackagePages = "packages.debian.org"; $gCGIDomain = "http://bugs.debian.org/cgi-bin/"; $gMirrors = ""; # comma separated list @@ -50,7 +51,8 @@ $gShowSeverities = "critical, grave, serious, important, normal, minor, wishlist "wishlist", "Wishlist items" ); @gTags = ( "patch", "wontfix", "moreinfo", "unreproducible", "fixed", - "potato", "woody", "sid", "help", "security" + "potato", "woody", "sid", "help", "security", "upstream", + "pending" ); # better don't change this @@ -58,15 +60,16 @@ $gBounceFroms = "^mailer|^da?emon|^post.*mast|^root|^wpuser|^mmdf|^smt.*|^mrgate # Directories -- do _not_ change their locations. # They are currently hardcoded, variables are here for future expansion. -$gConfigDir = "/etc/debbugs"; # directory where this file is -$gSpoolDir = "/var/lib/debbugs/spool"; # working directory +$gConfigDir = "/org/bugs.debian.org/etc"; # directory where this file is +$gSpoolDir = "/org/bugs.debian.org/spool"; # working directory +$gIndicesDir = "/org/bugs.debian.org/indices"; # directory where the indices are $gIncomingDir = "incoming"; # unprocessed e-mails -$gWebDir = "/var/lib/debbugs/www"; # base location of web pages -$gDocDir = "/debian/debian/doc"; # location of text doc files -$gAJDbDir = "/var/lib/debbugs/spool/db"; # AJ's database dir -$gAJIndex = "/debian/home/ajt/ajbug/pkgindex"; # AJ's package index +$gWebDir = "/org/bugs.debian.org/www"; # base location of web pages +$gDocDir = "/org/ftp.debian.org/ftp/doc"; # location of text doc files # Required data files $gMaintainerFile = "$gConfigDir/Maintainers"; $gMaintainerFileOverride = "$gConfigDir/Maintainers.override"; +$gUnknownMaintainerEmail = "unknown-package\@qa.debian.org"; + $gPseudoDescFile = "$gConfigDir/pseudo-packages.description";