summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2019-05-08scripts: protect against unintended glob matching in [[ ]] RHSEli Schwartz10-11/+11
2019-05-08makepkg: use more schema.sh to clean the environment of special variablesEli Schwartz1-3/+3
2019-05-08makepkg: fix bash 5 compatibility when packaging symlinks to a directoryEli Schwartz1-1/+2
2019-05-08makepkg: correctly handle hg sources with updates on a non-default branchEli Schwartz1-1/+5
2019-05-08libmakepkg: fix migration to schema.sh for integsumsEli Schwartz1-1/+1
2019-03-25bash-completion: support file redirection completionsEli Schwartz1-9/+9
2019-03-19libmakepkg: fix reporting of invalid archive extensions in compress.shEli Schwartz1-13/+13
2019-03-19makepkg: use "shared" git clones when checking out sourcesEli Schwartz1-1/+1
2019-03-19drop DU* config variablesSantiago Torres1-2/+0
2019-03-19build: remove references to variable replacements from pacman-optimizeEli Schwartz1-2/+0
2019-03-19Make makepkg compute sizes properlySantiago Torres1-2/+1
2019-03-07Remove pkgdeltaAllan McRae5-240/+0
2019-03-07Remove delta support from repo-addAllan McRae1-161/+7
2019-03-07makepkg: add new checksum algorithm via coreutils b2sumEli Schwartz2-2/+2
2019-02-21libmakepkg: migrate to schema.sh for integsumsEli Schwartz1-1/+2
2019-02-21makepkg: simplify run_pacman logicEli Schwartz1-5/+3
2019-02-21makepkg: implement locking for pacman commandsEli Schwartz1-0/+9
2019-02-04fix various typosmorganamilo2-2/+2
2019-01-31libmakepkg: lint disallowed architecture specific variablesmorganamilo3-0/+84
2019-01-31libmakepkg: lint disallowed variables in package()morganamilo4-0/+73
2019-01-31libmakepkg: centralise random arrays of pkgbuild variablesmorganamilo8-22/+64
2019-01-30makepkg: use --unneeded for pacman call in remove_deps()Allan McRae1-1/+1
2019-01-30libmakepkg: Add lzip ext supportChloe Kudryavtsev1-0/+1
2019-01-22libmakepkg: move checkdepends to the correct arraymorganamilo1-5/+4
2019-01-22libmakepkg: Implement extendable signature verificationEli Schwartz1-3/+4
2019-01-22libmakepkg: implement extendable source protocolsEli Schwartz5-37/+30
2019-01-22libmakepkg: optimize get_protocol to always return proto, not proto+uriEli Schwartz4-17/+19
2019-01-21libmakepkg: make gettext replacements more templatedEli Schwartz1-1/+1
2019-01-16libmakepkg: disallow using 'any' with other archesmorganamilo1-2/+7
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