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