[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.3.3-146-gcdbb90a
Dan McGee
dan at archlinux.org
Wed Mar 24 04:32:54 CET 2010
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 cdbb90aceb288034dbf4f228fc4c49da1e2ed0c0 (commit)
via ad4efa539de1e8e9e51baee82efeafde9fb24380 (commit)
from f6c7de77edee89650e8dabf728f296d48cd4b3e0 (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 cdbb90aceb288034dbf4f228fc4c49da1e2ed0c0
Author: Dan McGee <dan at archlinux.org>
Date: Wed Oct 7 21:52:09 2009 -0500
Show 'Required By' in -Sii output
Just as we do in -Qi, we can compute required by information for sync
database packages. The behavior seems sane; for a given package, the -Sii
required by will show all packages in *any* sync database that require it.
Implements FS#16244.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit ad4efa539de1e8e9e51baee82efeafde9fb24380
Author: Dan McGee <dan at archlinux.org>
Date: Thu Mar 18 21:46:03 2010 -0500
Strip extension off all package compression types
Since we were searching for '.pkg.tar.gz' before, we now have started to
show extensions during the download when we have a '.pkg.tar.xz' package.
Just look for '.pkg.tar.' (or '.db.tar.') instead and suppress anything
found from that point on.
Signed-off-by: Dan McGee <dan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
lib/libalpm/package.c | 42 ++++++++++++++++++++++++++++++++----------
src/pacman/callback.c | 2 +-
src/pacman/package.c | 16 +++++++++-------
src/pacman/package.h | 2 +-
src/pacman/sync.c | 6 +++---
5 files changed, 46 insertions(+), 22 deletions(-)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list