Commit 36ae4c55 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Use gitlab-shell 1.7.8 for GitLab 6.x

parent ff9b5cd6
...@@ -122,7 +122,7 @@ GitLab Shell is an ssh access and repository management software developed speci ...@@ -122,7 +122,7 @@ GitLab Shell is an ssh access and repository management software developed speci
cd gitlab-shell cd gitlab-shell
# switch to right version # switch to right version
sudo -u git -H git checkout v1.7.4 sudo -u git -H git checkout v1.7.8
sudo -u git -H cp config.yml.example config.yml sudo -u git -H cp config.yml.example config.yml
......
...@@ -44,7 +44,7 @@ sudo -u git -H git checkout 6-0-stable ...@@ -44,7 +44,7 @@ sudo -u git -H git checkout 6-0-stable
```bash ```bash
cd /home/git/gitlab-shell cd /home/git/gitlab-shell
sudo -u git -H git fetch sudo -u git -H git fetch
sudo -u git -H git checkout v1.7.0 sudo -u git -H git checkout v1.7.8
``` ```
### 4. Install additional packages ### 4. Install additional packages
......
...@@ -36,7 +36,7 @@ sudo -u git -H git checkout 6-1-stable-ee ...@@ -36,7 +36,7 @@ sudo -u git -H git checkout 6-1-stable-ee
```bash ```bash
cd /home/git/gitlab-shell cd /home/git/gitlab-shell
sudo -u git -H git fetch sudo -u git -H git fetch
sudo -u git -H git checkout v1.7.1 sudo -u git -H git checkout v1.7.8
``` ```
### 4. Install libs, migrations, etc. ### 4. Install libs, migrations, etc.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment