[Pkg-bugzilla-commits] r128 - bugzilla/trunk/debian

Alexis Sukrieh sukria-guest at costa.debian.org
Tue Sep 13 08:09:21 UTC 2005


Author: sukria-guest
Date: 2005-09-13 08:09:21 +0000 (Tue, 13 Sep 2005)
New Revision: 128

Modified:
   bugzilla/trunk/debian/README.Debian
   bugzilla/trunk/debian/changelog
Log:
better documentation in the README.Debian, closing 320005

Modified: bugzilla/trunk/debian/README.Debian
===================================================================
--- bugzilla/trunk/debian/README.Debian	2005-09-13 07:59:20 UTC (rev 127)
+++ bugzilla/trunk/debian/README.Debian	2005-09-13 08:09:21 UTC (rev 128)
@@ -21,6 +21,11 @@
 
  -- Rémi Perrot <rperrot at debian.org>,  Sun, 16 Mar 2003 20:28:02 +0100
 
+ For every link to work properly, it is strongly adviced to use mod_rewrite 
+ and the following configuration lines in your apache config file:
+    
+    RewriteEngine On
+    RewriteRule ^(.*/cgi-bin/bugzilla)/?$ $1/index.cgi [R]
 
 Bugzilla's MySQL user
 ------------------------------------------------------------------------------
@@ -32,8 +37,11 @@
   /etc/bugzilla/localconfig and moreover, that password will change
   whenever you (re)install the bugzilla package.
 
- -- Alexis Sukrieh <sukria at sukria.net>, Sat, 08 Jan 2005 12:38:07 +0100
+  If you choose the manual installation, you won't be allowed to fill an
+  empty password for the MySQL user.
 
+ -- Alexis Sukrieh <sukria at sukria.net>, Sat, 13 Sep 2005 12:38:07 +0100
+
     
 How to set several VirtualHosts with this package
 ------------------------------------------------------------------------------
@@ -83,6 +91,16 @@
   customize templates for another or even share the same database... Everything
   is possible with few effort.
 
+  For upgrading correctly all your bugzilla sites, please do the following, 
+  after having installed a new bugzilla package.
+
+	for site in $(cd /etc/bugzilla/sites/ && ls)
+	do 
+		echo "$site: "
+		X_BUGZILLA_SITE=$site
+		su www-data -c /usr/share/bugzilla/lib/checksetup.pl 
+	done
+
   Thanks to Yann Dirson for the mod_env idea.
 
 -- Alexis Sukrieh <sukria at sukria.net>, Dun jun 12 14:24:24 CEST 2005

Modified: bugzilla/trunk/debian/changelog
===================================================================
--- bugzilla/trunk/debian/changelog	2005-09-13 07:59:20 UTC (rev 127)
+++ bugzilla/trunk/debian/changelog	2005-09-13 08:09:21 UTC (rev 128)
@@ -20,8 +20,12 @@
     (closes: #312925)
   * Updated and cleaned the changelog file for correct utf8 encoding.
     (closes: #327041)
+  * Updated the README.Debian file for giving more informations on how to
+    upgrade all the BUGZILLA_SITE's located in /etc/bugzilla/sites. Thanks to
+    Yann Dirson.
+    (closes: #320005)
 
- -- Alexis Sukrieh <sukria at sukria.net>  Tue, 13 Sep 2005 09:58:39 +0200
+ -- Alexis Sukrieh <sukria at sukria.net>  Tue, 13 Sep 2005 10:07:24 +0200
 
 bugzilla (2.18.3-1) unstable; urgency=low
 




More information about the Pkg-bugzilla-commits mailing list