gitlab-shell: upgrade to v.2.5.3

This commit is contained in:
Sameer Naik 2015-02-22 13:47:05 +05:30
parent bef4709ef3
commit 5225950959
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
- removed `GITLAB_SIGNIN` configuration option, can be set from gitlab ui
- removed `GITLAB_PROJECTS_LIMIT` configuration option, can be set from gitlab ui
- removed `GITLAB_GRAVATAR_ENABLED` configuration option, can be set from gitlab ui
- gitlab-shell: upgrade to v.2.5.3
**7.7.2**
- gitlab-shell: upgrade to v.2.4.2

View File

@ -2,7 +2,7 @@
set -e
GITLAB_VERSION=7.7.2
GITLAB_SHELL_VERSION=2.4.2
GITLAB_SHELL_VERSION=2.5.3
GITLAB_HOME="/home/git"
GITLAB_INSTALL_DIR="${GITLAB_HOME}/gitlab"