index
:
pacman
master
threads
working
working-maint
Main repository is at http://projects.archlinux.org/pacman.git/
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
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
2018-06-18
makepkg: don't print per-pkgname debug packages
Eli Schwartz
1
-3
/
+4
2018-06-18
Fix signing of debug packages
Allan McRae
1
-1
/
+1
2018-06-18
makepkg: fix initialization when extracting arrays
Dave Reisner
1
-1
/
+5
2018-06-18
Add missing sha224 sums in man page and linting
morganamilo
1
-1
/
+2
2018-06-18
makepkg: fix erroneous $BUILDDIR when $startdir is not an absolute path
Eli Schwartz
1
-2
/
+2
2018-06-18
makepkg: Don't use parameterless return
Jan Alexander Steffens (heftig)
1
-7
/
+7
2018-06-18
makepkg: fix the --nocolor option being broken when passed to pacman -U
Eli Schwartz
1
-1
/
+1
2018-06-18
makepkg: Clear ERR trap before trying to restore it
Jan Alexander Steffens (heftig)
1
-0
/
+1
2018-06-18
libmakepkg/lint_pkgbuild: squelch syntax error when a pkgname is empty
Eli Schwartz
1
-2
/
+1
2018-06-18
makepkg: do not chmod $BUILDDIR itself after checking for its existence
Eli Schwartz
1
-1
/
+0
2018-06-18
libmakepkg/lint_pkgbuild: permit versioned optdepends
Eli Schwartz
1
-5
/
+13
2018-06-18
libmakepkg: when checking for write permissions, handle pre-existing dirs
Eli Schwartz
1
-5
/
+5
2018-06-18
makepkg: remove unused variable forgotten when moving to parseopts
Eli Schwartz
1
-1
/
+1
2018-06-18
makepkg: update help text to describe --packagelist's new behavior
Eli Schwartz
1
-1
/
+1
2018-05-28
Pull updated translations from Transifex
Allan McRae
21
-16013
/
+611
2018-05-16
Fix using run_pacman to invoke -Qi with sudo
Eli Schwartz
1
-2
/
+2
2018-05-15
Pull translations from Transifex and regenerate
Allan McRae
47
-13190
/
+7607
2018-05-14
Remove all modelines from the project
Eli Schwartz
7
-14
/
+0
2018-05-12
libmakepkg: Support file 5.33's application/x-pie-executable
Jan Alexander Steffens (heftig)
1
-0
/
+2
2018-05-12
util/pkgbuild: fix broken indentation
Andrew Gregory
1
-8
/
+8
2018-05-12
Fix regression that broke repo-add aborting on failures
Eli Schwartz
1
-1
/
+2
2018-05-12
libmakepkg/integrity: determine what is a signature preferring local filename
Eli Schwartz
1
-1
/
+1
2018-05-12
bash_completion.in - consider option "-n --native" in operation "-Q --query"
Simon Linden
1
-2
/
+2
2018-05-12
Append architecture information to 'installed' elements in .BUILDINFO
Robin Broda
1
-2
/
+9
2018-05-12
Add pkgarch to .BUILDINFO
Robin Broda
1
-0
/
+2
2018-05-12
libmakepkg: don't save/set/restore extglob in bash [[ tests
Eli Schwartz
1
-5
/
+0
[next]