We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b2abe commit 0a7a4ffCopy full SHA for 0a7a4ff
1 file changed
bin/mkrelease
@@ -171,7 +171,7 @@ DEV="$(printf %d.%d.%d.dev0 $MAJOR $MINOR $NEXT)"
171
#cd $DIR ??
172
173
note "Collecting static files ..."
174
-$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"
175
$do svn commit static/lib/ -m "Updated static files under static/lib/"
176
177
# note "Checking that there's a recent test-crawler log"
0 commit comments