pkgdev
pkgdev copied to clipboard
collection of tools for Gentoo development
For [sddm](https://gitweb.gentoo.org/repo/gentoo.git/tree/x11-misc/sddm/sddm-0.21.0.ebuild#n24), we have `IUSE="+elogind systemd test"` when used in use-default mode. ```bash pkgdev tatt -b 928073 --api-key $(
https://github.com/pkgcore/pkgdev/issues/43 and https://github.com/pkgcore/pkgcore/pull/434 exist in order to band-aid a 'pkgdev does not like the sync uri' in a given git repo. A better question here is 'WHY are we checking...
I have: ``` [DEFAULT] tatt.ignore-prefixes = elibc_,video_cards_,linguas_,python_targets_,python_single_target_,kdeenablefinal,test,debug,qemu_user_,qemu_softmmu_,libressl,static-libs,systemd,sdjournal,doc,ruby_targets ``` in */root/.config/pkgdev/pkgdev.conf*, but the use flag `debug` is constantly enabled when running **pkgdev tatt**. If I call **pkgdev tatt --emerge-opts="--verbose" --ignore-prefixes debug**...
I am in commit `a66f97b855cc - net-misc/ofono: drop 1.33` in `::gentoo` tree and this is my staged change: ```diff diff --git a/dev-db/mariadb/mariadb-10.11.6.ebuild b/dev-db/mariadb/mariadb-10.11.6.ebuild index 9b2a4c5785b0..053886557e4b 100644 --- a/dev-db/mariadb/mariadb-10.11.6.ebuild +++ b/dev-db/mariadb/mariadb-10.11.6.ebuild...
https://github.com/DarthGandalf/gentoo/commit/7e5f588bd16dda5ec7727259c60c9ec09d97e095 Should have been either 'sync live' or opening an editor, instead I got 'update DESCRIPTION, HOMEPAGE, LICENSE'
See https://github.com/pkgcore/pkgdev/blob/992da6c9f5a9e943aebd894cac2935f1993f3d0f/src/pkgdev/scripts/pkgdev_commit.py#L258 . That's actually an internal API in pkgcore despite the name. Roughly, for 'mutable' repositories in pkgcore, this is the backchannel from a repository operation operation that notifies...
This will be done in multiple stages, since this is a big thing: ```[tasklist] ### Stage 2 - [ ] Fix the bugs surrounding `use_dep`. When matching the pkgset, we...
We need a way to open $EDITOR (or $VISUAL) to allow refining of the list before submitting. ### Stage 1 Edit selected targets list (AKA the result of [`d.load_targets`](https://github.com/pkgcore/pkgdev/blob/45e2a7c1d0ce8e9ef7bba0cae4b4648a5d764540/src/pkgdev/scripts/pkgdev_bugs.py#L641)), with...
I'm currently using the following to test `pkgdev bugs`: `pkgdev bugs --auto-cc-arches [email protected] --api-key $(
I'm looking to exhaustively test all possible USE flag combinations on a package that has over 100 USE flags (`www-servers/nginx`). As part of my work to fix https://bugs.gentoo.org/578658 I'm in...