We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2d725 commit 927685eCopy full SHA for 927685e
1 file changed
bin/mkrelease
@@ -175,7 +175,7 @@ $do ietf/manage.py bower_install
175
$do svn commit ietf/externals/static -m "Updated bower-managed static web assets"
176
# Get rid of bower-installed files which we don't use:
177
$do rm $(svn st ietf/externals/ | grep '^\?' | awk '{print $2}')
178
-$do rm -rf rm -rf ietf/externals/static/datatracker/
+$do rm -rf ietf/externals/static/datatracker/
179
180
note "Collecting static files ..."
181
$do ietf/manage.py collectstatic --noinput --ignore=bower.json --ignore='README.*' | grep -v "Found another file with the destination path"
0 commit comments