pkgdev
pkgdev copied to clipboard
collection of tools for Gentoo development
Tried my first `pkgdev push` and it failed with ``` Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/pkgcheck/addons/git.py", line 341, in generate_restrictions p = subprocess.run( File "/usr/lib/python3.10/subprocess.py", line 526, in run...
**The action of writing out the Manifest file is expected not to be sensitive to prior states of the Manifest file.** I'm in a working directory, a git repository, full...
I tried to bump strace by copying the old ebuild to the new one, but decided to update metadata.xml with a new remote-id first. With the new strace-5.19.ebuild sitting locally...
Is it possible to use pkgdev (especially manifest - which pulls distfiles) behind a proxy. env variable http_proxy / http_proxy do not seem to be honored right now and pkgdev.conf...
This is a start of a plan, something like a pre-RFC. I think we should add new functionality to `pkgdev`, which we "steal" from other dev-scripts. But this could result...
It has now already happened twice that I copy an ebuild for revision bump, forget to remove the stable keywords, commit and push the revised ebuild, only to have pkgdev...
I do not understand - this is expected behavior or a bug, if expected - should print some message for a user. Also tried ``` # pkgdev manifest files/myfile ```...
This is a regression from repoman If you copy an ebuild folder from an overlay with thick manifests into one with thin manifests, and then run pkgdev manifest, it will...
Add a simple mangler that works only on simple inline arrays, that are set into a environment variable, to auto add spaces after and before the circled brackets. Meaning a...
@arthurzam mentioned this issue the other say in #gentoo-dev but I figured I should file a bug for it the next time I hit it. I typo'd `inherit bash-completion` instead...