summaryrefslogtreecommitdiffstats
path: root/scripts/libmakepkg
AgeCommit message (Expand)AuthorFilesLines
2018-10-21makepkg: send messages to stdout rather than stderrEli Schwartz2-4/+4
2018-10-21libmakepkg: fix linting arrays of empty stringsmorganamilo1-2/+2
2018-09-19makepkg: add support for the zst formatEli Schwartz1-0/+1
2018-09-19makepkg: lint_pkgver: Run even if PKGVERFUNCLuke Shumaker1-5/+0
2018-09-19makepkg: reject PKGBUILDs with both split and non-split package functionsEli Schwartz1-1/+8
2018-09-19libmakepkg/lint_config: fix lint_variable actually running the PKGBUILD lintEli Schwartz1-2/+2
2018-08-10scripts: Remove trailing semicolonsJan Alexander Steffens (heftig)2-2/+2
2018-08-10libmakepkg/util/option: Refactor checking to reduce code duplicationJan Alexander Steffens (heftig)1-53/+24
2018-08-10libmakepkg/util: use parameter transformation when checking variable typeEli Schwartz1-1/+1
2018-08-10makepkg: when signing packages, report package filename on failureEli Schwartz1-1/+1
2018-08-10libmakepkg: add pkgbase to linted variablesmorganamilo1-1/+1
2018-08-10Add lz4 compression support to makepkgAlex Butler1-0/+1
2018-07-27makepkg: reduce strictness of pkgver in depends lintingEli Schwartz1-1/+2
2018-07-19libmakepkg: remove accidentally added fileAllan McRae1-0/+0
2018-07-19libmakepkg/tidy: fix debug sources not being properly detected sometimesEli Schwartz1-1/+1
2018-06-18makepkg: don't print per-pkgname debug packagesEli Schwartz1-3/+4
2018-06-18Fix signing of debug packagesAllan McRae1-1/+1
2018-06-18makepkg: fix initialization when extracting arraysDave Reisner1-1/+5
2018-06-18Add missing sha224 sums in man page and lintingmorganamilo1-1/+2
2018-06-18libmakepkg/lint_pkgbuild: squelch syntax error when a pkgname is emptyEli Schwartz1-2/+1
2018-06-18libmakepkg/lint_pkgbuild: permit versioned optdependsEli Schwartz1-5/+13
2018-06-18libmakepkg: when checking for write permissions, handle pre-existing dirsEli Schwartz1-5/+5
2018-05-12libmakepkg: Support file 5.33's application/x-pie-executableJan Alexander Steffens (heftig)1-0/+2
2018-05-12util/pkgbuild: fix broken indentationAndrew Gregory1-8/+8
2018-05-12libmakepkg/integrity: determine what is a signature preferring local filenameEli Schwartz1-1/+1
2018-05-12libmakepkg: don't save/set/restore extglob in bash [[ testsEli Schwartz1-5/+0
2018-05-12libmakepkg: only save the shellopts we needEli Schwartz6-12/+12
2018-05-12libmakepkg/lint_pkgbuild: fix regression in linting depends=(foo=$epoch:$pkgv...Eli Schwartz6-11/+27
2018-05-12remove unneeded break argument from option parsingRafael Ascensão1-1/+1
2018-04-29libmakepkg/lint_pkgbuild: lint depends/etc. as if they are pkgnameEli Schwartz10-82/+308
2018-04-29libmakepkg/util/pkgbuild.sh: fix missing extglobEli Schwartz1-0/+6
2018-03-18makepkg --packagelist: fix listing debug packages with makepkg.confEli Schwartz1-2/+1
2018-03-15libmakepkg: Add basic rules to lint makepkg.conf variablesEli Schwartz3-0/+156
2018-03-15libmakepkg/integrity: fix regression that broke --installEli Schwartz1-13/+10
2018-03-15makepkg: avoid false "Signing package(s)" msg when signing is disabledEli Schwartz1-3/+3
2018-03-14makepkg: refactor checking for write permissions into a utility functionEli Schwartz1-0/+17
2018-03-14Update coyrights for 2018Allan McRae53-53/+53
2018-03-14Fix linting of whitespace in pkgverRikard Falkeborn1-1/+1
2018-03-14makepkg --packagelist: just list the built package files we will buildEli Schwartz1-7/+5
2018-01-10Fix moving source files into debug packagesAllan McRae1-4/+5
2018-01-06libmakepkg/integrity: fix git signatures not seen with multiple filesEli Schwartz1-4/+4
2018-01-06libmakepkg/integrity: fix regression that broke invalid file sigsEli Schwartz1-0/+2
2017-12-07makepkg: tell the compiler to record debugging info for debug packagesEli Schwartz1-5/+2
2017-12-07makepkg: Add a config option to specify the location of debug sourcesEli Schwartz1-1/+1
2017-12-07makepkg: refactor archive compression for reusabilityEli Schwartz1-0/+47
2017-12-07libmakepkg: fix .gitignore to simply ignore all generated .sh filesEli Schwartz1-17/+1
2017-12-07makepkg: implement error codesIvy Foster1-0/+41
2017-10-17libmakepkg: only output package file names when checking for build referencesAllan McRae1-1/+1
2017-09-14libmakepkg: grammar fixAllan McRae1-1/+1
2017-09-13libmakepkg: check for invalid tags in gitEli Schwartz1-1/+10