From cfa8f991ce9077e6a6e24591c9efa277165e5e84 Mon Sep 17 00:00:00 2001 From: belliash Date: Tue, 17 Jan 2012 13:08:10 +0100 Subject: [PATCH] exclude also md5-cache --- libraries/repositories | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/repositories b/libraries/repositories index a70da2e..9c1a3a6 100644 --- a/libraries/repositories +++ b/libraries/repositories @@ -102,8 +102,8 @@ function pullRsync() { --partial --perms --recursive --safe-links --stats --times \ --timeout=${FETCHTIMEOUT} --whole-file --exclude=/.git --exclude=/.hg \ --exclude=/.svn --exclude=CVS --exclude=/distfiles --exclude=/local \ - --exclude=/metadata/cache --exclude=/packages ${ADDRESS} \ - ${DIRECTORY}" || return 1 + --exclude=/metadata/cache --exclude=/metadata/md5-cache \ + --exclude=/packages ${ADDRESS} ${DIRECTORY}" || return 1 return 0 }