Skip to content

Commit

Permalink
Use gitlab-workhorse 0.8.2
Browse files Browse the repository at this point in the history
Fixes rejected API git archive extensions; improves Sentry errors.
  • Loading branch information
jacobvosmaer committed Sep 16, 2016
1 parent 591885c commit c88caf6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GITLAB_WORKHORSE_VERSION
@@ -1 +1 @@
0.8.1
0.8.2
2 changes: 1 addition & 1 deletion doc/install/installation.md
Expand Up @@ -400,7 +400,7 @@ If you are not using Linux you may have to run `gmake` instead of
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 v0.8.1
sudo -u git -H git checkout v0.8.2
sudo -u git -H make

### Initialize Database and Activate Advanced Features
Expand Down
2 changes: 1 addition & 1 deletion doc/update/8.11-to-8.12.md
Expand Up @@ -82,7 +82,7 @@ GitLab 8.1.
```bash
cd /home/git/gitlab-workhorse
sudo -u git -H git fetch --all
sudo -u git -H git checkout v0.8.1
sudo -u git -H git checkout v0.8.2
sudo -u git -H make
```

Expand Down

0 comments on commit c88caf6

Please sign in to comment.