[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.0.6-664-gb6acb30
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 b6acb30aae5504736fd23f97402389baabbddb1b (commit) via 4437033d2a822d41820c67ab98d95db97daa7fd8 (commit) via 2ef78355fc65a38bd64e430c8f19e2ae9ab7648f (commit) via 97fe3d3f5adecfbf9d6bf201161d743361107e32 (commit) via f0664fbd93f0002bc568b24de2206e31187fda85 (commit) via c49b2a00d628c2ecb86b3908c1901ab3edee0b1a (commit) via 43eacf2852a15828a4becff74efad04f85305a92 (commit) via 145c8eb52d7c782748bdc1e6a087c932243903bc (commit) from 9615d82343148301884bfc79d87e2f408aad64bd (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 b6acb30aae5504736fd23f97402389baabbddb1b Author: Chantry Xavier <shiningxc@gmail.com> Date: Sat Dec 8 09:58:49 2007 +0100 src/pacman/: use the FREELIST macro when possible. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit 4437033d2a822d41820c67ab98d95db97daa7fd8 Author: Chantry Xavier <shiningxc@gmail.com> Date: Sat Dec 8 00:01:32 2007 +0100 testdb.c : add vim modeline according to HACKING, and reindent the file. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit 2ef78355fc65a38bd64e430c8f19e2ae9ab7648f Author: Chantry Xavier <shiningxc@gmail.com> Date: Sun Dec 9 02:04:28 2007 +0100 _alpm_unpack: return 1 when the file is not found. If _alpm_unpack has a specific file to extract (not NULL), but doesn't find it, it'll now return 1, for indicating the failure. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit 97fe3d3f5adecfbf9d6bf201161d743361107e32 Author: Chantry Xavier <shiningxc@gmail.com> Date: Fri Dec 7 09:45:20 2007 -0600 libalpm/server.c : fix segfault when downloading failed. The alpm_list_free(complete) needs to be done OUTSIDE the loop walking through the server list. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit f0664fbd93f0002bc568b24de2206e31187fda85 Author: Dan McGee <dan@archlinux.org> Date: Wed Dec 5 20:34:38 2007 -0600 Update pacman manpage with description of --clean option Signed-off-by: Dan McGee <dan@archlinux.org> commit c49b2a00d628c2ecb86b3908c1901ab3edee0b1a Author: Chantry Xavier <shiningxc@gmail.com> Date: Wed Dec 5 23:47:54 2007 +0100 pacman/sync.c : improve the sync db cleanup feature. This feature (introduced by b118ce55bd01c7ebd42b5b6d4a0f34aa925701d8 as a part of -Sc) could actually be helpful in the 3.0 -> 3.1 transition, because all sync dbs will be left in /var/lib/pacman/, while the updated ones will go to /var/lib/pacman/sync/. So it'll now clean everything in /var/lib/pacman/, and only the unused databases in /var/lib/pacman/sync/ (with the exception of local/ and sync/ in both cases). Note: This feature is undocumented. I wonder if moving it to another option, something like -S --dbclean, wouldn't help for documenting it. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit 43eacf2852a15828a4becff74efad04f85305a92 Author: Nagy Gabor <ngaba@bibl.u-szeged.hu> Date: Wed Dec 5 12:02:41 2007 +0100 Remove duplicated PM_TRANS_CONV_INSTALL_IGNOREPKG message Now alpm_checkdeps first search for literals, then search for no-literal satisfiers Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> [Dan: fix spelling of INTALL, fix line wrapping] Signed-off-by: Dan McGee <dan@archlinux.org> commit 145c8eb52d7c782748bdc1e6a087c932243903bc Author: Nathan Jones <nathanj@insightbb.com> Date: Wed Dec 5 10:45:23 2007 -0500 Update zsh completion. Update zsh completion file to version 0.5-2 from AUR and add the new options in pacman 3.1. Signed-off-by: Nathan Jones <nathanj@insightbb.com> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: contrib/zsh_completion | 85 ++++++++++++++++----- doc/pacman.8.txt | 19 +++-- lib/libalpm/deps.c | 4 +- lib/libalpm/server.c | 2 +- lib/libalpm/util.c | 3 +- src/pacman/add.c | 3 +- src/pacman/callback.c | 4 +- src/pacman/remove.c | 3 +- src/pacman/sync.c | 27 ++++--- src/util/testdb.c | 198 ++++++++++++++++++++++++------------------------ 10 files changed, 200 insertions(+), 148 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
Dan McGee