summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
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
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