[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.3.0-83-g03470c5
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 03470c51ca5350567d3ac5fcce2441307f742c84 (commit) via ece8f6fb0bf73295645a13736b6f8a6bba779242 (commit) via e6efd1932b4df1fd7ee8130268abf80d8bd4a151 (commit) from 72883e3bcbc1ff2d46667fceb48c3c2c682cfe79 (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 03470c51ca5350567d3ac5fcce2441307f742c84 Author: Dan McGee <dan@archlinux.org> Date: Mon Sep 21 08:12:10 2009 -0500 Allow cache cleaning to process all cache directories Previously we only looked at the first cache directory returned by the library. This allows us to look at all cache directories for cleaning. In addition, change the way we do a full (-Scc) cache cleaning operation. Instead of removing the parent directory, remove each package one-by-one as in the -Sc case. This would be ideal for someone mounting a cache directory over NFS, as it ensures we don't wipe out the mountpoint from underneath the directory. Signed-off-by: Dan McGee <dan@archlinux.org> commit ece8f6fb0bf73295645a13736b6f8a6bba779242 Author: Dan McGee <dan@archlinux.org> Date: Mon Sep 21 08:09:00 2009 -0500 Propagate return status up in DB cleaning code We didn't look at the return status of sync_cleandb() in sync_cleandb_all(). Make it do so and return it up the call chain. Signed-off-by: Dan McGee <dan@archlinux.org> commit e6efd1932b4df1fd7ee8130268abf80d8bd4a151 Author: Dan McGee <dan@archlinux.org> Date: Mon Sep 21 08:03:07 2009 -0500 Add missing closedir calls in cache cleanup Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: src/pacman/sync.c | 77 ++++++++++++++++++++++++++++------------------------ 1 files changed, 41 insertions(+), 36 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
dan@archlinux.org