debian-mirror-gitlab/debian
2016-02-05 20:31:06 +05:30
..
conf move to conf dir 2016-02-04 14:38:21 +05:30
missing-sources add non minified source for latinise.js 2016-01-20 00:11:53 +05:30
patches add bug link 2016-02-02 19:47:30 +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 upload to unstable 2016-02-04 16:28:38 +05:30
compat bump compat to 9 2016-01-20 00:37:16 +05:30
config Remove unwanted echo statement 2016-01-22 22:09:40 +05:30
control add dh-systemd, make vcs https 2016-02-04 16:28:00 +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 configure nginx 2016-01-24 09:47:27 +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 fix whitespace error 2016-01-23 22:36:42 +05:30
grantpriv.sh fix quotes 2016-01-29 22:24:20 +05:30
install install systemd unit files 2016-02-04 14:39:56 +05:30
postinst remove Gemfile.lock if found 2016-02-04 14:49:51 +05:30
rake-tasks.sh make gitlab starting conditional (systemd or sysv) 2016-02-04 15:33:53 +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 enable systemd unit files 2016-02-04 16:22: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.