Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2015-01-18 16:59:39 +0300
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2015-01-18 16:59:39 +0300
commit9d414c31993997e163736b16e0b5910cfb044ded (patch)
tree2931745dac614a11e2bf7261046d49b21208004c
parent31901f36ab124fd6fccb1b1006c1be2c7eacf678 (diff)
parente2e23b853ab59d9b44cdd01632ba99bdb013f514 (diff)
Merge pull request #8605 from Razer6/fix_gitlab_shell_doc_stable
Update gitlab-shell in docs to 2.4.1 (stable)
-rw-r--r--doc/update/6.x-or-7.x-to-7.7.md2
-rw-r--r--doc/update/7.6-to-7.7.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/update/6.x-or-7.x-to-7.7.md b/doc/update/6.x-or-7.x-to-7.7.md
index 81cc9d379e2..6501a8d2148 100644
--- a/doc/update/6.x-or-7.x-to-7.7.md
+++ b/doc/update/6.x-or-7.x-to-7.7.md
@@ -119,7 +119,7 @@ sudo apt-get install pkg-config cmake
```bash
cd /home/git/gitlab-shell
sudo -u git -H git fetch
-sudo -u git -H git checkout v2.4.0
+sudo -u git -H git checkout v2.4.1
```
## 7. Install libs, migrations, etc.
diff --git a/doc/update/7.6-to-7.7.md b/doc/update/7.6-to-7.7.md
index a5a30f925c7..90f15afcb62 100644
--- a/doc/update/7.6-to-7.7.md
+++ b/doc/update/7.6-to-7.7.md
@@ -37,7 +37,7 @@ sudo -u git -H git checkout 7-7-stable-ee
```bash
cd /home/git/gitlab-shell
sudo -u git -H git fetch
-sudo -u git -H git checkout v2.4.0
+sudo -u git -H git checkout v2.4.1
```
### 4. Install libs, migrations, etc.