Use gitlab-shell 1.7.4

This commit is contained in:
Jacob Vosmaer 2013-11-01 16:38:55 +01:00
parent 4c47a89fa5
commit 9e31555afb
3 changed files with 3 additions and 3 deletions

View File

@ -149,7 +149,7 @@ GitLab Shell is an ssh access and repository management software developed speci
cd gitlab-shell
# switch to right version
sudo -u git -H git checkout v1.7.1
sudo -u git -H git checkout v1.7.4
sudo -u git -H cp config.yml.example config.yml

View File

@ -36,7 +36,7 @@ sudo -u git -H git checkout 6-1-stable
```bash
cd /home/git/gitlab-shell
sudo -u git -H git fetch
sudo -u git -H git checkout v1.7.1
sudo -u git -H git checkout v1.7.4
```
### 4. Install libs, migrations, etc.

View File

@ -44,7 +44,7 @@ sudo apt-get install logrotate
```bash
cd /home/git/gitlab-shell
sudo -u git -H git fetch
sudo -u git -H git checkout v1.7.3
sudo -u git -H git checkout v1.7.4
```
### 5. Install libs, migrations, etc.