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:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2014-09-21 14:47:24 +0400
committerBen Bodenmiller <bbodenmiller@hotmail.com>2014-09-21 14:47:24 +0400
commit9cf77b6604ec8830af1253cf187525e3d2548d44 (patch)
tree00884273b9b21572ab70f8007b553e626a705856
parent9971a9692a41b7bab4461ea0f94a4fa5e7e81c89 (diff)
update gitlab shell to 1.9.8 for gitlab 7.2.2
As committed in https://github.com/gitlabhq/gitlabhq/commit/873acfd9aa54e801d5786c32b05c4f8ad21af72a GitLab 7.2.2 requires GitLab Shell 1.9.8. Fixes https://github.com/gitlabhq/gitlabhq/issues/7806.
-rw-r--r--doc/update/7.1-to-7.2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/7.1-to-7.2.md b/doc/update/7.1-to-7.2.md
index ff5574114a8..fc141200f84 100644
--- a/doc/update/7.1-to-7.2.md
+++ b/doc/update/7.1-to-7.2.md
@@ -46,7 +46,7 @@ sudo -u git -H git checkout 7-2-stable-ee
```bash
cd /home/git/gitlab-shell
sudo -u git -H git fetch
-sudo -u git -H git checkout v1.9.7
+sudo -u git -H git checkout v1.9.8
```
### 4. Install new system dependencies