Bug 239420
Summary: | [git-webkit] Post comment in bugzilla for corresponding PR | ||
---|---|---|---|
Product: | WebKit | Reporter: | Philippe Normand <pnormand> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | jbedard, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=239741 | ||
Bug Depends on: | |||
Bug Blocks: | 239082 |
Philippe Normand
`git webkit pr` should submit a comment to the corresponding bugzilla ticket when creating a PR, at least mention the PR link :)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Philippe Normand
It's not working for me I suppose :)
Created 'PR 306 | [GStreamer] Pipewire display capture broken'!
Failed to fetch 'https://bugs.webkit.org/show_bug.cgi?id=239435'
Failed to fetch 'https://bugs.webkit.org/show_bug.cgi?id=239435'
Failed to modify 'https://bugs.webkit.org/show_bug.cgi?id=239435 None'
Failed to fetch 'https://bugs.webkit.org/show_bug.cgi?id=239435'
Assigning associated issue to Philippe Normand <pnormand@igalia.com>
Failed to fetch comments for 'https://bugs.webkit.org/show_bug.cgi?id=239435'
Failed to fetch 'https://bugs.webkit.org/show_bug.cgi?id=239435'
Failed to fetch 'https://bugs.webkit.org/show_bug.cgi?id=239435'
Failed to fetch 'https://bugs.webkit.org/show_bug.cgi?id=239435'
Failed to modify 'https://bugs.webkit.org/show_bug.cgi?id=239435 None'
Posted pull request link to https://bugs.webkit.org/show_bug.cgi?id=239435
Failed to fetch 'https://bugs.webkit.org/show_bug.cgi?id=239435'
Failed to fetch 'https://bugs.webkit.org/show_bug.cgi?id=239435'
https://github.com/WebKit/WebKit/pull/306
Radar WebKit Bug Importer
<rdar://problem/92217316>
Jonathan Bedard
It does, that likely means whatever your keystore is has the wrong bugzilla credentials.
Philippe Normand
(In reply to Jonathan Bedard from comment #3)
> It does, that likely means whatever your keystore is has the wrong bugzilla
> credentials.
How do I reset these then?
Jonathan Bedard
(In reply to Philippe Normand from comment #4)
> (In reply to Jonathan Bedard from comment #3)
> > It does, that likely means whatever your keystore is has the wrong bugzilla
> > credentials.
>
> How do I reset these then?
That's going to depend on what your system's keystore is, which we do through keyring. I can speak for MacOS, but not other platforms. That being said, Michael Catanzaro fixed a fun little bug in https://bugs.webkit.org/show_bug.cgi?id=239741 which might have been the root of your issue.
Philippe Normand
Oh wow, yes, Michael's patch definitely looks like a good fix for what I experienced so far. I'll check again next time I submit a PR. Thanks!