]> git.donarmstrong.com Git - debbugs.git/blobdiff - UPGRADE
[project @ 2002-11-17 22:45:15 by cjwatson]
[debbugs.git] / UPGRADE
diff --git a/UPGRADE b/UPGRADE
index 4b466d381eeea808f3416c6734326d3d0f4d27e0..ff61fd0b995d3540370a048997a80c4e47c94fc3 100644 (file)
--- a/UPGRADE
+++ b/UPGRADE
@@ -13,12 +13,15 @@ $gWebHostBugDir = "Bugs";                           # e.g. Bugs
 $gWebDomain = "$gWebHost/$gWebHostBugDir";
 $gCGIDomain = "$gWebDomain/Bugs/cgi";                  # e.g. cgi.debian.org
 $gPackagePages = "packages.debian.org";                 # e.g. packages.debian.org
+$gSubscriptionDomain = "packages.something";           # e.g. packages.qa.debian.org
 $gMaintainerFileOverride = "$gConfigDir/Maintainers.override";
 $gUnknownMaintainerEmail = "$gMaintainerEmail";
 $gPackageSource = "$gConfigDir/indices/sources";
 
 $gWebDomain will probably exist already; change it as shown above.
 
+$gSubscriptionDomain is optional.
+
 $gMaintainerFileOverride is the name of a file used to manually override the
 Maintainers file (which is often automatically generated).