|
|
@ -35,9 +35,10 @@ function checkoutRsync() { |
|
|
|
ADDRESS="${2}" |
|
|
|
run "rsync --compress --delete --delete-after --devices --force --links \ |
|
|
|
--partial --perms --recursive --safe-links --stats --times \ |
|
|
|
--timeout=${FETCHTIMEOUT} --whole-file --exclude=/.git --exclude=CVS \ |
|
|
|
--exclude=/distfiles --exclude=/local --exclude=/metadata/cache \ |
|
|
|
--exclude=/packages ${ADDRESS} ${DIRECTORY}" || return 1 |
|
|
|
--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 |
|
|
|
return 0 |
|
|
|
} |
|
|
|
|
|
|
|