index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-18 | makerepropkg: support parallel runs in dedicated namespaces | Levente Polyak | |
This adds proper namespace locking as well to fix screwing up the running makerepropkg process. | |||
2021-01-27 | makerepropkg: allow specifying the package in pacman -S format | Eli Schwartz | |
We now accept: 1) # nothing in which case we'll use the PKGBUILD to retrieve... 2) name, or repo/name in which case we'll use pacman to cache the package and retrieve... 3) a filename Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> | |||
2020-02-27 | makerepropkg: support checking multiple split packages | Eli Schwartz | |
By specifying multiple package files, we assume they are all from the same PKGBUILD, and try to check them all against the produced artifacts. Since the buildinfo should be comparable for all of them, we simply use the first one passed on the command line. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Levente Polyak <anthraxx@archlinux.org> | |||
2020-02-27 | makerepropkg: add support to check unreproducible packages using diffoscope | Eli Schwartz | |
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Levente Polyak <anthraxx@archlinux.org> | |||
2019-11-30 | doc: add manpage for the new makerepropkg tool | Eli Schwartz | |
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> |