exclude also md5-cache

This commit is contained in:
belliash 2012-01-17 13:08:10 +01:00
父節點 564120ad49
當前提交 cfa8f991ce
共有 1 個文件被更改,包括 2 次插入2 次删除

查看文件

@ -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
}