Bug 36478
| Summary: | webkit-patch apply-from-bug (or svn-apply) for security bug | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Fumitoshi Ukai <ukai> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | abarth, eric |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Fumitoshi Ukai
webkit-patch apply-from-bug failed for security bug
$ ./WebKitTools/Scripts/webkit-patch apply-from-bug 36339
Cleaning working directory
Updating working directory
Fetching: https://bugs.webkit.org/show_bug.cgi?id=36339&ctype=xml
Reading Keychain for bugs.webkit.org account and password. Click "Allow" to continue...
Logging in as ukai@chromium.org...
Fetching: https://bugs.webkit.org/show_bug.cgi?id=36339&ctype=xml
1 reviewed patch found on bug 36339.
Processing 1 patch from 1 bug.
Processing patch 51186 from bug 36339.
Failed to run "['/Users/ukai/src/chromium-webkit2/src/third_party/WebKit/WebKitTools/Scripts/svn-apply', '--reviewer', 'Adam Barth']" exit_code: 255
Last 500 characters of output:
ref="createaccount.cgi">New Account</a></li>
<li><span class="separator">| </span><a href="https://bugs.webkit.org/attachment.cgi?id=51186&GoAheadAndLogIn=1">Log In</a></li>
</ul>
</li>
</ul>
<div class="outro"></div>
</div>
</body>
</html>
-------------------------------------------------------------------
Died at /Users/ukai/src/chromium-webkit2/src/third_party/WebKit/WebKitTools/Scripts/svn-apply line 336, <> line 226.
Failed to run "['/Users/ukai/src/chromium-webkit2/src/third_party/WebKit/WebKitTools/Scripts/svn-apply', '--reviewer', 'Adam Barth']" exit_code: 255
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
I think this works now, doesn't it Adam?
Adam Barth
No. The call to CURL fails.
Eric Seidel (no email)
Oh, that's easily fixed. We just need to change how Attachment fetches data.
Adam Barth
I fixed this a while back.