Merge "Don't include directory entries in GWT UI zip files"

This commit is contained in:
David Pursehouse
2016-12-22 07:09:20 +00:00
committed by Gerrit Code Review

View File

@@ -250,7 +250,7 @@ def gwt_genrule(suffix = ""):
' gerrit_ui/dbg_gerrit_ui.nocache.js;' +
'unzip -qo $$ROOT/$(location :%s);' % opt +
'mkdir -p $$(dirname $@);' +
'zip -qr $$ROOT/$@ .',
'zip -qrD $$ROOT/$@ .',
outs = ['ui_optdbg' + suffix + '.zip'],
visibility = ['//visibility:public'],
)