X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=UPGRADE;fp=UPGRADE;h=ff61fd0b995d3540370a048997a80c4e47c94fc3;hb=6c85bb4bda209e3e08c8e85c57b84a04edf68fa2;hp=4b466d381eeea808f3416c6734326d3d0f4d27e0;hpb=b4ed93c5772efcd35932bd44de1c6f5c67273879;p=debbugs.git diff --git a/UPGRADE b/UPGRADE index 4b466d3..ff61fd0 100644 --- 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).