[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.0.6-681-g16ed9ad
Dan McGee
dan at archlinux.org
Tue Dec 18 19:28:52 EST 2007
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 16ed9ad19b505398c764f350318482b2a3d406bd (commit)
via a4b81387974e6b36c6fbc541b543d6d67882eadd (commit)
via e5cdac7d48cb0bb4c3df6a4e0d1e84c195ff2b54 (commit)
via a11b2065afd4e949006fa68c021a2ef60ed27d96 (commit)
via ce424a356f73e99fe2247a0d18437399f0e8c5e9 (commit)
via 20bad3b839ad3d43d477e80d66df8149d2935ab7 (commit)
from f5478d68a67741236a2e9f42f2e524ee1bb26517 (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 16ed9ad19b505398c764f350318482b2a3d406bd
Author: Giovanni Scafora <linuxmania at gmail.com>
Date: Tue Dec 18 22:54:48 2007 +0100
Updated Italian Translation
Signed-off-by: Giovanni Scafora <linuxmania at gmail.com>
modified: lib/libalpm/po/it.po
modified: po/it.po
Signed-off-by: Dan McGee <dan at archlinux.org>
commit a4b81387974e6b36c6fbc541b543d6d67882eadd
Author: Aaron Griffin <aaronmgriffin at gmail.com>
Date: Fri Dec 14 11:35:46 2007 -0600
Allow unreadable Include files to be non-fatal
Signed-off-by: Aaron Griffin <aaronmgriffin at gmail.com>
[Dan: remove unused variable, make parseconfig static]
Signed-off-by: Dan McGee <dan at archlinux.org>
commit e5cdac7d48cb0bb4c3df6a4e0d1e84c195ff2b54
Author: Allan McRae <mcrae_allan at hotmail.com>
Date: Mon Dec 10 12:57:54 2007 +1000
Only query pacman upgrade when performing actual upgrade
Fixes FS#7147. Do not ask about upgrading pacman when -w and -p
flags are used.
Signed-off-by: Allan McRae <mcrae_allan at hotmail.com>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit a11b2065afd4e949006fa68c021a2ef60ed27d96
Author: Giovanni Scafora <linuxmania at gmail.com>
Date: Sun Dec 16 10:17:33 2007 +0100
Updated Italian Translation for pacman 3.1
Signed-off-by: Giovanni Scafora <linuxmania at gmail.com>
Signed-off-by: Dan McGee <dan at archlinux.org>
commit ce424a356f73e99fe2247a0d18437399f0e8c5e9
Author: Dan McGee <dan at archlinux.org>
Date: Sun Dec 16 22:45:01 2007 -0600
Check for errors on descfile extraction
If /tmp was full during the early stages of package extraction, we were
unable to extract the package description file with the call to
archive_read_data_into_fd(archive, fd) becuase we never checked the return
code. Add a check to ensure the extraction was successful and print and
return an error if it was not instead of falling through to a possibly
untrue error message.
This should fix FS #8885.
Signed-off-by: Dan McGee <dan at archlinux.org>
commit 20bad3b839ad3d43d477e80d66df8149d2935ab7
Author: Dan McGee <dan at archlinux.org>
Date: Sun Dec 16 22:00:12 2007 -0600
Set the default packager to "Unknown Packager"
There is no real reason to make it look like someone that can't bother to
set the packager variable is official in any way, so remove the Arch Linux
reference from makepkg.
Signed-off-by: Dan McGee <dan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
lib/libalpm/package.c | 6 +-
lib/libalpm/po/it.po | 316 ++++++++++---------
po/it.po | 839 ++++++++++++++++++++++++-------------------------
scripts/makepkg.sh.in | 2 +-
src/pacman/pacman.c | 9 +-
src/pacman/sync.c | 74 +++---
6 files changed, 625 insertions(+), 621 deletions(-)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list