[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v3.2.1-2-g242e9e9
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 242e9e90f4190b9f770a0230e99d302f7ec53e70 (commit) via 95ea6fb3c19a8d72d5b2e71ab5e37f2da8c77d5d (commit) from afac773d1936cbd0ea18ea94155f21dcf9411fb7 (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 242e9e90f4190b9f770a0230e99d302f7ec53e70 Author: Xavier Chantry <shiningxc@gmail.com> Date: Fri Aug 29 17:24:34 2008 +0200 Another attempt at fixing totaldownload. This fixes FS#11339, which is a regression of commit 89c2c5196: When totaldownload is enabled, the database downloading percent (-Sy) is always at 0. That is because we have no guarantee that the totaldownload callback was called by libalpm. In particular, it is not called (and it would not make sense to) when a single file is downloaded, like it is the case with databases. So the correct way to detect if totaldownload should be used is checking both config->totaldownload and list_total, like it was already done in several places in the cb_dl_progress function. Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit 95ea6fb3c19a8d72d5b2e71ab5e37f2da8c77d5d Author: Xavier Chantry <shiningxc@gmail.com> Date: Thu Aug 28 20:55:26 2008 +0200 Separate targets on -Qi/-Si with a newline. This fixes FS#11331 The newline was lost with commit 9451b2e4f23a3c566fcfe3420c379b3cb3eb1f90. Signed-off-by: Xavier Chantry <shiningxc@gmail.com> ----------------------------------------------------------------------- Summary of changes: src/pacman/callback.c | 24 ++++++++++++++++-------- src/pacman/package.c | 4 +++- 2 files changed, 19 insertions(+), 9 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
dan@archlinux.org