From 76fb8528ea196d926b971b97d60019299c441c8e Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Thu, 20 May 2021 16:43:01 +0000 Subject: [PATCH] Removed unused static/lib commit attempt - Legacy-Id: 19010 --- bin/mkrelease | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mkrelease b/bin/mkrelease index c3803d710..b690a1591 100755 --- a/bin/mkrelease +++ b/bin/mkrelease @@ -231,7 +231,7 @@ fi note "Collecting static files ..." $do ietf/manage.py collectstatic --noinput --ignore=bower.json --ignore='README.*' --ignore=rev | grep -v "Found another file with the destination path" -$do svn commit static/lib/ -m "Updated static files under static/lib/" +#$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