Commit 9e31555afb6422ffe911283f29ba1fc3b95d3321
1 parent
4c47a89f
Exists in
master
and in
4 other branches
Use gitlab-shell 1.7.4
Showing
3 changed files
with
3 additions
and
3 deletions
Show diff stats
doc/install/installation.md
@@ -149,7 +149,7 @@ GitLab Shell is an ssh access and repository management software developed speci | @@ -149,7 +149,7 @@ GitLab Shell is an ssh access and repository management software developed speci | ||
149 | cd gitlab-shell | 149 | cd gitlab-shell |
150 | 150 | ||
151 | # switch to right version | 151 | # switch to right version |
152 | - sudo -u git -H git checkout v1.7.1 | 152 | + sudo -u git -H git checkout v1.7.4 |
153 | 153 | ||
154 | sudo -u git -H cp config.yml.example config.yml | 154 | sudo -u git -H cp config.yml.example config.yml |
155 | 155 |
doc/update/6.0-to-6.1.md
@@ -36,7 +36,7 @@ sudo -u git -H git checkout 6-1-stable | @@ -36,7 +36,7 @@ sudo -u git -H git checkout 6-1-stable | ||
36 | ```bash | 36 | ```bash |
37 | cd /home/git/gitlab-shell | 37 | cd /home/git/gitlab-shell |
38 | sudo -u git -H git fetch | 38 | sudo -u git -H git fetch |
39 | -sudo -u git -H git checkout v1.7.1 | 39 | +sudo -u git -H git checkout v1.7.4 |
40 | ``` | 40 | ``` |
41 | 41 | ||
42 | ### 4. Install libs, migrations, etc. | 42 | ### 4. Install libs, migrations, etc. |
doc/update/6.0-to-6.2.md
@@ -44,7 +44,7 @@ sudo apt-get install logrotate | @@ -44,7 +44,7 @@ sudo apt-get install logrotate | ||
44 | ```bash | 44 | ```bash |
45 | cd /home/git/gitlab-shell | 45 | cd /home/git/gitlab-shell |
46 | sudo -u git -H git fetch | 46 | sudo -u git -H git fetch |
47 | -sudo -u git -H git checkout v1.7.3 | 47 | +sudo -u git -H git checkout v1.7.4 |
48 | ``` | 48 | ``` |
49 | 49 | ||
50 | ### 5. Install libs, migrations, etc. | 50 | ### 5. Install libs, migrations, etc. |