From 51e733fdb525e1c1e9392aa4c3a0b882a6433ad4 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Wed, 23 Nov 2011 13:19:35 -0300 Subject: Cleanup script + New config vars --- db-sync | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'db-sync') diff --git a/db-sync b/db-sync index 320a71d..bcdf41a 100755 --- a/db-sync +++ b/db-sync @@ -122,7 +122,7 @@ init() { # Sync # *Don't delete-after*, this is the job of cleanup scripts. It will remove our # packages too - for PKGPOOL in pool/packages pool/community extra/os/any community/os/any; do + for PKGPOOL in ${PKGPOOLS[@]}; do rsync -vrtlH \ --delay-updates \ --safe-links \ @@ -140,7 +140,7 @@ init() { # Sync # *Don't delete-after*, this is the job of cleanup scripts. It will remove our # packages too - for SRCPOOL in sources/packages sources/community ; do + for SRCPOOL in ${SRCPOOLS[@]}; do rsync -vrtlH \ --delay-updates \ --safe-links \ -- cgit v1.2.3-54-g00ecf