pkgdev
pkgdev copied to clipboard
collection of tools for Gentoo development
It's unfortunate, but sometimes we are served a page that says "this is not what you're looking for": ``` kangie@monolith /var/db/repos/gentoo/www-client/chromium (master+) $ pkgdev manifest % Total % Received %...
Some packages require multiple distinct fetches when bumped. Sometimes one of these fetches "fails" by recturning a "not found" page. ``` file /var/cache/distfiles/chromium-130-testfonts.tar.xz /var/cache/distfiles/chromium-130-testfonts.tar.xz: XML 1.0 document, ASCII text, with...
Hey, I often like to compile packages with 6-12 use flag combinations to test these widely. But **pkgdev tatt** has a very poor randomization logic. Try Firefox or Thunderbird for...
`pkgdev tatt` will try to set `USE=test` for a package which confuses things. There shouldn't be a need for it. With `emerge --with-test-deps foo`, test dependencies will be pulled in...
With debug traces: ```diff def file_bug( self, api_key: str, auto_cc_arches: frozenset[str], block_bugs: list[int], modified_repo: multiplex.tree, observer=None, ) -> int: + print(f'filing bug for: {self.pkgs=}, {self.bugno=}, {self.edges=}') if self.bugno is not...
The invocation is below; this is being ran against a github mirror clone of gentoo-x86. Admittedly with my snakeoil and pkgcore modifications, but nothign in them is involved here (I...
``` $ pkgdev --version pkgdev 0.2.12 $ pkgdev bugs --api-key $(
``` $ pkgdev --version pkgdev 0.2.12 $ pkgdev bugs --api-key $(
I don't really understand when or why. But see e.g. https://bugs.gentoo.org/949056#c7 Also, based on what happened in https://bugs.gentoo.org/959075 I tried to create another one! ``` $ cat metadata/stabilization-groups/gnome/gtk-doc.group dev-build/gtk-doc-am dev-util/gtk-doc...
I've been experiencing some issues with HTTP/2 streams from GitHub recently. Each time a download fails, I need to remove the manifest and downloaded files, even though there was clearly...