summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2019-01-14meson: fix regression that broke building libmakepkgEli Schwartz1-1/+1
2019-01-10makepkg: return E_PKGBUILD_ERROR for nonexistent PKGBUILDEli Schwartz1-1/+1
2019-01-10libmakepkg: simplify splitting command output into arrayEli Schwartz1-1/+1
2019-01-10libmakepkg: add routine for linting $SOURCE_DATE_EPOCHEli Schwartz3-0/+39
2019-01-10makepkg: fix unguarded use of printfEli Schwartz1-1/+1
2019-01-10makepkg: check_pkgrel: Don't say "decimal" in the error messageLuke Shumaker1-1/+1
2019-01-10makepkg: Better error messages for versions in (check, make, opt)depends/prov...Luke Shumaker11-43/+106
2019-01-10libmakepkg/lint_pkgbuild: check for invalid variables even if they're emptyEli Schwartz1-10/+6
2019-01-10makepkg: fix broken check for the fakeroot binaryEli Schwartz1-1/+1
2019-01-10makepkg: add internal variable to track when we're building a packageEli Schwartz1-7/+8
2019-01-04makepkg: Make pkgdir a localJan Alexander Steffens (heftig)1-2/+2
2019-01-04makepkg: Create a single-package packaging functionJan Alexander Steffens (heftig)1-16/+15
2019-01-04makepkg: Only backup package variables onceJan Alexander Steffens (heftig)1-1/+1
2019-01-04repo-add: don't break if delta package sources contain epochEli Schwartz1-2/+2
2019-01-04repo-remove: fix removing packages with deltasEli Schwartz1-1/+1
2018-12-12meson: remove useless mkdir -pEli Schwartz1-7/+0
2018-12-10scripts/library: fix typo in READMEMichael Straube1-1/+1
2018-12-04libmakepkg/executable: don't rely on scoped value of $ret to flag outcomesEli Schwartz9-14/+12
2018-11-28scripts: make repo-add utilize a wrapper as wellEli Schwartz1-5/+3
2018-11-28autotools: be more accurate in comments when generating processed scriptsEli Schwartz1-1/+1
2018-11-28scripts: fix some inaccurate Makefile targets, and be more templatedEli Schwartz1-14/+2
2018-11-28scripts: fix repo-remove/elephant Makefile targetsEli Schwartz1-7/+3
2018-11-27Split prepare_buildenv() to libmakepkgQue Quotion9-43/+236
2018-11-27Split check_software() to libmakepkgQue Quotion15-172/+537
2018-11-27scripts/meson: ensure wrapper scripts are executableDave Reisner1-12/+9
2018-11-27makepkg: if "!buildflags" and "debug" coincide, unset the debug buildflags tooEli Schwartz1-1/+1
2018-11-27buildsys: remove size_to_humanDave Reisner5-30/+1
2018-11-27meson: separate out wrapped from non-wrapped scriptsDave Reisner1-2/+18
2018-11-03repo-add: print the name of the database when extractingEli Schwartz1-1/+1
2018-11-03makepkg: fix .PKGINFO/.BUILDINFO files swallowing status printingEli Schwartz1-3/+2
2018-11-03pacman-key: just accept one file to verify, and enforce detached sigsEli Schwartz1-12/+19
2018-11-02meson: add a wrapper to bootstrap scripts from within build dirDave Reisner1-4/+29
2018-11-02Add meson.build files to build with mesonDave Reisner10-0/+276
2018-10-21Port scripts to use libmakepkg's messaging code.Eli Schwartz9-95/+40
2018-10-21message.sh: add modifications from output_format.shEli Schwartz1-0/+8
2018-10-21makepkg: send messages to stdout rather than stderrEli Schwartz3-5/+5
2018-10-21makepkg: use builtin globbing to print files in packageEli Schwartz1-2/+5
2018-10-21makepkg: use bash 4.4 to localize `set` without explicitly saving/restoringEli Schwartz1-3/+3
2018-10-21bash-completion: disable completions for pacman --search operationsEli Schwartz1-0/+2
2018-10-21bash-completion: don't complete filenames when they're not wantedEli Schwartz1-6/+12
2018-10-21libmakepkg: fix linting arrays of empty stringsmorganamilo1-2/+2
2018-10-20Drop vestiges of SIZECMDDave Reisner1-1/+0
2018-09-19repo-add: add support for the zst formatEli Schwartz1-0/+1
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-09-18scripts: deduplicate localized copyright messagesEli Schwartz5-6/+11
2018-09-18Revert "makepkg: add whirlpool to the list of hashing algorithms"Eli Schwartz1-1/+1
2018-08-29makepkg: don't print status for run_function when in a subshellEli Schwartz1-1/+4