summaryrefslogtreecommitdiff
path: root/db-sync
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2011-11-23 13:19:35 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2011-11-23 13:19:35 -0300
commit51e733fdb525e1c1e9392aa4c3a0b882a6433ad4 (patch)
treeb7cf9c75bbfc86b6fde2e7eddcacc3d1117f7ba1 /db-sync
parent9ef417865ef8b102875d42d4cb8ebe277de4ec01 (diff)
Cleanup script + New config vars
Diffstat (limited to 'db-sync')
-rwxr-xr-xdb-sync4
1 files changed, 2 insertions, 2 deletions
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 \