Michal Domonkos
Michal Domonkos
Currently, when we [compute](https://github.com/rpm-software-management/libdnf/blob/998efa8f41188f9dc4b08b74086c2c3e2a38f73a/libdnf/repo/Repo.cpp#L1068) the system's age bucket (1 through 4) to report in the weekly `countme` flag, we do that *relative* to the first-ever metadata refresh (called the *epoch*)...
Closes #7
Sometimes what you want to do is also build a dependency of RPM locally, just like RPM itself, and run the test-suite with that. A prime example being the rpm-sequoia...
This argument indicates the package that has activated the trigger, and can be 0 (the source) or 1 (a target). Internally, this corresponds to the "immed" or "normal" code path,...
While the "canonical" `_build` subdirectory in the source tree is [ignored](https://github.com/rpm-software-management/rpm/blob/master/.dockerignore) when copying the sources into the OCI image (when using `make ci`), there may be other directories and/or files...
These two features ([regular](https://rpm-software-management.github.io/rpm/manual/triggers.html) triggers and [file](https://rpm-software-management.github.io/rpm/manual/file_triggers.html) triggers) have, or [will have](https://github.com/rpm-software-management/rpm/issues/2755), a lot in common, so it makes sense to unify or even join those two documentation pages into...
Running `rpmdb --rebuilddb` in a Fedora 37 podman container results in the following error: ``` error: failed to replace old database with new database! error: replace files in /usr/lib/sysimage/rpm with...
* [ ] Merge `RPMDB_INIT` into `RPMTEST_SETUP` * [ ] Rename `RPMTEST_SETUP` to `RPMTEST_INIT` * [ ] Add `RPMTEST_SETUP` as a **wrapper** for `AT_SETUP` (for consistency) * [ ] Drop...
These came up in a discussion about the test-suite as part of #2611: * [ ] Rename the `rpm` image to something less ambiguous (and not conflicting with our earlier...