Summary: | webkit-patch commit-queue does not notice modifications to committers.py | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> | ||||||
Component: | New Bugs | Assignee: | Eric Seidel (no email) <eric> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | jparent, ojan | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | PC | ||||||||
OS: | OS X 10.5 | ||||||||
Bug Depends on: | 30634, 32911 | ||||||||
Bug Blocks: | |||||||||
Attachments: |
|
Description
Eric Seidel (no email)
2009-10-05 11:17:00 PDT
Created attachment 41587 [details]
Add re-exec support
Created attachment 41595 [details]
Add re-exec support
Comment on attachment 41595 [details] Add re-exec support Removing cq? until bug 30634 is landed. Comment on attachment 41595 [details]
Add re-exec support
You're blowing my mind with your crazy continuation style here.
Committed r50105: <http://trac.webkit.org/changeset/50105> Rolled out in: Committed r50362: <http://trac.webkit.org/changeset/50362> This was causing https://bugs.webkit.org/show_bug.cgi?id=30869 *** Bug 30869 has been marked as a duplicate of this bug. *** I think the best plan for now is to add some explicit code to reload just the committers.py module on every run. This has been solved by making the commit-queue automatically restart itself every 10 cycles using a wrapper script. |