Andrew Halberstadt
Andrew Halberstadt
As an aside, it might be nice to get rid of all the `pip-compile` generated requirements files, now that treeherder appears to be using poetry. Other than `tox.ini`, it looks...
Related bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1626320
Note this issue on its own wouldn't give us any benefit, we'd also need the accompanying bug above to use this API.
Previously we were using this entitlements file: https://gist.githubusercontent.com/bhearsum/5dac6f523a828675bbc00e8165e29946/raw/6b5a395c476679bcc5ecb07eafdc8e5adefc7470/gistfile1.txt Now we are using one checked into the repo: https://github.com/mozilla-mobile/mozilla-vpn-client/blob/main/taskcluster/scripts/signing/entitlements.xml I'm not sure why those entitlements got removed (maybe just because it...
Oh, I see what happened.. We accidentally switched the entitlements around. So the contents `loginItems-entitlements.xml` accidentally got switched with the contents of `entitlements.xml`. So we should swap those two files...
I may try deleting and re-creating the project if there is no other workaround here (hopefully that doesn't cause namespace issues).
Actually I was able to work around this by editing the value of the option in the dropdown via browser inspector :). This is still a legit issue, but I'm...
I'll admit I didn't know those existed, thanks for the pointer! :)
> and reacting to that gives us the maximum amount of time to upload artifacts and shut down correctly. Maybe? The stackoverflow post does warn that depending on the system,...
Oh well, thanks for trying it out!