Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
b087d683
Commit
b087d683
authored
Sep 15, 2004
by
myk%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug 240460: updates upgrading examples with new URLs and version…
Fix for bug 240460: updates upgrading examples with new URLs and version numbers; r=gerv; a=justdave
parent
39ec55d0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
administration.xml
docs/xml/administration.xml
+15
-15
No files found.
docs/xml/administration.xml
View file @
b087d683
...
...
@@ -951,7 +951,7 @@ Support: ENTRY, DEFAULT/MANDATORY, CANEDIT
<para>
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
.
</para>
<para>
Point releases are normally released when the Bugzilla team feels
...
...
@@ -960,12 +960,12 @@ Support: ENTRY, DEFAULT/MANDATORY, CANEDIT
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.1
6.2
is a newer point
release than 2.1
4
.5.
second number, or minor version. For example, 2.1
8.0
is a newer point
release than 2.1
6
.5.
</para>
<para>
The examples in this section are written as if you were updating
to version 2.1
6.2
. The procedures are the same regardless if you are
to version 2.1
8.1
. 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.
...
...
@@ -997,7 +997,7 @@ bash$ <command>cd /var/www/html/bugzilla</command>
bash$
<command>
cvs login
</command>
Logging in to :pserver:anonymous@cvs-mirror.mozilla.org:2401/cvsroot
CVS password:
<command>
anonymous
</command>
bash$
<command>
cvs -q update -r BUGZILLA-2_1
6_2
-dP
</command>
bash$
<command>
cvs -q update -r BUGZILLA-2_1
8_1
-dP
</command>
P checksetup.pl
P collectstats.pl
P globals.pl
...
...
@@ -1033,19 +1033,19 @@ P template/en/default/list/quips.html.tmpl
<programlisting>
bash$
<command>
cd /var/www/html
</command>
bash$
<command>
wget ftp://ftp.mozilla.org/pub/
webtools/bugzilla-2.16.2
.tar.gz
</command>
bash$
<command>
wget ftp://ftp.mozilla.org/pub/
mozilla.org/webtools/bugzilla-2.18.1
.tar.gz
</command>
<emphasis>
Output omitted
</emphasis>
bash$
<command>
tar xzvf bugzilla-2.1
6.2
.tar.gz
</command>
bugzilla-2.1
6.2
/
bugzilla-2.1
6.2
/.cvsignore
bugzilla-2.1
6.2
/1x1.gif
bash$
<command>
tar xzvf bugzilla-2.1
8.1
.tar.gz
</command>
bugzilla-2.1
8.1
/
bugzilla-2.1
8.1
/.cvsignore
bugzilla-2.1
8.1
/1x1.gif
<emphasis>
Output truncated
</emphasis>
bash$
<command>
cd bugzilla-2.1
6.2
</command>
bash$
<command>
cd bugzilla-2.1
8.1
</command>
bash$
<command>
cp ../bugzilla/localconfig* .
</command>
bash$
<command>
cp -r ../bugzilla/data .
</command>
bash$
<command>
cd ..
</command>
bash$
<command>
mv bugzilla bugzilla.old
</command>
bash$
<command>
mv bugzilla-2.1
6.2
bugzilla
</command>
bash$
<command>
mv bugzilla-2.1
8.1
bugzilla
</command>
bash$
<command>
cd bugzilla
</command>
bash$
<command>
./checksetup.pl
</command>
<emphasis>
Output omitted
</emphasis>
...
...
@@ -1086,10 +1086,10 @@ bash$ <command>./checksetup.pl</command>
<programlisting>
bash$
<command>
cd /var/www/html/bugzilla
</command>
bash$
<command>
wget ftp://ftp.mozilla.org/pub/
webtools/bugzilla-2.16.1-to-2.16.2
.diff.gz
</command>
bash$
<command>
wget ftp://ftp.mozilla.org/pub/
mozilla.org/webtools/bugzilla-2.18.0-to-2.18.1
.diff.gz
</command>
<emphasis>
Output omitted
</emphasis>
bash$
<command>
gunzip bugzilla-2.1
6.1-to-2.16.2
.diff.gz
</command>
bash$
<command>
patch -p1
<
bugzilla-2.1
6.1-to-2.16.2
.diff
</command>
bash$
<command>
gunzip bugzilla-2.1
8.0-to-2.18.1
.diff.gz
</command>
bash$
<command>
patch -p1
<
bugzilla-2.1
8.0-to-2.18.1
.diff
</command>
patching file checksetup.pl
patching file collectstats.pl
patching file globals.pl
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment