[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v3.2.1-19-ga50b067
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, maint has been updated via a50b067470a8046dabdff66f6266d2208b2f8372 (commit) from 346139298bc547d1cbeb5d41f2067577b96ff1fa (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 a50b067470a8046dabdff66f6266d2208b2f8372 Author: Nagy Gabor <ngaba@bibl.u-szeged.hu> Date: Mon Nov 17 17:02:43 2008 +0100 Give an error message on alpm_db_register_sync() error This patch slightly modifies pacman.c/_parseconfig(): See FS#12148. Now pacman prints the following error message in that case: "error: could not register 'unstable' database (could not open database)" I also added an error message for alpm_db_setserver() error. I changed the "return(1);" scheme to "ret = 1; goto cleanup;" to make sure that we free allocated memory and close open files. Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: src/pacman/pacman.c | 46 ++++++++++++++++++++++++++++++++++------------ 1 files changed, 34 insertions(+), 12 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
dan@archlinux.org