debian-mirror-gitlab/debian
2016-02-13 19:11:17 +05:30
..
conf use /var for gitlab-workhorse too 2016-02-13 18:17:07 +05:30
missing-sources add non minified source for latinise.js 2016-01-20 00:11:53 +05:30
patches read variables in bin/* 2016-02-13 17:59:45 +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 add missing files to debian/install 2016-02-13 19:11:17 +05:30
compat bump compat to 9 2016-01-20 00:37:16 +05:30
config ask letsencrypt question 2016-02-06 00:13:36 +05:30
control set minimum version of gitlab-workhorse 2016-02-10 00:10:59 +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 install nginx ssl conf example 2016-02-05 23:24:04 +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 gitlab.target is provided for systemd 2016-02-04 16:26:55 +05:30
gitlab.templates update template ordering 2016-02-12 17:39:53 +05:30
grantpriv.sh fix quotes 2016-01-29 22:24:20 +05:30
install add missing files to debian/install 2016-02-13 19:11:17 +05:30
postinst create log, pid and socket paths 2016-02-13 18:01:11 +05:30
rake-tasks.sh check for empty db before overwriting 2016-02-12 17:32:34 +05:30
README.Debian add gemdeps tracker link 2016-01-22 20:48:49 +05:30
ruby-gitlab-ce.git.docs Imported Debian patch 7.2.1-1 2014-09-02 14:37:08 +02:00
rules add missing files to debian/install 2016-02-13 19:11:17 +05:30
watch remove ~ in dversionmangle 2016-02-05 20:31:06 +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: debian package has changed some default values for paths
which you can see at /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.

You can find the list of gems required by gitlab and their corresponding
package versions in debian at
http://debian.fosscommunity.in/status/?appname=gitlab&sort=satisfied

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