[webkit-reviews] review denied: [Bug 75857] GTK+ EWS needs to run update-webkitgtk-libs after applying a patch : [Attachment 121672] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 9 09:30:16 PST 2012
Adam Barth <abarth at webkit.org> has denied Gustavo Noronha (kov)
<gns at gnome.org>'s request for review:
Bug 75857: GTK+ EWS needs to run update-webkitgtk-libs after applying a patch
https://bugs.webkit.org/show_bug.cgi?id=75857
Attachment 121672: Patch
https://bugs.webkit.org/attachment.cgi?id=121672&action=review
------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=121672&action=review
> Tools/Scripts/webkitpy/tool/bot/earlywarningsystemtask.py:79
> +class GtkEarlyWarningSystemTask(EarlyWarningSystemTask):
> + def _buid(self):
> + path = os.path.join(os.dirname(self._tool.path),
'update-webkitgtk-libs')
> + self._tool.executive.run_command([path])
> + EarlyWarningSystemTask._build()
This isn't the right approach. Port-specific logic should be in the Port
classes:
http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/ports
.py
Really, you should consider making this part of "update-webkit --gtk", maybe
with some extra command line flag.
More information about the webkit-reviews
mailing list