[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.2.2-186-g6d2930c
Dan McGee
dan at archlinux.org
Tue Jun 23 22:55:46 EDT 2009
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 6d2930cc5ab95d843686b787910c6db8b6336248 (commit)
via 21fa09349bfc467f5579223e43c65e339b724473 (commit)
via 68813ca986e7dbdbdb7a4cd4df55f74e9d9bab38 (commit)
via 8c8fa2d82c524111879e44fd63683a612278d042 (commit)
via 8bbaf045b9ce7933778aa3c7e84ad4dc7c377238 (commit)
via 01f9ae63e72a9bc41cccfef17d5c07673972f455 (commit)
via 02acf65ef30048ba3c732628d30215467245e779 (commit)
via b3a553536000f3a2684aa061e83ac759a429da99 (commit)
from f250b034b407d45bb08c7b713b01d25e0bb2b6ee (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 6d2930cc5ab95d843686b787910c6db8b6336248
Author: Nagy Gabor <ngaba at bibl.u-szeged.hu>
Date: Sun Jun 14 21:00:07 2009 +0200
Update the documentation of -Qs and -Ss
It was undocumented that multiple regexps are interpreted using logical AND.
Thanks to Recursive@#archlinux for his help.
Signed-off-by: Nagy Gabor <ngaba at bibl.u-szeged.hu>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 21fa09349bfc467f5579223e43c65e339b724473
Author: Nagy Gabor <ngaba at bibl.u-szeged.hu>
Date: Tue Jun 16 12:34:16 2009 +0200
Document the .pacnew extension with NoUpgrade
See FS#13832.
Signed-off-by: Nagy Gabor <ngaba at bibl.u-szeged.hu>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 68813ca986e7dbdbdb7a4cd4df55f74e9d9bab38
Merge: 8c8fa2d82c524111879e44fd63683a612278d042 01f9ae63e72a9bc41cccfef17d5c07673972f455
Author: Dan McGee <dan at archlinux.org>
Date: Tue Jun 23 21:52:35 2009 -0500
Merge commit 'allan/working'
commit 8c8fa2d82c524111879e44fd63683a612278d042
Author: Dan McGee <dan at archlinux.org>
Date: Sat Jun 6 12:30:30 2009 -0500
Search package groups when searching a DB
See FS#13099. This makes sense especially for the pacman frontend, as we
show groups in the search output.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 8bbaf045b9ce7933778aa3c7e84ad4dc7c377238
Author: Dan McGee <dan at archlinux.org>
Date: Tue Jun 16 20:04:19 2009 -0500
repo-add: use bsdtar optimization for better performance
When unzipping packages and the database archives, we don't need to look
through the entire archive to do what we need to do. For packages, .PKGINFO
should only be found once and should be the first file in the package. For
the database check, we only really need to look for one desc file.
The bsdtar -q option is very similar to the GNU tar --occurrence=1 option.
Example of speedup:
$ time repo-add junkdb.db.tar.gz *.pkg.tar.gz >/dev/null
real 0m16.159s
user 0m14.836s
sys 0m2.277s
$ time ./scripts/repo-add junkdb.db.tar.gz *.pkg.tar.gz >/dev/null
real 0m4.949s
user 0m3.730s
sys 0m2.093s
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 01f9ae63e72a9bc41cccfef17d5c07673972f455
Author: Loui Chang <louipc.ist at gmail.com>
Date: Mon Jun 22 02:04:44 2009 -0400
makepkg: Move .PKGINFO creation into a function.
Signed-off-by: Loui Chang <louipc.ist at gmail.com>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 02acf65ef30048ba3c732628d30215467245e779
Author: Loui Chang <louipc.ist at gmail.com>
Date: Fri Jun 19 14:33:09 2009 -0400
makepkg: Download sources and check checksums for any source package.
It wouldn't be very nice to ship a PKGBUILD with the wrong checksums.
Signed-off-by: Loui Chang <louipc.ist at gmail.com>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit b3a553536000f3a2684aa061e83ac759a429da99
Author: Allan McRae <allan at archlinux.org>
Date: Sun Jun 21 20:00:00 2009 +1000
Fix typos in PKGBUILD man page
Original-patch-by: Jason Ribeiro
Signed-off-by: Allan McRae <allan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
doc/PKGBUILD.5.txt | 4 +-
doc/pacman.8.txt | 8 +++++-
doc/pacman.conf.5.txt | 3 +-
lib/libalpm/db.c | 13 +++++++++-
scripts/makepkg.sh.in | 54 +++++++++++++++++++++++++----------------------
scripts/repo-add.sh.in | 6 ++--
6 files changed, 53 insertions(+), 35 deletions(-)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list