summaryrefslogtreecommitdiffstats
path: root/scripts/makepkg.sh.in
AgeCommit message (Expand)AuthorFilesLines
2018-11-27Split prepare_buildenv() to libmakepkgQue Quotion1-43/+1
2018-11-27Split check_software() to libmakepkgQue Quotion1-172/+0
2018-11-27makepkg: if "!buildflags" and "debug" coincide, unset the debug buildflags tooEli Schwartz1-1/+1
2018-11-03makepkg: fix .PKGINFO/.BUILDINFO files swallowing status printingEli Schwartz1-3/+2
2018-10-21makepkg: send messages to stdout rather than stderrEli Schwartz1-1/+1
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-09-18scripts: deduplicate localized copyright messagesEli Schwartz1-2/+3
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
2018-08-29makepkg: fix pkgver() function not aborting on errorsEli Schwartz1-0/+3
2018-08-29makepkg: don't save the same shopts twiceEli Schwartz1-5/+0
2018-08-10scripts: pass on options such as set -x to child processesEli Schwartz1-1/+1
2018-08-10scripts: Remove trailing semicolonsJan Alexander Steffens (heftig)1-7/+7
2018-08-10makepkg: Simplify run_packageJan Alexander Steffens (heftig)1-8/+1
2018-08-10makepkg: Simplify SPLITPKG checkJan Alexander Steffens (heftig)1-3/+1
2018-07-27makepkg: optimize and fix BUILDINFO generation's use of awkEli Schwartz1-6/+4
2018-07-19Revert "makepkg: use the `declare` builtin when backing up variables to eval"Allan McRae1-4/+16
2018-06-18makepkg: fix erroneous $BUILDDIR when $startdir is not an absolute pathEli Schwartz1-2/+2
2018-06-18makepkg: Don't use parameterless returnJan Alexander Steffens (heftig)1-7/+7
2018-06-18makepkg: fix the --nocolor option being broken when passed to pacman -UEli Schwartz1-1/+1
2018-06-18makepkg: Clear ERR trap before trying to restore itJan Alexander Steffens (heftig)1-0/+1
2018-06-18makepkg: do not chmod $BUILDDIR itself after checking for its existenceEli Schwartz1-1/+0
2018-06-18makepkg: remove unused variable forgotten when moving to parseoptsEli Schwartz1-1/+1
2018-06-18makepkg: update help text to describe --packagelist's new behaviorEli Schwartz1-1/+1
2018-05-16Fix using run_pacman to invoke -Qi with sudoEli Schwartz1-2/+2
2018-05-14Remove all modelines from the projectEli Schwartz1-2/+0
2018-05-12Append architecture information to 'installed' elements in .BUILDINFORobin Broda1-2/+9
2018-05-12Add pkgarch to .BUILDINFORobin Broda1-0/+2
2018-05-12libmakepkg: only save the shellopts we needEli Schwartz1-1/+1
2018-05-12remove unneeded break argument from option parsingRafael Ascensão1-1/+1
2018-04-29makepkg: Fix listing of uninstalled depsAllan McRae1-1/+1
2018-03-15makepkg: use the `declare` builtin when backing up variables to evalEli Schwartz1-16/+4
2018-03-15libmakepkg: Add basic rules to lint makepkg.conf variablesEli Schwartz1-0/+4
2018-03-15makepkg: avoid false "Signing package(s)" msg when signing is disabledEli Schwartz1-2/+4
2018-03-14makepkg: refactor checking for write permissions into a utility functionEli Schwartz1-18/+7
2018-03-14Update coyrights for 2018Allan McRae1-2/+2
2018-03-14makepkg: set umask 0022 again after syncing depsFelix Glaser1-0/+4
2018-03-14makepkg: use localized date stringsYen Chi Hsuan1-3/+3
2018-01-19Fix usage of install_packageEli Schwartz1-4/+4
2018-01-10Fix moving source files into debug packagesAllan McRae1-4/+2
2018-01-06libmakepkg/integrity: fix git signatures not seen with multiple filesEli Schwartz1-1/+1
2017-12-07makepkg: tell the compiler to record debugging info for debug packagesEli Schwartz1-0/+4
2017-12-07makepkg: refactor archive compression for reusabilityEli Schwartz1-28/+9
2017-12-07makepkg: reorganize the restoration of settings by precedenceEli Schwartz1-34/+16
2017-12-07makepkg: implement error codesIvy Foster1-61/+59
2017-12-07makepkg: clarify error when user passes -FIvy Foster1-1/+1
2017-09-14Make the flags used for sed -i configurableAlastair Hughes1-2/+2
2017-09-13makepkg: respect $SOURCE_DATE_EPOCH to activate reproducible buildsEli Schwartz1-1/+12
2017-07-06makepkg: add more information to .BUILDINFOLevente Polyak1-2/+10