[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v4.2.0-34-gba86959
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, maint has been updated via ba869597fb64f1101012df4b0d834ed5eced0b7c (commit) via 0c9f4329f8dd2a6eb6d7717998e71c3a17fd2583 (commit) via 43413894d4284c1afdaac48f7f250885e0ff6acf (commit) via c3161925c29ef3dcfbb66648a91ecc50c7a0492d (commit) from 10fc538c70bf84f64881403f964ff4d6651268b3 (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 ba869597fb64f1101012df4b0d834ed5eced0b7c Author: Allan McRae <allan@archlinux.org> Date: Wed Feb 4 14:48:31 2015 +1000 Disable directory ownership warnings There was a lot of confusion regarding these warnings, particularly for packages that create users post_install and then chown the directories. Signed-off-by: Allan McRae <allan@archlinux.org> commit 0c9f4329f8dd2a6eb6d7717998e71c3a17fd2583 Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Sun Feb 8 02:27:42 2015 -0500 set package origin when adding to db cache Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 43413894d4284c1afdaac48f7f250885e0ff6acf Author: Allan McRae <allan@archlinux.org> Date: Thu Feb 12 12:42:40 2015 +1000 valgrind.supp: remove library version from suppression glibc installs the library /usr/lib/ld-?.??.so with its version. Wildcard this so the suppresses the warning for all glibc versions. Signed-off-by: Allan McRae <allan@archlinux.org> commit c3161925c29ef3dcfbb66648a91ecc50c7a0492d Author: Andrew Gregory <andrew.gregory.8@gmail.com> Date: Mon Feb 9 01:58:02 2015 -0500 sync200.py.in: remove unused substitution LIBCURL was never set in the Makefile so XferCommand was always being set in the test file. This removes the only substitution in our test files which will prevent the TESTS file from being rebuilt every time configure is run. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: Makefile.am | 4 ++-- lib/libalpm/add.c | 8 ++++++++ lib/libalpm/db.c | 7 +++++++ test/pacman/tests/.gitignore | 1 - test/pacman/tests/Makefile.am | 20 +------------------- test/pacman/tests/{sync200.py.in => sync200.py} | 3 +-- valgrind.supp | 2 +- 7 files changed, 20 insertions(+), 25 deletions(-) delete mode 100644 test/pacman/tests/.gitignore rename test/pacman/tests/{sync200.py.in => sync200.py} (79%) hooks/post-receive -- The official pacman repository
participants (1)
-
allan@archlinux.org