Merge branch 'workhorse-version' into 'master'

Bump GitLab Workhorse version to 0.4.2



See merge request !1830
This commit is contained in:
Jacob Vosmaer 2015-11-20 12:41:26 +00:00
commit ba4dc176f8
4 changed files with 4 additions and 5 deletions

View File

@ -1 +0,0 @@
0.4.1

View File

@ -1 +1 @@
0.3.1
0.4.2

View File

@ -327,12 +327,12 @@ GitLab Shell is an SSH access and repository management software developed speci
cd /home/git
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-workhorse.git
cd gitlab-workhorse
sudo -u git -H git checkout 0.4.1
sudo -u git -H git checkout 0.4.2
sudo -u git -H make
### Initialize Database and Activate Advanced Features
# Go to Gitlab installation folder
# Go to GitLab installation folder
cd /home/git/gitlab

View File

@ -81,7 +81,7 @@ from GitLab 8.1.
cd /home/git
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-workhorse.git
cd gitlab-workhorse
sudo -u git -H git checkout 0.4.1
sudo -u git -H git checkout 0.4.2
sudo -u git -H make
```