summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-09-01 18:51:45 +0000
committerRobert Speicher <robert@gitlab.com>2016-09-01 18:51:45 +0000
commita26771926111b4d7bba13f974666aac85dab7a92 (patch)
tree97d3fbf5ec8f17748a71cb840d0002988ecbfd13
parentbc13cd7a9bca2c21d974170f24653934b1bded2d (diff)
parentdd0431c5f7c93a2f9cee6766c9c8f3b0536022e9 (diff)
downloadgitlab-ce-a26771926111b4d7bba13f974666aac85dab7a92.tar.gz
Merge branch '8-12-guide-updates' into 'master'
Some minor updates to upgrade guides for 8.12. See merge request !6154
-rw-r--r--doc/install/installation.md4
-rw-r--r--doc/update/8.11-to-8.12.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 2d0932d4f04..9522c3e7170 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -268,9 +268,9 @@ sudo usermod -aG redis git
### Clone the Source
# Clone GitLab repository
- sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 8-11-stable gitlab
+ sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 8-12-stable gitlab
-**Note:** You can change `8-11-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
+**Note:** You can change `8-12-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
### Configure It
diff --git a/doc/update/8.11-to-8.12.md b/doc/update/8.11-to-8.12.md
index 953e9d7e74c..c8ca42f97bc 100644
--- a/doc/update/8.11-to-8.12.md
+++ b/doc/update/8.11-to-8.12.md
@@ -82,7 +82,7 @@ GitLab 8.1.
```bash
cd /home/git/gitlab-workhorse
sudo -u git -H git fetch --all
-sudo -u git -H git checkout v0.7.8
+sudo -u git -H git checkout v0.7.11
sudo -u git -H make
```