Install new usptream files
This commit is contained in:
parent
49afe053ee
commit
95d1659c4a
2 changed files with 3 additions and 1 deletions
2
debian/gitlab.install
vendored
2
debian/gitlab.install
vendored
|
@ -19,6 +19,8 @@ changelogs usr/share/gitlab
|
|||
config/* etc/gitlab
|
||||
config.ru usr/share/gitlab
|
||||
CONTRIBUTING.md usr/share/gitlab
|
||||
danger usr/share/gitlab
|
||||
Dangerfile usr/share/gitlab
|
||||
doc usr/share/gitlab
|
||||
docker usr/share/gitlab
|
||||
docker-compose.yml usr/share/gitlab
|
||||
|
|
2
debian/upstream-file-count-check.sh
vendored
2
debian/upstream-file-count-check.sh
vendored
|
@ -2,7 +2,7 @@
|
|||
|
||||
ucount=$(ls -1a |grep -vx .git | wc -l)
|
||||
dcount=$(cat debian/gitlab.install |cut -d' ' -f1|grep -v debian |wc -l)
|
||||
ignored=32
|
||||
ignored=33
|
||||
if ! [ $(echo "$ucount" - "$dcount"|bc) -eq $ignored ]; then
|
||||
echo "Found new files added by upstream and not added to debian/install"
|
||||
echo "Add them to debian/gitlab.install or adjust 'ignored=${ignored}'"
|
||||
|
|
Loading…
Reference in a new issue