This commit is contained in:
belliash 2012-01-29 16:57:46 +01:00
parent 53843b56f9
commit 6bbbe27f8b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni

Vedi File

@ -203,7 +203,7 @@ function pullRsync() {
--timeout=${FETCHTIMEOUT} --whole-file --exclude=/.git --exclude=/.hg \
--exclude=/.svn --exclude=CVS --exclude=/distfiles --exclude=/local \
--exclude=/metadata/cache --exclude=/metadata/md5-cache \
--exclude=/packages ${ADDRESS} ${DIRECTORY}" || return 1
--exclude=/packages ${ADDRESS}/ ${DIRECTORY}" || return 1
return 0
}