debian-mirror-gitlab/debian
2016-01-22 15:55:06 +05:30
..
conf handle gitlab-shell log 2016-01-22 10:44:53 +05:30
missing-sources add non minified source for latinise.js 2016-01-20 00:11:53 +05:30
patches refreh patch 2016-01-20 00:52:31 +05:30
po add POTFILES.in 2015-10-24 13:03:36 +05:30
source ignore missing templates.pot 2015-12-15 16:43:30 +05:30
tests Imported Debian patch 7.2.1-1 2014-09-02 14:37:08 +02:00
adduser.sh proceed if user exist 2016-01-16 00:44:31 +05:30
changelog cleanup changelog 2016-01-20 22:13:58 +05:30
compat bump compat to 9 2016-01-20 00:37:16 +05:30
config use postgres commands to create database 2015-11-01 19:50:55 +05:30
control bump compat to 9 2016-01-20 00:37:16 +05:30
copyright add text for public-domain 2016-01-20 22:12:32 +05:30
gbp.conf remove fuzzaldrin-plus.min.js 2016-01-19 16:03:52 +05:30
gitlab.docs document debian specific changes 2016-01-22 15:55:06 +05:30
gitlab.init add init script 2015-11-11 16:23:27 +05:30
gitlab.links use packaged fuzzaldrin-plus 2016-01-19 15:59:31 +05:30
gitlab.lintian-overrides add more overrides 2016-01-20 00:18:21 +05:30
gitlab.templates add config and templates 2015-10-24 13:00:34 +05:30
grantpriv.sh add comments 2015-11-03 18:15:04 +05:30
install configure redis for tcp 2016-01-15 19:50:28 +05:30
postinst handle gitlab-shell log 2016-01-22 10:44:53 +05:30
rake-tasks.sh run gitlab:check 2016-01-16 02:16:50 +05:30
README.Debian document debian specific changes 2016-01-22 15:55:06 +05:30
ruby-gitlab-ce.git.docs Imported Debian patch 7.2.1-1 2014-09-02 14:37:08 +02:00
rules it hs woff and woff2 2016-01-19 16:22:39 +05:30
watch fix watch file 2016-01-19 16:11:38 +05:30

Debian specific changes in gitlab
=================================

1. Redis connection: redis-server package in debian follows upstream default
and listens on tcp port 6379. So gitlab package in debian is configured to use
tcp sockets. gitlab developers recommend using unix sockets. You can change to
using unix sockets by changing the following configuration files.

 /etc/redis/redis.conf and /etc/gitlab/resque.yml

2. wiki backend: debian package uses gollum-rugged_adapter whereas gitlab
upstream still use gollum-grit_adapter. grit is no longer maintained and grit
developers recommend switching to rugged. gollum-lib developers have announced
their intention to switch to rugged_adapter by default and this is in progress.

3. default paths: see /etc/gitlab/gitlab-debian.conf

4. database: gitlab package configures postgresql database with peer
authentication.

5. gem versions: some gem dependency requirements are relaxed to work with
their packaged version in debian.

6. vendored js files: some embedded javascript files in vendor/assets/javascripts are
replaced by their packaged verion.