[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.2.0-51-gf1e010a
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 f1e010a5a7c562da02a74ffb043520760db49ba3 (commit) via 29c0d8233b32ab3ad1dcd7c3bf1161449a386dea (commit) via 4c4890dd1cad52a420788e6c30a8e6eca8f83c38 (commit) via 2759858e8c784dbce6fd60bf032efe96b40a9032 (commit) via acc639adf20da077ed6f0141289d953997be92f8 (commit) from 6356567ae0fb9927c80811642e7d949270fd5784 (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 f1e010a5a7c562da02a74ffb043520760db49ba3 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Tue Dec 23 16:16:08 2014 -0500 add tap_ prefix to test helper functions Allows tap.sh to show the line number where the helper function was called on failures. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 29c0d8233b32ab3ad1dcd7c3bf1161449a386dea Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Tue Dec 23 16:09:58 2014 -0500 use tap.sh for bash tests tap.sh is a reusable TAP library that handles test counting and provides useful diagnostic messages on test failures. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 4c4890dd1cad52a420788e6c30a8e6eca8f83c38 Author: Allan McRae <allan@archlinux.org> Date: Mon Nov 24 15:45:27 2014 +1000 Clarify "assume installed" error message The error message on failing to add an "assume installed" entry to the backend was not clear. Clarify by making "assume-installed" none translatable and adding a hyphen to match calling flag. Signed-off-by: Allan McRae <allan@archlinux.org> commit 2759858e8c784dbce6fd60bf032efe96b40a9032 Merge: 6356567 acc639a Author: Allan McRae <allan@archlinux.org> Date: Sun Dec 28 13:06:04 2014 +1000 Merge branch 'maint' ----------------------------------------------------------------------- Summary of changes: Makefile.am | 2 +- scripts/makepkg.sh.in | 7 +- src/pacman/conf.c | 2 +- test/scripts/human_to_size_test.sh | 73 ++++++----------- test/scripts/parseopts_test.sh | 100 ++++++++--------------- test/tap.sh | 163 +++++++++++++++++++++++++++++++++++++ test/util/pacsorttest.sh | 90 ++++++++------------ test/util/vercmptest.sh | 151 +++++++++++++--------------------- 8 files changed, 318 insertions(+), 270 deletions(-) create mode 100644 test/tap.sh hooks/post-receive -- The official pacman repository
participants (1)
-
allan@archlinux.org