Age | Commit message (Expand) | Author | Files | Lines |
2018-11-28 | scripts: make repo-add utilize a wrapper as well | Eli Schwartz | 1 | -5/+3 |
2018-11-28 | autotools: be more accurate in comments when generating processed scripts | Eli Schwartz | 1 | -1/+1 |
2018-11-28 | scripts: fix some inaccurate Makefile targets, and be more templated | Eli Schwartz | 1 | -14/+2 |
2018-11-28 | scripts: fix repo-remove/elephant Makefile targets | Eli Schwartz | 1 | -7/+3 |
2018-11-27 | Split prepare_buildenv() to libmakepkg | Que Quotion | 9 | -43/+236 |
2018-11-27 | Split check_software() to libmakepkg | Que Quotion | 15 | -172/+537 |
2018-11-27 | scripts/meson: ensure wrapper scripts are executable | Dave Reisner | 1 | -12/+9 |
2018-11-27 | makepkg: if "!buildflags" and "debug" coincide, unset the debug buildflags too | Eli Schwartz | 1 | -1/+1 |
2018-11-27 | buildsys: remove size_to_human | Dave Reisner | 5 | -30/+1 |
2018-11-27 | meson: separate out wrapped from non-wrapped scripts | Dave Reisner | 1 | -2/+18 |
2018-11-03 | repo-add: print the name of the database when extracting | Eli Schwartz | 1 | -1/+1 |
2018-11-03 | makepkg: fix .PKGINFO/.BUILDINFO files swallowing status printing | Eli Schwartz | 1 | -3/+2 |
2018-11-03 | pacman-key: just accept one file to verify, and enforce detached sigs | Eli Schwartz | 1 | -12/+19 |
2018-11-02 | meson: add a wrapper to bootstrap scripts from within build dir | Dave Reisner | 1 | -4/+29 |
2018-11-02 | Add meson.build files to build with meson | Dave Reisner | 10 | -0/+276 |
2018-10-21 | Port scripts to use libmakepkg's messaging code. | Eli Schwartz | 9 | -95/+40 |
2018-10-21 | message.sh: add modifications from output_format.sh | Eli Schwartz | 1 | -0/+8 |
2018-10-21 | makepkg: send messages to stdout rather than stderr | Eli Schwartz | 3 | -5/+5 |
2018-10-21 | makepkg: use builtin globbing to print files in package | Eli Schwartz | 1 | -2/+5 |
2018-10-21 | makepkg: use bash 4.4 to localize `set` without explicitly saving/restoring | Eli Schwartz | 1 | -3/+3 |
2018-10-21 | bash-completion: disable completions for pacman --search operations | Eli Schwartz | 1 | -0/+2 |
2018-10-21 | bash-completion: don't complete filenames when they're not wanted | Eli Schwartz | 1 | -6/+12 |
2018-10-21 | libmakepkg: fix linting arrays of empty strings | morganamilo | 1 | -2/+2 |
2018-10-20 | Drop vestiges of SIZECMD | Dave Reisner | 1 | -1/+0 |
2018-09-19 | repo-add: add support for the zst format | Eli Schwartz | 1 | -0/+1 |
2018-09-19 | makepkg: add support for the zst format | Eli Schwartz | 1 | -0/+1 |
2018-09-19 | makepkg: lint_pkgver: Run even if PKGVERFUNC | Luke Shumaker | 1 | -5/+0 |
2018-09-19 | makepkg: reject PKGBUILDs with both split and non-split package functions | Eli Schwartz | 1 | -1/+8 |
2018-09-19 | libmakepkg/lint_config: fix lint_variable actually running the PKGBUILD lint | Eli Schwartz | 1 | -2/+2 |
2018-09-18 | scripts: deduplicate localized copyright messages | Eli Schwartz | 5 | -6/+11 |
2018-09-18 | Revert "makepkg: add whirlpool to the list of hashing algorithms" | Eli Schwartz | 1 | -1/+1 |
2018-08-29 | makepkg: don't print status for run_function when in a subshell | Eli Schwartz | 1 | -1/+4 |
2018-08-29 | makepkg: fix pkgver() function not aborting on errors | Eli Schwartz | 1 | -0/+3 |
2018-08-29 | makepkg: don't save the same shopts twice | Eli Schwartz | 1 | -5/+0 |
2018-08-10 | scripts: pass on options such as set -x to child processes | Eli Schwartz | 2 | -2/+2 |
2018-08-10 | scripts: Remove trailing semicolons | Jan Alexander Steffens (heftig) | 7 | -18/+18 |
2018-08-10 | libmakepkg/util/option: Refactor checking to reduce code duplication | Jan Alexander Steffens (heftig) | 1 | -53/+24 |
2018-08-10 | libmakepkg/util: use parameter transformation when checking variable type | Eli Schwartz | 1 | -1/+1 |
2018-08-10 | makepkg: when signing packages, report package filename on failure | Eli Schwartz | 1 | -1/+1 |
2018-08-10 | libmakepkg: add pkgbase to linted variables | morganamilo | 1 | -1/+1 |
2018-08-10 | makepkg: Simplify run_package | Jan Alexander Steffens (heftig) | 1 | -8/+1 |
2018-08-10 | makepkg: Simplify SPLITPKG check | Jan Alexander Steffens (heftig) | 1 | -3/+1 |
2018-08-10 | Add lz4 compression support to makepkg | Alex Butler | 1 | -0/+1 |
2018-08-10 | scripts/completion: derive the bash completion directory from pkg-config | Eli Schwartz | 1 | -3/+8 |
2018-07-27 | makepkg: optimize and fix BUILDINFO generation's use of awk | Eli Schwartz | 1 | -6/+4 |
2018-07-27 | Pull updated translations from Transifex | Allan McRae | 38 | -5058/+5059 |
2018-07-27 | makepkg: reduce strictness of pkgver in depends linting | Eli Schwartz | 1 | -1/+2 |
2018-07-19 | libmakepkg: remove accidentally added file | Allan McRae | 1 | -0/+0 |
2018-07-19 | libmakepkg/tidy: fix debug sources not being properly detected sometimes | Eli Schwartz | 1 | -1/+1 |
2018-07-19 | Revert "makepkg: use the `declare` builtin when backing up variables to eval" | Allan McRae | 1 | -4/+16 |