debian-mirror-gitlab/debian
Praveen Arimbrathodiyil 8c7b3458fb reverse wrap and sort
2016-03-13 11:51:59 +05:30
..
conf define nginx-user 2016-02-18 18:12:09 +05:30
missing-sources add non minified source for latinise.js 2016-01-20 00:11:53 +05:30
patches relax rails 2016-03-13 11:47:59 +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 move gitlab user's home to /var/lib 2016-02-18 13:02:28 +05:30
changelog Add partial changelog entry 2016-02-28 22:48:29 +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 reverse wrap and sort 2016-03-13 11:51:59 +05:30
copyright reverse wrap and sort 2016-03-13 11:51:59 +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 reverse wrap and sort 2016-03-13 11:51:59 +05:30
gitlab.lintian-overrides gitlab.target is provided for systemd 2016-02-04 16:26:55 +05:30
gitlab.templates update template language style 2016-02-13 20:12:37 +05:30
grantpriv.sh fix quotes 2016-01-29 22:24:20 +05:30
install reverse wrap and sort 2016-03-13 11:51:59 +05:30
postinst create cache in /var/lib/gitlab 2016-02-18 22:42:43 +05:30
rake-tasks.sh .secret file has to be created 2016-02-18 22:00:42 +05:30
README.Debian Fix typo 2016-02-28 22:47:30 +05:30
ruby-gitlab-ce.git.docs reverse wrap and sort 2016-03-13 11:51:59 +05:30
rules config in /etc, log a symlink to /var/log/gitlab 2016-02-18 17:04:24 +05:30
upstream-file-count-check.sh move public to /var/lib/gitlab 2016-02-18 17:30:10 +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 version.

7. root directory of rails is read only (/usr/share/gitlab); following symbolic
links are added to enable write access to gitlab app

> config -> /etc/gitlab
> Gemfile.lock -> /var/lib/gitlab/Gemfile.lock
> log -> /var/log/gitlab
> public -> /var/lib/gitlab/public
> tmp -> /run/gitlab
> shared/cache -> /var/lib/gitlab/cache
> /usr/share/gitlab/.secret -> /var/lib/gitlab/.secret