diff --git a/debian/gitlab.install b/debian/gitlab.install index 4d6ba0bd97..e759e1b936 100644 --- a/debian/gitlab.install +++ b/debian/gitlab.install @@ -39,6 +39,7 @@ Gemfile usr/share/gitlab Guardfile usr/share/gitlab generator_templates usr/share/gitlab GITLAB_ELASTICSEARCH_INDEXER_VERSION usr/share/gitlab +GITLAB_KAS_VERSION usr/share/gitlab GITLAB_PAGES_VERSION usr/share/gitlab GITALY_SERVER_VERSION usr/share/gitlab GITLAB_SHELL_VERSION usr/share/gitlab @@ -59,6 +60,7 @@ README.md usr/share/gitlab scripts usr/share/gitlab security.txt usr/share/gitlab spec usr/share/gitlab +tests.yml usr/share/gitlab tooling usr/share/gitlab vendor usr/share/gitlab VERSION usr/share/gitlab diff --git a/debian/ignored-file-list b/debian/ignored-file-list index 9b421db8ae..e7bb412c9b 100644 --- a/debian/ignored-file-list +++ b/debian/ignored-file-list @@ -21,7 +21,6 @@ log .mdlrc .mdlrc.style .nvmrc -.pkgr.yml .prettierignore .prettierrc .projections.json.example diff --git a/debian/upstream-file-list b/debian/upstream-file-list index 8246517360..37f9e686d5 100644 --- a/debian/upstream-file-list +++ b/debian/upstream-file-list @@ -19,7 +19,6 @@ .markdownlint.json .nvmrc .overcommit.yml.example -.pkgr.yml .prettierignore .prettierrc .projections.json.example @@ -36,6 +35,7 @@ Dangerfile Dockerfile.assets GITALY_SERVER_VERSION GITLAB_ELASTICSEARCH_INDEXER_VERSION +GITLAB_KAS_VERSION GITLAB_PAGES_VERSION GITLAB_SHELL_VERSION GITLAB_WORKHORSE_VERSION @@ -90,6 +90,7 @@ security.txt shared snowplow-javascript-tracker spec +tests.yml tmp tooling vendor