Bug 239420 - [git-webkit] Post comment in bugzilla for corresponding PR
Summary: [git-webkit] Post comment in bugzilla for corresponding PR
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 239082
  Show dependency treegraph
 
Reported: 2022-04-16 08:42 PDT by Philippe Normand
Modified: 2022-04-28 10:48 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2022-04-16 08:42:08 PDT
`git webkit pr` should submit a comment to the corresponding bugzilla ticket when creating a PR, at least mention the PR link :)
Comment 1 Philippe Normand 2022-04-17 09:35:24 PDT
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
Comment 2 Radar WebKit Bug Importer 2022-04-23 08:43:13 PDT
<rdar://problem/92217316>
Comment 3 Jonathan Bedard 2022-04-25 11:33:31 PDT
It does, that likely means whatever your keystore is has the wrong bugzilla credentials.
Comment 4 Philippe Normand 2022-04-27 04:12:46 PDT
(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?
Comment 5 Jonathan Bedard 2022-04-28 10:38:34 PDT
(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.
Comment 6 Philippe Normand 2022-04-28 10:48:50 PDT
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!