[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v3.5.2-20-gaad57cc
Dan McGee
dan at archlinux.org
Wed Jun 1 14:00:37 EDT 2011
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 aad57cc06ac60dc8fdcff9bea811e990d64f74d3 (commit)
via ac1726788c4bf9ae335df9f69f14a5f80208c413 (commit)
via 1855b3073a33874a80d64e40296050641d63cd63 (commit)
via e711e5b9501adcb692c65e7d358ae5b0e5bcfb57 (commit)
via 65c18807350b2bedff0546b839fd5cd0004a6d4f (commit)
from f2c4e7e55220addef0581d1c38cc7363b5a0884c (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 aad57cc06ac60dc8fdcff9bea811e990d64f74d3
Author: Dan McGee <dan at archlinux.org>
Date: Wed Jun 1 12:11:31 2011 -0500
doc: fix attribute substitution in monospaced text
When I switched all paths to use `` formatting, I didn't realize
substitution didn't work in these quote marks. Use ++ instead to ensure
attributes are substituted where appropriate.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit ac1726788c4bf9ae335df9f69f14a5f80208c413
Author: Dan McGee <dan at archlinux.org>
Date: Wed Jun 1 12:10:32 2011 -0500
doc: update Makefile for new asciidoc resource location
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 1855b3073a33874a80d64e40296050641d63cd63
Author: Dan McGee <dan at archlinux.org>
Date: Wed Jun 1 11:46:13 2011 -0500
doc: add a few more escapes and fix usage of {}
These addditional attributes come from the git asciidoc.conf file. Also,
fix a place where we used {treename} without escaping the braces,
causing the generated manpage to be missing text.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit e711e5b9501adcb692c65e7d358ae5b0e5bcfb57
Author: Pang Yan Han <pangyanhan at gmail.com>
Date: Tue May 24 11:25:13 2011 +0800
alpm_list: fix typo in doxygen comment
Signed-off-by: Pang Yan Han <pangyanhan at gmail.com>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 65c18807350b2bedff0546b839fd5cd0004a6d4f
Author: Dan McGee <dan at archlinux.org>
Date: Thu May 19 17:42:22 2011 -0500
Bail early if we don't have a valid lockfile path
This addresses FS#24292. If one does the bad thing of not checking
pm_errno after calling set_dbpath(), you may not realize the
initialization process went wrong and calling trans_init() resulted in a
segfault. If we don't have a lockfile path, bail out and have
trans_init() fail.
Also remove a ALPM_LOG_FUNC call that was causing pm_errno to return "no
handle"; this was due to a log call in the handle setup (whereby the log
attempts to use a callback attached to the handle).
Signed-off-by: Dan McGee <dan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
doc/Makefile.am | 4 ++--
doc/asciidoc.conf | 4 ++++
doc/makepkg.8.txt | 2 +-
doc/pacman.8.txt | 4 ++--
doc/pacman.conf.5.txt | 12 ++++++------
lib/libalpm/alpm_list.c | 2 +-
lib/libalpm/handle.c | 2 --
lib/libalpm/trans.c | 3 ++-
8 files changed, 18 insertions(+), 15 deletions(-)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list