[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.4.2-218-g04dc87e
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 04dc87e01247ab2ba932af0911e77ca1d711cf0f (commit) via 26652768d62e9acb63e600ed07e9841ec553a3d7 (commit) via 46eda12c1bdc13453446c49c021cbd7ee1e869d8 (commit) via e57c3efeaa1713448846604c25d74fe04639cf1a (commit) via c41edf49bead531b334d8a68ab692fa6f3295f63 (commit) from 08d885fda5c9ccb3ac68faccc7c75e440ac71113 (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 04dc87e01247ab2ba932af0911e77ca1d711cf0f Author: Dan McGee <dan@archlinux.org> Date: Wed Jan 5 21:17:30 2011 -0600 vercmp: always return 0 if we perform a compare And change the wording slightly to indicate we *print* a value, not *return* it. You can't return negative values (they get coerced to 255), so it isn't worth it to try and cram the result into the return code. Acked-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit 26652768d62e9acb63e600ed07e9841ec553a3d7 Author: Dan McGee <dan@archlinux.org> Date: Mon Jan 3 18:31:37 2011 -0600 Remove FORCE reading from local DB We never wrote it here, so no need to read it in either. Signed-off-by: Dan McGee <dan@archlinux.org> commit 46eda12c1bdc13453446c49c021cbd7ee1e869d8 Author: Dan McGee <dan@archlinux.org> Date: Mon Jan 3 18:30:53 2011 -0600 pactest: Use booleans where it makes sense No need to use 0/1 when we can use False/True for the force option. Signed-off-by: Dan McGee <dan@archlinux.org> commit e57c3efeaa1713448846604c25d74fe04639cf1a Author: Dan McGee <dan@archlinux.org> Date: Mon Jan 3 18:28:31 2011 -0600 pactest: remove dead function Stopped being used after commit fa933df65b9. Signed-off-by: Dan McGee <dan@archlinux.org> commit c41edf49bead531b334d8a68ab692fa6f3295f63 Author: Dan McGee <dan@archlinux.org> Date: Sun Jan 2 12:25:33 2011 -0600 Fix function indentation Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: lib/libalpm/be_local.c | 6 ----- lib/libalpm/util.c | 44 ++++++++++++++++++------------------ src/util/vercmp.c | 5 ++- test/pacman/pmdb.py | 2 +- test/pacman/pmpkg.py | 2 +- test/pacman/tests/sync136.py | 2 +- test/pacman/tests/sync137.py | 2 +- test/pacman/tests/sync142.py | 2 +- test/pacman/tests/sync143.py | 2 +- test/pacman/util.py | 50 ------------------------------------------ 10 files changed, 31 insertions(+), 86 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
dan@archlinux.org