Open rossburton opened 1 year ago
Note that pwclient list
does work:
$ pwclient list -H 732e487978cd2af56aaad959cae1a772448ddfed
ID State Name
-- ----- ----
33286 new [AUH] libsoup: upgrading to 3.4.4 SUCCEEDED
34317 new libsoup: Upgrade to 3.4.2 -> 3.4.4
I appear to be unable to correctly round-trip a patch ID to hash and back again.
Using this patchwork server: https://patchwork.yoctoproject.org/project/oe-core/ and this fragment in my
.pwclientrc
:I can request the info for a specific patch ID:
But if I try and look up the hash:
It's the enforced
project
argument which is causing this, and I can't figure out what project it's expecting. Neitheroe-core
,6
, orOpenEmbedded Core Layer
are accepted, but if I delete theproject
argument from the API call entirely then the call succeeds.I suspect I'm missing something obvious?