Commit 9e31555afb6422ffe911283f29ba1fc3b95d3321

Authored by Jacob Vosmaer
1 parent 4c47a89f

Use gitlab-shell 1.7.4

doc/install/installation.md
... ... @@ -149,7 +149,7 @@ GitLab Shell is an ssh access and repository management software developed speci
149 149 cd gitlab-shell
150 150  
151 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 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 36 ```bash
37 37 cd /home/git/gitlab-shell
38 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 42 ### 4. Install libs, migrations, etc.
... ...
doc/update/6.0-to-6.2.md
... ... @@ -44,7 +44,7 @@ sudo apt-get install logrotate
44 44 ```bash
45 45 cd /home/git/gitlab-shell
46 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 50 ### 5. Install libs, migrations, etc.
... ...