Handle newly added files
This commit is contained in:
parent
2564e827ed
commit
d3caf65777
2 changed files with 3 additions and 1 deletions
1
debian/gitlab.install
vendored
1
debian/gitlab.install
vendored
|
@ -53,6 +53,7 @@ jest_resolver.js usr/share/gitlab
|
||||||
lib usr/share/gitlab
|
lib usr/share/gitlab
|
||||||
locale usr/share/gitlab
|
locale usr/share/gitlab
|
||||||
MAINTENANCE.md usr/share/gitlab
|
MAINTENANCE.md usr/share/gitlab
|
||||||
|
metrics_server usr/share/gitlab
|
||||||
package.json var/lib/gitlab
|
package.json var/lib/gitlab
|
||||||
PHILOSOPHY.md usr/share/gitlab
|
PHILOSOPHY.md usr/share/gitlab
|
||||||
PROCESS.md usr/share/gitlab
|
PROCESS.md usr/share/gitlab
|
||||||
|
|
3
debian/upstream-file-list
vendored
3
debian/upstream-file-list
vendored
|
@ -25,7 +25,7 @@
|
||||||
.prettierrc
|
.prettierrc
|
||||||
.projections.json.example
|
.projections.json.example
|
||||||
.rubocop.yml
|
.rubocop.yml
|
||||||
.rubocop_manual_todo.yml
|
.rubocop_todo
|
||||||
.rubocop_todo.yml
|
.rubocop_todo.yml
|
||||||
.ruby-version
|
.ruby-version
|
||||||
.solargraph.yml.example
|
.solargraph.yml.example
|
||||||
|
@ -85,6 +85,7 @@ lefthook.yml
|
||||||
lib
|
lib
|
||||||
locale
|
locale
|
||||||
log
|
log
|
||||||
|
metrics_server
|
||||||
package.json
|
package.json
|
||||||
public
|
public
|
||||||
qa
|
qa
|
||||||
|
|
Loading…
Reference in a new issue