Updated mkrelease to support use of the bower_install and collectstatic commands.
- Legacy-Id: 9890
This commit is contained in:
parent
54aac4e12a
commit
4c4ff0f0cb
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue