Install new usptream files

This commit is contained in:
Pirate Praveen 2018-11-18 11:35:14 +05:30
parent 49afe053ee
commit 95d1659c4a
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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}'"