Skip to content

Commit 0a7a4ff

Browse files
committed
Ignore annoying collectstatic warnings about duplicate files.
- Legacy-Id: 12770
1 parent 30b2abe commit 0a7a4ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/mkrelease

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ DEV="$(printf %d.%d.%d.dev0 $MAJOR $MINOR $NEXT)"
171171
#cd $DIR ??
172172

173173
note "Collecting static files ..."
174-
$do ietf/manage.py collectstatic --noinput --ignore=bower.json --ignore='README.*'
174+
$do ietf/manage.py collectstatic --noinput --ignore=bower.json --ignore='README.*' | grep -v "Found another file with the destination path"
175175
$do svn commit static/lib/ -m "Updated static files under static/lib/"
176176

177177
# note "Checking that there's a recent test-crawler log"

0 commit comments

Comments
 (0)