aboutsummaryrefslogtreecommitdiff
path: root/Tools/portbuild
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-04-03 04:37:09 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-04-03 04:37:09 +0000
commitd23d4aaa34d26f64cbac06ff6551f4a9371b0868 (patch)
treeb4a622676781c8819de3d8f0ef81e1371b37bfe5 /Tools/portbuild
parentecf7b5e3137eea576000f85e6337907429a4f8db (diff)
downloadports-d23d4aaa34d26f64cbac06ff6551f4a9371b0868.tar.gz
ports-d23d4aaa34d26f64cbac06ff6551f4a9371b0868.zip
Change rsync -l to -L for the tarballs/ directory (so that dangling
symlinks are not created on the target) and rsync the entire directory so that extra files are deleted.
Notes
Notes: svn path=/head/; revision=132306
Diffstat (limited to 'Tools/portbuild')
-rwxr-xr-xTools/portbuild/scripts/dosetupnode2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/dosetupnode b/Tools/portbuild/scripts/dosetupnode
index c3e3ffcabcdd..dc06b4b48e1f 100755
--- a/Tools/portbuild/scripts/dosetupnode
+++ b/Tools/portbuild/scripts/dosetupnode
@@ -36,7 +36,7 @@ if [ "${disconnected}" = 1 -a "${norsync}" = 0 ]; then
rsync ${rsync_gzip} -r -l -p --delete ${pb}/${arch}/${branch}/ports ${client_user}@${node}:${pb}/${arch}/${branch}
rsync ${rsync_gzip} -r -l -p --delete ${pb}/${arch}/${branch}/src ${client_user}@${node}:${pb}/${arch}/${branch}
rsync ${rsync_gzip} -r -l -p --delete ${pb}/${arch}/${branch}/doc ${client_user}@${node}:${pb}/${arch}/${branch}
- rsync ${rsync_gzip} -r -l -p --delete ${pb}/${arch}/${branch}/tarballs/bindist* ${client_user}@${node}:${pb}/${arch}/${branch}/tarballs
+ rsync ${rsync_gzip} -r -L -p --delete ${pb}/${arch}/${branch}/tarballs/ ${client_user}@${node}:${pb}/${arch}/${branch}/tarballs/
fi
lockf ${pb}/${arch}/queue/.lock ${pb}/scripts/pollmachine ${arch} ${node} -queue