X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=UPGRADE;h=f90ea760869680cf7134e559bca825d25fa7b277;hb=2d452deebfac3e89de8098704631de33b011339f;hp=8dd1f5a27479f4399bf10fc37ad3cbbdaac39792;hpb=2b96f2d812efca32e3baf3caa9e0f5a09917b03f;p=debbugs.git diff --git a/UPGRADE b/UPGRADE index 8dd1f5a..f90ea76 100644 --- a/UPGRADE +++ b/UPGRADE @@ -5,6 +5,17 @@ From 2.3 to 2.4 --------------- +Add the following variables to the /etc/debbugs/config file: + +$gWebHost = "localhost"; # e.g. www.debian.org +$gWebHostBugDir = "Bugs"; # e.g. Bugs +# For now, don't change this one manually! +$gWebDomain = "$gWebHost/$gWebHostBugDir"; +$gCGIDomain = "$gWebDomain/Bugs/cgi"; # e.g. cgi.debian.org +$gPackagePages = "packages.debian.org"; # e.g. packages.debian.org + +($gWebDomain will probably exist already, change it as shown above.) + Add the following variable to the /etc/debbugs/text file: ############################################################################