Age | Commit message (Expand) | Author | Files | Lines |
2016-01-25 | makepkg: do not run prepare() and pkgver() with --repackage | Allan McRae | 1 | -19/+21 |
2016-01-25 | Fix testing of arrays status for arch specific variables | Zuyi Hu | 1 | -1/+1 |
2016-01-17 | Pull translations updates from Transifex | Allan McRae | 45 | -5376/+4361 |
2016-01-04 | Update copyright years for 2016 | Allan McRae | 51 | -57/+57 |
2015-12-15 | makepkg: Output full URL in case of download failure | Florian Pritz | 1 | -1/+1 |
2015-12-15 | makepkg: run pkgver() and prepare() with --noextract | Allan McRae | 1 | -8/+9 |
2015-12-09 | Pull translations from Transifex and prepare for next release | Allan McRae | 46 | -20992/+31932 |
2015-12-06 | makepkg: record build information in .BUILDINFO | Allan McRae | 1 | -14/+19 |
2015-12-06 | makepkg: add whirlpool to the list of hashing algorithms | Luke | 1 | -1/+1 |
2015-11-23 | lint_pkgbuild/variable: increase robustness | Allan McRae | 1 | -12/+54 |
2015-11-23 | makepkg: merge arch dependent variables after PKGBUILD linting | Allan McRae | 1 | -8/+8 |
2015-11-23 | makepkg: remove obsolete comment | Allan McRae | 1 | -1/+0 |
2015-11-23 | lint_pkgbuild: explicitly return value | Allan McRae | 5 | -4/+12 |
2015-11-05 | Refactor lint_source to work with earlier versions of Bash | Aaron Campbell | 1 | -1/+1 |
2015-10-28 | scripts/po: fix translated file name | Allan McRae | 1 | -1/+1 |
2015-10-28 | makepkg: fix $pkgname element duplication | Benjamin Yates | 1 | -2/+2 |
2015-10-27 | libmakepkg: fix pkgver checking | Allan McRae | 1 | -2/+2 |
2015-10-22 | makepkg: Fix hard-coded debug suffix | Mohammad Alsaleh | 1 | -2/+2 |
2015-10-19 | makepkg: Set CCACHE_BASEDIR to make paths in $srcdir relative | Jan Alexander Steffens (heftig) | 1 | -0/+1 |
2015-10-19 | makepkg: Correctly layer distcc and ccache | Jan Alexander Steffens (heftig) | 1 | -6/+13 |
2015-10-19 | libmakepkg: Add check_buildoption for distcc and ccache | Jan Alexander Steffens (heftig) | 2 | -4/+38 |
2015-10-19 | makepkg: separate "sourcefile" into two words | Allan McRae | 1 | -1/+1 |
2015-10-19 | Remove space before ellipses | Allan McRae | 3 | -4/+4 |
2015-09-22 | makepkg: remove ability to build individual packages | Allan McRae | 1 | -8/+0 |
2015-09-22 | libmakepkg: remove declaration of unused local variables | Allan McRae | 1 | -1/+1 |
2015-09-22 | libmakepkg: return 1 on error in arch array | Allan McRae | 1 | -2/+2 |
2015-09-22 | libmakepkg: update .gitignore | Allan McRae | 1 | -2/+3 |
2015-09-22 | makepkg: remove FORCE_VER variable | Allan McRae | 1 | -4/+0 |
2015-09-07 | libmakepkg: check if PKGBUILD variables are arrays or not as appropriate | Allan McRae | 3 | -0/+67 |
2015-09-07 | libmakepkg: util/pkgbuild.sh needs processing on build | Allan McRae | 2 | -1/+1 |
2015-08-08 | Remove ko_KR translation | Allan McRae | 2 | -1762/+0 |
2015-07-20 | libmakepkg: move color settings to function | Allan McRae | 2 | -18/+24 |
2015-07-20 | dont remove x bit when marking pkgdir RO | Dave Reisner | 1 | -1/+1 |
2015-07-20 | libmakepkg: lint_package requires cd_safe | Allan McRae | 1 | -0/+1 |
2015-06-20 | repo-add: Reject armored signatures | Johannes Löthberg | 1 | -0/+4 |
2015-06-20 | makepkg: Add flag for printing SRCINFO to stdout | Johannes Löthberg | 1 | -1/+8 |
2015-06-20 | repo-add: Generate unarmored DB signature | Johannes Löthberg | 1 | -1/+1 |
2015-05-19 | libmakepkg: extract functions for source download and extraction | Allan McRae | 11 | -524/+749 |
2015-05-19 | libmakepkg: extract functions for handling source URLs | Allan McRae | 5 | -120/+148 |
2015-05-19 | libmakepkg: fix test style | Allan McRae | 2 | -2/+2 |
2015-05-19 | libmakepkg: move more functions for extracting information from PKGBIULDs | Allan McRae | 2 | -46/+46 |
2015-05-19 | libmakepkg: extract more utility functions | Allan McRae | 2 | -31/+31 |
2015-05-16 | libmakepkg: extract get_full_version and get_pkg_arch | Allan McRae | 2 | -35/+35 |
2015-05-16 | Simplify libmakepkg .gitignore | Allan McRae | 1 | -11/+2 |
2015-05-16 | makepkg: put further restrictions on pkgbase | Allan McRae | 1 | -0/+9 |
2015-05-16 | makepkg: merge validate_pkgver into check_pkgver | Allan McRae | 2 | -9/+5 |
2015-05-16 | libmakepkg: extract PKGBUILD linting functions | Allan McRae | 21 | -333/+874 |
2015-05-16 | libmakepkg: extract in_array | Allan McRae | 4 | -16/+41 |
2015-05-16 | libmakepkg: move functions for extracting pkgbuild attributes | Allan McRae | 3 | -106/+130 |
2015-05-12 | libmakepkg: fix test bracket style | Allan McRae | 14 | -14/+14 |