remove link to /run
This commit is contained in:
parent
2ab4686a66
commit
2d1626f56f
2 changed files with 0 additions and 6 deletions
1
debian/gitlab.links
vendored
1
debian/gitlab.links
vendored
|
@ -4,7 +4,6 @@ var/lib/gitlab/db usr/share/gitlab/db
|
||||||
var/log/gitlab usr/share/gitlab/log
|
var/log/gitlab usr/share/gitlab/log
|
||||||
var/log/gitlab/builds usr/share/gitlab/builds
|
var/log/gitlab/builds usr/share/gitlab/builds
|
||||||
run/gitlab usr/share/gitlab/tmp
|
run/gitlab usr/share/gitlab/tmp
|
||||||
var/cache/gitlab run/gitlab/cache
|
|
||||||
etc/gitlab usr/share/gitlab/config
|
etc/gitlab usr/share/gitlab/config
|
||||||
usr/share/javascript/jquery-history/jquery.history.min.js usr/share/gitlab/vendor/assets/javascripts/jquery.history.js
|
usr/share/javascript/jquery-history/jquery.history.min.js usr/share/gitlab/vendor/assets/javascripts/jquery.history.js
|
||||||
usr/share/javascript/jquery-cookie/jquery.cookie.min.js usr/share/gitlab/vendor/assets/javascripts/jquery.cookie.js
|
usr/share/javascript/jquery-cookie/jquery.cookie.min.js usr/share/gitlab/vendor/assets/javascripts/jquery.cookie.js
|
||||||
|
|
5
debian/gitlab.lintian-overrides
vendored
5
debian/gitlab.lintian-overrides
vendored
|
@ -16,8 +16,3 @@ gitlab: executable-not-elf-or-script usr/share/gitlab/bin/ci/upgrade.rb
|
||||||
|
|
||||||
# gitlab.target is provided for systemd
|
# gitlab.target is provided for systemd
|
||||||
gitlab: systemd-no-service-for-init-script gitlab
|
gitlab: systemd-no-service-for-init-script gitlab
|
||||||
|
|
||||||
# This is also handled using tmpfiles.d (required for correctly handling
|
|
||||||
# dir_to_symlink)
|
|
||||||
gitlab: dir-or-file-in-run run/gitlab/
|
|
||||||
gitlab: dir-or-file-in-run run/gitlab/cache
|
|
||||||
|
|
Loading…
Reference in a new issue