]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Rename files to eliminate warnings from multiple includes.
authorGervase Markham <gerv@gerv.net>
Fri, 19 Sep 2014 11:24:13 +0000 (19:24 +0800)
committerGervase Markham <gerv@gerv.net>
Fri, 19 Sep 2014 11:24:13 +0000 (19:24 +0800)
docs/en/rst/upgrading/get-from-git.rst [deleted file]
docs/en/rst/upgrading/upgrading-from-1.rst.inc [moved from docs/en/rst/upgrading/upgrading-from-1.rst with 100% similarity]
docs/en/rst/upgrading/upgrading-from-2.rst.inc [moved from docs/en/rst/upgrading/upgrading-from-2.rst with 100% similarity]

diff --git a/docs/en/rst/upgrading/get-from-git.rst b/docs/en/rst/upgrading/get-from-git.rst
deleted file mode 100644 (file)
index 2f52811..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-:orphan:
-
-Download Code from Git
-======================
-
-Download a copy of your current version of Bugzilla from the git repository
-into a separate directory alongside your existing Bugzilla installation
-(which we will assume is in a directory called :file:`bugzilla`).
-
-You will need a copy of the git program. All Linux installations have it;
-search your package manager for "git". On Windows or Mac OS X, you can
-`download the official build <http://www.git-scm.com/downloads>`_.
-
-Once git is installed, run these commands to pull a copy of Bugzilla:
-
-:command:`git clone https://git.mozilla.org/bugzilla/bugzilla bugzilla-new`
-
-:command:`cd bugzilla-new`
-
-:command:`git checkout $VERSION`
-
-Replace $VERSION with the two-digit version number of your current Bugzilla, e.g.
-4.2. These command will automatically change your version to the latest
-point release of version $VERSION.
-