From 5897a86fd6bbbfba7660afa304cbd8526a0bf87d Mon Sep 17 00:00:00 2001
From: "myk%mozilla.org" <>
Date: Wed, 15 Sep 2004 06:04:39 +0000
Subject: [PATCH] Fix for bug 240460: updates upgrading examples with new URLs
and version numbers; r=gerv; a=justdave
---
docs/xml/administration.xml | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/docs/xml/administration.xml b/docs/xml/administration.xml
index bb3df9a521..1eac981f84 100644
--- a/docs/xml/administration.xml
+++ b/docs/xml/administration.xml
@@ -1353,7 +1353,7 @@ skip-networking
Revisions are normally released to fix security vulnerabilities
and are distinguished by an increase in the third number. For example,
- when 2.16.2 was released, it was a revision to 2.16.1.
+ when 2.16.6 was released, it was a revision to 2.16.5.
Point releases are normally released when the Bugzilla team feels
@@ -1362,12 +1362,12 @@ skip-networking
stabilization period and release candidates, however the use of
development versions or release candidates is beyond the scope of this
document. Point releases can be distinguished by an increase in the
- second number, or minor version. For example, 2.16.2 is a newer point
- release than 2.14.5.
+ second number, or minor version. For example, 2.18.0 is a newer point
+ release than 2.16.5.
The examples in this section are written as if you were updating
- to version 2.16.2. The procedures are the same regardless if you are
+ to version 2.16.6. The procedures are the same regardless if you are
updating to a new point release or a new revision. However, the chance
of running into trouble increases when upgrading to a new point release,
escpecially if you've made local changes.
@@ -1399,7 +1399,7 @@ bash$ cd /var/www/html/bugzilla
bash$ cvs login
Logging in to :pserver:anonymous@cvs-mirror.mozilla.org:2401/cvsroot
CVS password: anonymous
-bash$ cvs -q update -r BUGZILLA-2_16_2 -dP
+bash$ cvs -q update -r BUGZILLA-2_16_6 -dP
P checksetup.pl
P collectstats.pl
P globals.pl
@@ -1435,19 +1435,19 @@ P template/en/default/list/quips.html.tmpl
bash$ cd /var/www/html
-bash$ wget ftp://ftp.mozilla.org/pub/webtools/bugzilla-2.16.2.tar.gz
+bash$ wget ftp://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-2.16.6.tar.gz
Output omitted
-bash$ tar xzvf bugzilla-2.16.2.tar.gz
-bugzilla-2.16.2/
-bugzilla-2.16.2/.cvsignore
-bugzilla-2.16.2/1x1.gif
+bash$ tar xzvf bugzilla-2.16.6.tar.gz
+bugzilla-2.16.6/
+bugzilla-2.16.6/.cvsignore
+bugzilla-2.16.6/1x1.gif
Output truncated
-bash$ cd bugzilla-2.16.2
+bash$ cd bugzilla-2.16.6
bash$ cp ../bugzilla/localconfig* .
bash$ cp -r ../bugzilla/data .
bash$ cd ..
bash$ mv bugzilla bugzilla.old
-bash$ mv bugzilla-2.16.2 bugzilla
+bash$ mv bugzilla-2.16.6 bugzilla
bash$ cd bugzilla
bash$ ./checksetup.pl
Output omitted
@@ -1488,10 +1488,10 @@ bash$ ./checksetup.pl
bash$ cd /var/www/html/bugzilla
-bash$ wget ftp://ftp.mozilla.org/pub/webtools/bugzilla-2.16.1-to-2.16.2.diff.gz
+bash$ wget ftp://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-2.16.5-to-2.16.6.diff.gz
Output omitted
-bash$ gunzip bugzilla-2.16.1-to-2.16.2.diff.gz
-bash$ patch -p1 < bugzilla-2.16.1-to-2.16.2.diff
+bash$ gunzip bugzilla-2.16.5-to-2.16.6.diff.gz
+bash$ patch -p1 < bugzilla-2.16.5-to-2.16.6.diff
patching file checksetup.pl
patching file collectstats.pl
patching file globals.pl
--
2.47.2