index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-17 | libmakepkg: only output package file names when checking for build references | Allan McRae | |
The leading directory is distraction from identifying the files containing build references. Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2017-01-04 | makepkg: warn about dotfiles in package root | Andrew Gregory | |
libalpm reserves paths starting with '.' for its own use and will not extract any other than those it recognizes. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2017-01-04 | Update copyright years | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2016-12-05 | makepkg: reject packages with newlines in paths | Andrew Gregory | |
libalpm's local database format does not support paths with newlines. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2016-12-05 | makepkg: abort on lint_package errors | Andrew Gregory | |
Allows lint_package to prevent makepkg from creating an invalid package. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2016-10-22 | makepkg: print files with refs to $srcdir/$pkgdir | Ivy Foster | |
Since rewriting build_references() anyway, tweaked quoting. Implements FS#31558. Signed-off-by: Ivy Foster <ivy.foster@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2016-01-04 | Update copyright years for 2016 | Allan McRae | |
make update-copyright OLD=2015 NEW=2016 Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-05-12 | libmakepkg: fix test bracket style | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-02-12 | libmakepkg: make package checking functions extendable | Allan McRae | |
To add a new package check, drop a file in libmakepkg/lint and add the function to the "lint_functions" array. Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-02-12 | libmakepkg: move package checking out of tidy_install | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> |