index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-26 | libmakepkg: fix is_array function | Allan McRae | |
This happened to work for the majority of cases because the only calling function used a variable named "i" that was related to the variable being passed to the function. Fixes FS#48340. Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2016-02-20 | libmakepkg: increase robustness of the detection of array variables | Allan McRae | |
Extract array detection into its own utility function that ensures extglob is enabled. Suggested-by: Dave Reisner <dreisner@archlinux.org> 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-10-19 | libmakepkg: Add check_buildoption for distcc and ccache | Jan Alexander Steffens (heftig) | |
makepkg used to check OPTIONS too, which could override BUILDENV. Implement a new function that handles these options more like OPTIONS. This also reduces code duplication a bit. Signed-off-by: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-09-07 | libmakepkg: util/pkgbuild.sh needs processing on build | Allan McRae | |
pkgbuild.sh contained @DEBUGSUFFIX@ and so needs to be run through the sed command on build. Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-07-20 | libmakepkg: move color settings to function | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-05-19 | libmakepkg: extract functions for handling source URLs | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-05-19 | libmakepkg: fix test style | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-05-19 | libmakepkg: move more functions for extracting information from PKGBIULDs | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-05-19 | libmakepkg: extract more utility functions | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-05-16 | libmakepkg: extract get_full_version and get_pkg_arch | Allan McRae | |
These functions group in with other functions that extract PKGBUILD information. Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-05-16 | libmakepkg: extract in_array | Allan McRae | |
2015-05-16 | libmakepkg: move functions for extracting pkgbuild attributes | Allan McRae | |
Also rename some functions for clarity: funcgrep -> grep_function extract_global_var -> extract_global_variable extract_function_var -> extract_function_variable pkgbuild_get_attribute -> get_pkgbuild_attribute Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-02-01 | makepkg: split PKGBUILD/makepkg.conf option checking to libmakepkg | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-02-01 | makepkg: split message functions into libmakepkg | Allan McRae | |
This performs all the needed work for libmakepkg to be included in tarballs, installed into the correct place, and read into makepkg. Also change the install root for libmakepkg to an architecture independant location. Signed-off-by: Allan McRae <allan@archlinux.org> |