[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.5.3-207-gdfaeb6b
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 dfaeb6bb2ca8311ac418a16c30006eb7d0534d71 (commit) via 11ba7a0e8a253bff53778688ee174f42c1513738 (commit) via beffab02c41251d4d05d29c0eebbe5a6b6997095 (commit) via 2668782db282130bc1f845173228371d3447e4a2 (commit) via 87072ff63907ce6040be7e59b9b07fd891a8254a (commit) via 361b6a9403c9b87521ec3e1df64b6fe95fe52d7d (commit) via 80b024d56ae61902025983470e93893d76109ac4 (commit) via 45fe92bf39a193252d0fc5e44526877002297659 (commit) from 8c6a636cd970c19e7a79bb17c484b28454da877d (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 dfaeb6bb2ca8311ac418a16c30006eb7d0534d71 Merge: 11ba7a0 87072ff Author: Dan McGee <dan@archlinux.org> Date: Wed Jun 8 02:49:09 2011 -0500 Merge remote-tracking branch 'allan/working' commit 11ba7a0e8a253bff53778688ee174f42c1513738 Author: Dan McGee <dan@archlinux.org> Date: Wed Jun 8 02:47:26 2011 -0500 Fix graph free valgrind warnings Due to the way we set up the graph structure, we don't always have good parent information. The changes made in dd8cf0c12dd5e assumed this, so back them out and just live with the dead pointers being there in the memory while we are cleaning up after ourselves. Signed-off-by: Dan McGee <dan@archlinux.org> commit beffab02c41251d4d05d29c0eebbe5a6b6997095 Author: Dan McGee <dan@archlinux.org> Date: Wed Jun 8 02:32:56 2011 -0500 pactest: only create install file if necessary We were testing whether there were any values in the array, rather than looking if the values contained anything. Signed-off-by: Dan McGee <dan@archlinux.org> commit 2668782db282130bc1f845173228371d3447e4a2 Author: Dan McGee <dan@archlinux.org> Date: Tue Jun 7 23:26:28 2011 -0500 Plug a memory leak Introduced by me in commit cc25576f8b54b3. Signed-off-by: Dan McGee <dan@archlinux.org> commit 87072ff63907ce6040be7e59b9b07fd891a8254a Author: Allan McRae <allan@archlinux.org> Date: Wed Jun 8 17:36:03 2011 +1000 Fix name of original files in scripts Our scripts all currently say: Generated from foo.in; do not edit by hand. Fix this to say foo.sh.in, which is the actual original file name. Signed-off-by: Allan McRae <allan@archlinux.org> commit 361b6a9403c9b87521ec3e1df64b6fe95fe52d7d Author: Allan McRae <allan@archlinux.org> Date: Wed Jun 8 16:48:56 2011 +1000 pacman-key: add vim modeline and fix whitespace issues Signed-off-by: Allan McRae <allan@archlinux.org> commit 80b024d56ae61902025983470e93893d76109ac4 Author: Allan McRae <allan@archlinux.org> Date: Wed Jun 8 16:44:38 2011 +1000 pkgdelta: add vim modeline Signed-off-by: Allan McRae <allan@archlinux.org> commit 45fe92bf39a193252d0fc5e44526877002297659 Author: Allan McRae <allan@archlinux.org> Date: Wed Jun 8 15:34:47 2011 +1000 Remove incorrect output with download only and IgnorePkg When only downloading a package that is in IgnorePkg, pacman incorrectly asks about installing. e.g. with <pkg> in IgnorePkg in pacman.conf: > pacman -Sddw <pkg> :: <pkg> is in IgnorePkg/IgnoreGroup. Install anyway? [Y/n] This output is now silenced when downloading only. Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: lib/libalpm/be_sync.c | 1 + lib/libalpm/graph.c | 11 ----------- scripts/Makefile.am | 2 +- scripts/pacman-key.sh.in | 14 ++++++++------ scripts/pkgdelta.sh.in | 2 ++ src/pacman/callback.c | 8 ++++++-- test/pacman/pmpkg.py | 4 ++-- 7 files changed, 20 insertions(+), 22 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
dan@archlinux.org