]> git.donarmstrong.com Git - debbugs.git/blobdiff - UPGRADE
[project @ 2001-01-27 22:09:01 by joy]
[debbugs.git] / UPGRADE
diff --git a/UPGRADE b/UPGRADE
index 8dd1f5a27479f4399bf10fc37ad3cbbdaac39792..f90ea760869680cf7134e559bca825d25fa7b277 100644 (file)
--- 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:
 
 ############################################################################