ferringb
ferringb
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...
@larseen Appreciate the work (I forked it ~5 years back and added more, and heavily used your work), but you should probably archive this repo since it's no longer maintained....
Output of `restic version` -------------------------- restic 0.18.1 compiled with go1.25.3 X:nodwarf5 on linux/amd64. This is a flaw affecting all previous versions also. What backend/service did you use to store the...
Problem description / Steps to reproduce ---------------------------------------- While ghcr.io is the official repo- the one mentioned in docs at least- you're still mirroring the major releases and `:latest` into docker.io,...
Per the title, this makes an OCI image available via your ghcr.io repo namespace. This pushes `:latest` for changes to `master`, and pushes tagged versions for tags. For sanity sake,...
Roughly: * add `patom compare `. This is cleaner than `-c` which is a hold over from pre subcommand era * add `--eapi` to allow explicitly constraining what EAPI is...
The `--preload-vdb-stage` configurable comes from like 20y back when hardware was ungodly slow, pre EAPI. Current timings off my system are such that a full startup of pquery + VDB...
Quoting mgorny from https://github.com/pkgcore/snakeoil/issues/19 ``` Long story short, pkgcore right now kinda pushes output through two separate pipesets. The 'Python part' of the output goes through formatters, while the 'bash...
I'm still unclear on this one, but noticed this in the logs while doing some release testing- which triggers EBD full load. ``` EAPI 9: undefined banned func: 'domo' ```...
This is git shallow cloning; I don't believe this to be documented in pms (afaik, repos.conf isn't at all), so the usual "trace portage for quirks" applies: Implementation notes *...