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 6bb594802588240405efee0813f7aa1daa9648b3 (commit) via e0400fff96497d915e67d190052820d53443d98f (commit) via 938fb2c87859cf495ac72d678d4edb9f6c3217c2 (commit) via 07ecd40a1a1ffba5e5b1c3edd199a0f159496c48 (commit) via 6dfb9d35f8601c3752dc5bd0e8558c48f41a8215 (commit) from 83c05e71bc6e614f6f3d190d5e752a0c5239a2d1 (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 6bb594802588240405efee0813f7aa1daa9648b3 Author: lolilolicon <lolilolicon@gmail.com> Date: Thu Sep 29 10:45:22 2011 +0800 paccache: proper quoting in [[ expression ]] Always quote the right-hand side of expression when the == or != operator is used, unless intended as a pattern. Signed-off-by: lolilolicon <lolilolicon@gmail.com> Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit e0400fff96497d915e67d190052820d53443d98f Author: lolilolicon <lolilolicon@gmail.com> Date: Thu Sep 29 10:45:21 2011 +0800 paccache: declare variables explicitly Declare and initialize integer variables 'needsroot' and 'verbose'. Don't use the fact that (( undefined_variable )) evaluates to 0. Signed-off-by: lolilolicon <lolilolicon@gmail.com> Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit 938fb2c87859cf495ac72d678d4edb9f6c3217c2 Author: Dave Reisner <dreisner@archlinux.org> Date: Fri Sep 30 06:07:55 2011 -0400 pacman-key: remove errexit flag from shebang We're ill equipped to be using this flag as we don't trap and respond to the ERR signal. The result is that if is ever tripped, pacman-key will instantly exit with no indication of why. At the same time, we're already fairly good about doing our own error checking and verbalizing it before dying. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit 07ecd40a1a1ffba5e5b1c3edd199a0f159496c48 Author: Allan McRae <allan@archlinux.org> Date: Fri Sep 30 13:40:00 2011 +1000 pacman-key: return 0 from get_from if default value used This prevents the error trap being set off when GPGDir is commented in pacman.conf. Bug introduced in 507b01b9. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit 6dfb9d35f8601c3752dc5bd0e8558c48f41a8215 Author: Allan McRae <allan@archlinux.org> Date: Thu Sep 29 21:13:22 2011 +1000 Remove redundant transaction size output Printing all of "Installed", "Removed" and "Net Upgrade" sizes is redundant as the difference of the first two is the last. Instead, only print "Installed Size" and "Net Upgrade Size" when both the installed and removed are non-zero. This results in the following output in the following cases: - package installation only: Installed Size - package removal only: Removed Size - package installation involving replacement: Installed + Net Upgrade Size - package upgrade: Installed + Net Upgrade Size - combination upgrade and installation: Installed + Net Upgrade Size Download Size remains outputted whenever something is downloaded. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: contrib/paccache.in | 4 ++-- scripts/pacman-key.sh.in | 7 +++++-- src/pacman/util.c | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) hooks/post-receive -- The official pacman repository