index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-10 | build-aux/update-copyright 2019 2020 | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2019-05-28 | libmakepkg: add lint_config to validate SRCEXT/PKGEXT | Eli Schwartz | |
These variables must begin with .src.tar / .pkg.tar respectively, so fail early if those expectations are not matched. This prevents makepkg from creating e.g. package files literally named "./pacman-5.1.3-1-x86_64" which are actually uncompressed tarballs. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> |