From 0a7a4ff213fd677635cd67434824bc8c17108672 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 1 Feb 2017 17:59:51 +0000 Subject: [PATCH] Ignore annoying collectstatic warnings about duplicate files. - Legacy-Id: 12770 --- bin/mkrelease | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mkrelease b/bin/mkrelease index 1f9306c9a..d51db1b74 100755 --- a/bin/mkrelease +++ b/bin/mkrelease @@ -171,7 +171,7 @@ DEV="$(printf %d.%d.%d.dev0 $MAJOR $MINOR $NEXT)" #cd $DIR ?? note "Collecting static files ..." -$do ietf/manage.py collectstatic --noinput --ignore=bower.json --ignore='README.*' +$do ietf/manage.py collectstatic --noinput --ignore=bower.json --ignore='README.*' | grep -v "Found another file with the destination path" $do svn commit static/lib/ -m "Updated static files under static/lib/" # note "Checking that there's a recent test-crawler log"