[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.0.3-257-g9d9c12e
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The official pacman repository". The branch, master has been updated via 9d9c12e4e2dc92dfb6582ea7f79087e382348e71 (commit) via 92e20b508d302a1d91f9b2a6836ac1cd4453c87c (commit) via 7fd0d037951f47329b869f8bf06368026a0c3ac0 (commit) via d214c2347adc601554aaf524b224ce9bc182faed (commit) via 5a9f5c60dae8d173e9e2f6da78499c046600e6ca (commit) via 4d3170978711a91f1afe8ffef9dad9c2bc60585d (commit) via 678bdfb0d079dba08bf1f4d34a93e5d36521c43d (commit) from 2e6cb69bf6d6b2738d7a9c23c55d1734378402c7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9d9c12e4e2dc92dfb6582ea7f79087e382348e71 Author: Allan McRae <allan@archlinux.org> Date: Tue May 1 10:59:03 2012 +1000 makepkg: fix package arch detection get_pkg_arch checked for the arch variable being overridden in the package_$1() function when used with a package as a parameter. However, when there was no override, it did not fall back to the global value. Signed-off-by: Allan McRae <allan@archlinux.org> commit 92e20b508d302a1d91f9b2a6836ac1cd4453c87c Author: Dave Reisner <dreisner@archlinux.org> Date: Sun Apr 29 23:03:27 2012 -0400 contrib: remove executable bit from input files There's no reason to make these executable, and this also mimics what we do in the scripts/ subdir. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit 7fd0d037951f47329b869f8bf06368026a0c3ac0 Author: Daniel Wallace <daniel.wallace@gatech.edu> Date: Sun Apr 29 22:40:42 2012 -0400 zsh completion for makepkg This adds zsh completion for makepkg to the _pacman file in /usr/share/zsh/site-functions/. it completes makepkg and allows for stacking of flags like -si, -sci, et cetera. Signed-off-by: Daniel Wallace <daniel.wallace@gatech.edu> commit d214c2347adc601554aaf524b224ce9bc182faed Author: Daniel Wallace <daniel.wallace@gatech.edu> Date: Tue Apr 24 22:36:07 2012 -0400 add zsh completion to pacman-key This patch adds zsh completion to pacman-key. It completes files/directories for --config or --gpgdir and just completes the command for --keyserver then it can complete keyids or files for all the other flags. Signed-off-by: Daniel Wallace <daniel.wallace@gatech.edu> commit 5a9f5c60dae8d173e9e2f6da78499c046600e6ca Author: Dan McGee <dan@archlinux.org> Date: Sun Apr 29 23:40:06 2012 -0500 Convert ALLOC_FAIL macro into a function This path is rarely (read: never) taken in any normal run of the code, so injecting the fprintf() call everywhere with the macro is a bit overkill. Instead, add a lightweight _alpm_alloc_fail() function that gets called instead. This does have a reasonable effect on the size of the generated code; most places using the macros provided by util.c have their code size reduced. Signed-off-by: Dan McGee <dan@archlinux.org> commit 4d3170978711a91f1afe8ffef9dad9c2bc60585d Author: Dan McGee <dan@archlinux.org> Date: Sun Apr 29 23:23:54 2012 -0500 be_local: use the right length value for filename in all cases Increment the strlen() provided value by 1 for the NULL byte so we use the right value in all three places we later reference it. Signed-off-by: Dan McGee <dan@archlinux.org> commit 678bdfb0d079dba08bf1f4d34a93e5d36521c43d Author: Florian Pritz <bluewind@xinu.at> Date: Sat Apr 7 14:18:28 2012 +0200 pkgdelta/repo-add: quoting fixes Finish the job on master; most of these were applied to maint already. Signed-off-by: Florian Pritz <bluewind@xinu.at> ----------------------------------------------------------------------- Summary of changes: contrib/zsh_completion.in | 207 ++++++++++++++++++++++++++++++++++++++++++++- lib/libalpm/be_local.c | 9 +- lib/libalpm/be_package.c | 2 +- lib/libalpm/util.c | 5 ++ lib/libalpm/util.h | 10 +-- scripts/makepkg.sh.in | 1 + scripts/repo-add.sh.in | 2 +- 7 files changed, 221 insertions(+), 15 deletions(-) mode change 100755 => 100644 contrib/bacman.sh.in mode change 100755 => 100644 contrib/paccache.sh.in mode change 100755 => 100644 contrib/pacdiff.sh.in mode change 100755 => 100644 contrib/paclist.sh.in mode change 100755 => 100644 contrib/paclog-pkglist.sh.in mode change 100755 => 100644 contrib/pacscripts.sh.in mode change 100755 => 100644 contrib/pacsearch.in mode change 100755 => 100644 contrib/pacsysclean.sh.in hooks/post-receive -- The official pacman repository
participants (1)
-
dan@archlinux.org