[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.5.3-283-gb899099
Dan McGee
dan at archlinux.org
Mon Jun 20 12:24:27 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 b8990993271b34d309ada49197090895b0fbdfb6 (commit)
via ee638415e305a390cbf3fa68fb2a1fb5523f18e9 (commit)
via ab53aa3e3c6370d21ab763210830cd31a5a024a2 (commit)
via 3847446603036e3a873c2d0bc0cdd6c1aa19fc2e (commit)
via 81e6071e0f0c6ea1f4bb654e3e98493c4650e858 (commit)
from 34876e4fe9707de961318da28dba604dffff6d49 (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 b8990993271b34d309ada49197090895b0fbdfb6
Author: Dave Reisner <d at falconindy.com>
Date: Mon Jun 20 11:05:08 2011 -0400
repo-add: show better error when path to repo does not exist
Previously, the error message when trying to add to a repo where a
parent directory didn't exist was:
==> ERROR: Failed to acquire lockfile: /path/to/noexist/repo.tar.gz.lck
This sucks. Make an explicit check to ensure that the path to the repo
really does exist, and throw a meaningful error message when it can't be
found.
Dan: reuse an existing (translated) error message.
Signed-off-by: Dave Reisner <d at falconindy.com>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit ee638415e305a390cbf3fa68fb2a1fb5523f18e9
Author: Dan McGee <dan at archlinux.org>
Date: Mon Jun 20 11:08:40 2011 -0500
repo-add: allow creating a database with no compression
A plain '.tar' ending should be allowed. This corresponds to how we
handle this extension in makepkg. Also fix up the other extension
checks, which were missing a leading '.' character.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit ab53aa3e3c6370d21ab763210830cd31a5a024a2
Author: Dave Reisner <d at falconindy.com>
Date: Mon Jun 20 10:32:12 2011 -0400
repo-add: use bash equivalents of basename/dirname
Signed-off-by: Dave Reisner <d at falconindy.com>
commit 3847446603036e3a873c2d0bc0cdd6c1aa19fc2e
Author: Dave Reisner <d at falconindy.com>
Date: Sat Jun 18 19:21:21 2011 -0400
lib/util: call _alpm_log before setting handle->pm_errno
This is an unfortunate chain of events. RET_ERR and RET_ERR_VOID will
eventually call CHECK_HANDLE, which resets the handle's pm_errno member.
Dan probably had a reason for doing this, so we merely switch the order
of operations in the RET_ERR macros to avoid stomping on our pm_errno.
Signed-off-by: Dave Reisner <d at falconindy.com>
commit 81e6071e0f0c6ea1f4bb654e3e98493c4650e858
Author: Dan McGee <dan at archlinux.org>
Date: Thu Jun 16 13:50:23 2011 -0500
pactest: add retcode=0 to several tests
Signed-off-by: Dan McGee <dan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
lib/libalpm/util.h | 6 ++++--
scripts/repo-add.sh.in | 27 +++++++++++++++++----------
test/pacman/tests/upgrade020.py | 1 +
test/pacman/tests/upgrade021.py | 1 +
test/pacman/tests/upgrade022.py | 1 +
test/pacman/tests/upgrade023.py | 1 +
test/pacman/tests/upgrade024.py | 1 +
test/pacman/tests/upgrade025.py | 1 +
test/pacman/tests/upgrade026.py | 1 +
test/pacman/tests/upgrade042.py | 1 +
test/pacman/tests/upgrade043.py | 1 +
test/pacman/tests/upgrade045.py | 1 +
12 files changed, 31 insertions(+), 12 deletions(-)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list