Skip to content

Commit 4c4ff0f

Browse files
committed
Updated mkrelease to support use of the bower_install and collectstatic commands.
- Legacy-Id: 9890
1 parent 54aac4e commit 4c4ff0f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

bin/mkrelease

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ DEV="$(printf %d.%d.%d.dev0 $MAJOR $MINOR $NEXT)"
166166

167167
#cd $DIR ??
168168

169+
note "Collecting static files"
170+
$do ietf/manage.py collectstatic --noinput --ignore=bower.json --ignore='README.*'
171+
$do svn commit static/lib/ -m "Updated static files under static/lib/"
172+
169173
# note "Checking that there's a recent test-crawler log"
170174
# touch -d $RDATE .svn/.latest-commit
171175
# TCLOG=$(ls -t ../test-crawl-*.log | head -n 1)

0 commit comments

Comments
 (0)