Updated mkrelease to support use of the bower_install and collectstatic commands.

- Legacy-Id: 9890
This commit is contained in:
Henrik Levkowetz 2015-07-26 18:16:20 +00:00
parent 54aac4e12a
commit 4c4ff0f0cb

View file

@ -166,6 +166,10 @@ 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 svn commit static/lib/ -m "Updated static files under static/lib/"
# note "Checking that there's a recent test-crawler log"
# touch -d $RDATE .svn/.latest-commit
# TCLOG=$(ls -t ../test-crawl-*.log | head -n 1)