From: Gervase Markham Date: Fri, 19 Sep 2014 11:24:13 +0000 (+0800) Subject: Rename files to eliminate warnings from multiple includes. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa9116b118405e4f79cd97b5b36b58494e58cba3;p=thirdparty%2Fbugzilla.git Rename files to eliminate warnings from multiple includes. --- diff --git a/docs/en/rst/upgrading/get-from-git.rst b/docs/en/rst/upgrading/get-from-git.rst deleted file mode 100644 index 2f52811121..0000000000 --- a/docs/en/rst/upgrading/get-from-git.rst +++ /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 `_. - -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. - diff --git a/docs/en/rst/upgrading/upgrading-from-1.rst b/docs/en/rst/upgrading/upgrading-from-1.rst.inc similarity index 100% rename from docs/en/rst/upgrading/upgrading-from-1.rst rename to docs/en/rst/upgrading/upgrading-from-1.rst.inc diff --git a/docs/en/rst/upgrading/upgrading-from-2.rst b/docs/en/rst/upgrading/upgrading-from-2.rst.inc similarity index 100% rename from docs/en/rst/upgrading/upgrading-from-2.rst rename to docs/en/rst/upgrading/upgrading-from-2.rst.inc