summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Davila <rdavila84@gmail.com>2016-09-01 12:33:37 -0500
committerRuben Davila <rdavila84@gmail.com>2016-09-01 12:33:37 -0500
commitdd0431c5f7c93a2f9cee6766c9c8f3b0536022e9 (patch)
tree78a9a62d974f4c77f6b996f7436310e19559b50b
parenta4c56a2b895f1313c09f1f029745395c4563763c (diff)
downloadgitlab-ce-dd0431c5f7c93a2f9cee6766c9c8f3b0536022e9.tar.gz
Some minor updates for upgrade guides for 8.12.
-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
```