[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.0.0rc2-70-gabfa837
Dan McGee
dan at archlinux.org
Mon Oct 10 20:29:33 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, master has been updated
via abfa8370c0009e415ef2fa97b96c8b042002d92a (commit)
via 8f414cd040aa11957a443ddda42ad14b83733007 (commit)
via fb401f569e2d85cf90e45deeeeb28992360d60f7 (commit)
via 36f31dd133a6833f641823c3e3c12b0c0edca877 (commit)
via cc13f4753211599f1579a714f41f55a8c5d99081 (commit)
from 9168977b3b33e1aa3f9d130bbd82be4536684171 (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 abfa8370c0009e415ef2fa97b96c8b042002d92a
Author: Dave Reisner <dreisner at archlinux.org>
Date: Sun Oct 9 23:03:04 2011 -0400
dload: unhook error buffer after transfer finishes
Similar to what we did in edd9ed6a, disconnect the relationship with our
stack allocated error buffer from the curl handle. Just as an FTP
connection might have some network chatter on teardown causing the
progress callback to be triggered, we might also hit an error condition
that causes curl to write to our (now out of scope) error buffer.
I'm unable to reproduce FS#26327, but I have a suspicion that this
should fix it.
Signed-off-by: Dave Reisner <dreisner at archlinux.org>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 8f414cd040aa11957a443ddda42ad14b83733007
Author: Lukas Fleischer <archlinux at cryptocrack.de>
Date: Mon Oct 10 15:22:52 2011 +0200
pactree: Make error message smarter in register_syncs()
Our error message used to be very unclear when the configuration file
could not be found:
$ ./pactree -lsr gtk
error: failed to register sync DBs
Instead, display an accurate message and include the file name:
$ ./pactree -lsr gtk
error: config file /usr/local/etc/pacman.conf could not be read
Also, move the error message inside register_syncs() to allow for
differentiating between different errors that might require a handler in
the future.
Signed-off-by: Lukas Fleischer <archlinux at cryptocrack.de>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit fb401f569e2d85cf90e45deeeeb28992360d60f7
Author: Lukas Fleischer <archlinux at cryptocrack.de>
Date: Mon Oct 10 14:38:59 2011 +0200
pactree: Add "--config" option
This allows for specifying an alternate configuration file path, similar
to pacman's "--config" option.
Given that there is currently no other way to tell pactree to read from
another configuration file (except for patching or symlinking), this
seems totally sensible - even if there are plans to refactor and/or
replace the standalone configuration file parser.
We do not define a short option for the sake of consistency with
pacman's set of command line options.
Signed-off-by: Lukas Fleischer <archlinux at cryptocrack.de>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 36f31dd133a6833f641823c3e3c12b0c0edca877
Author: Allan McRae <allan at archlinux.org>
Date: Sat Oct 8 19:38:01 2011 +1000
makepkg: strip comments after pkgver/pkgrel when checking value
Inline comments after pkgver or pkgrel would cause the sanity
checks to fail so remove them before checking the value.
Signed-off-by: Allan McRae <allan at archlinux.org>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit cc13f4753211599f1579a714f41f55a8c5d99081
Author: Allan McRae <allan at archlinux.org>
Date: Fri Oct 7 16:40:43 2011 +1000
Format pacsort and vercmp testsuite output
Make the output into a single block and add separators at the end
so that they do not merge into each other.
Signed-off-by: Allan McRae <allan at archlinux.org>
Signed-off-by: Dan McGee <dan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
lib/libalpm/dload.c | 5 ++++-
scripts/makepkg.sh.in | 4 ++--
src/util/pactree.c | 20 ++++++++++++++++----
test/util/pacsorttest.sh | 6 ++++--
test/util/vercmptest.sh | 6 ++++--
5 files changed, 30 insertions(+), 11 deletions(-)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list