Skip to content
Snippets Groups Projects
Commit 37a649e3 authored by Sruthi Chandran's avatar Sruthi Chandran
Browse files

Update debian/upstream-file-count-check.sh to use locale C.UTF8

parent 416f224b
No related branches found
No related tags found
No related merge requests found
LC_ALL=C.UTF-8 ls -1a |grep -vx .git |grep -vx .pc > debian/upstream-file-list.new
if ! diff -u debian/upstream-file-list debian/upstream-file-list.new
then
echo "Upstream added or removed files"
echo "Update 'debian/gitlab.install' and/or 'debian/ignored-file-list'"
ls -1a |grep -vx .git |grep -vx .pc > debian/upstream-file-list.new
echo "\nNewly added files are:"
echo "---------------------"
comm -23 debian/upstream-file-list.new debian/upstream-file-list
......@@ -11,3 +13,4 @@
echo "---------------------"
echo "\nAfter updating, rename 'debian/upstream-file-list.new' as 'debian/upstream-file-list'\n"
exit 1
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment