gitlab: upgrade to CE v.7.6.0

This commit is contained in:
Sameer Naik 2014-12-23 12:45:52 +05:30
parent ed7bb29589
commit 3e67231e33
5 changed files with 5 additions and 3 deletions

View File

@ -3,6 +3,7 @@
**latest**
- add support for configuring piwik
- gitlab-shell: upgrade to v.2.4.0
- gitlab: upgrade to CE v.7.6.0
**7.5.3**
- accept `BACKUP` parameter while running the restore rake task, closes #220

View File

@ -1 +1 @@
7.5.3
7.6.0

View File

@ -35,7 +35,7 @@ production: &base
## Date & Time settings
# Uncomment and customize if you want to change the default time zone of GitLab application.
# To see all available zones, run `bundle exec rake time:zones:all`
# To see all available zones, run `bundle exec rake time:zones:all RAILS_ENV=production`
time_zone: "{{GITLAB_TIMEZONE}}"
## Email settings

View File

@ -15,6 +15,7 @@ ENV['RAILS_RELATIVE_URL_ROOT'] = "{{GITLAB_RELATIVE_URL_ROOT}}"
# Use at least one worker per core if you're on a dedicated server,
# more will usually help for _short_ waits on databases/caches.
# The minimum is 2
worker_processes {{UNICORN_WORKERS}}
# Since Unicorn is never exposed to outside clients, it does not need to

View File

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