Install .babelrc.js (it used to be .babelrc)
This commit is contained in:
parent
5909e0a10d
commit
9be3c2fcaf
2 changed files with 2 additions and 1 deletions
1
debian/gitlab.install
vendored
1
debian/gitlab.install
vendored
|
@ -11,6 +11,7 @@ debian/conf/nginx.conf.example usr/lib/gitlab/templates
|
||||||
debian/conf/nginx.ssl.conf.example usr/lib/gitlab/templates
|
debian/conf/nginx.ssl.conf.example usr/lib/gitlab/templates
|
||||||
debian/rake-tasks.sh usr/lib/gitlab/scripts
|
debian/rake-tasks.sh usr/lib/gitlab/scripts
|
||||||
debian/gitlab-rake.sh usr/lib/gitlab/scripts
|
debian/gitlab-rake.sh usr/lib/gitlab/scripts
|
||||||
|
.babelrc.js usr/share/gitlab
|
||||||
app usr/share/gitlab
|
app usr/share/gitlab
|
||||||
bin usr/share/gitlab
|
bin usr/share/gitlab
|
||||||
CHANGELOG.md usr/share/gitlab
|
CHANGELOG.md 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)
|
ucount=$(ls -1a |grep -vx .git | wc -l)
|
||||||
dcount=$(cat debian/gitlab.install |cut -d' ' -f1|grep -v debian |wc -l)
|
dcount=$(cat debian/gitlab.install |cut -d' ' -f1|grep -v debian |wc -l)
|
||||||
ignored=33
|
ignored=32
|
||||||
if ! [ $(echo "$ucount" - "$dcount"|bc) -eq $ignored ]; then
|
if ! [ $(echo "$ucount" - "$dcount"|bc) -eq $ignored ]; then
|
||||||
echo "Found new files added by upstream and not added to debian/install"
|
echo "Found new files added by upstream and not added to debian/install"
|
||||||
echo "Add them to debian/gitlab.install or adjust 'ignored=${ignored}'"
|
echo "Add them to debian/gitlab.install or adjust 'ignored=${ignored}'"
|
||||||
|
|
Loading…
Add table
Reference in a new issue