From 4c4ff0f0cb60ead14d83bc656d1e0e5f687f4adc Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sun, 26 Jul 2015 18:16:20 +0000 Subject: [PATCH] Updated mkrelease to support use of the bower_install and collectstatic commands. - Legacy-Id: 9890 --- bin/mkrelease | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/mkrelease b/bin/mkrelease index 82aa5965f..9faf744b7 100755 --- a/bin/mkrelease +++ b/bin/mkrelease @@ -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)