gitlab: upgrade to CE v.7.5.3

This commit is contained in:
Sameer Naik 2014-12-05 19:09:34 +05:30
parent 233b1ca829
commit 19017452a9
3 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@
**latest**
- accept `BACKUP` parameter while running the restore rake task, closes #220
- init: do not run `gitlab:satellites:create` rake task at startup
- gitlab: upgrade to CE v.7.5.3
**7.5.2**
- gitlab: upgrade to CE v.7.5.2

View File

@ -1 +1 @@
7.5.2
7.5.3

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -e
GITLAB_VERSION=7.5.2
GITLAB_VERSION=7.5.3
GITLAB_SHELL_VERSION=2.2.0
GITLAB_HOME="/home/git"