summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-01-06 23:11:51 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-01-06 23:11:51 +0000
commit8466626037cc9d6776ffccb95ce7c9522f7e7e07 (patch)
tree4a70c442bbbb9424d7758b6abaea32345099dcfa
parentUnset the __MAKE_CONF variable after setting up buildenv, because we (diff)
Always set up the bindist-${hostname}.tar file since it's usually small.
This should probably be changed to only update it if it changes. Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=125740
-rwxr-xr-xTools/portbuild/scripts/setupnode2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/setupnode b/Tools/portbuild/scripts/setupnode
index 4517dff272de..a61c4edebfd3 100755
--- a/Tools/portbuild/scripts/setupnode
+++ b/Tools/portbuild/scripts/setupnode
@@ -38,9 +38,9 @@ if [ "$nocopy" = 0 ]; then
echo "copying bindist to $(hostname)"
if [ ${disconnected} = 0 ]; then
cp -p ${pb}/${arch}/${branch}/tarballs/bindist.tar ${tmpdir}/${branch}/tarballs
- cp -p ${pb}/${arch}/${branch}/tarballs/bindist-$(hostname).tar ${tmpdir}/${branch}/tarballs
fi
fi
+ cp -p ${pb}/${arch}/${branch}/tarballs/bindist-$(hostname).tar ${tmpdir}/${branch}/tarballs
if [ ${disconnected} = 1 ]; then
# Prepare all directories, they will be populated by a rsync push from the master
mkdir -p ${pb}/scripts ${pb}/${arch}/${branch}/ports ${pb}/${arch}/${branch}/src ${pb}/${arch}/${branch}/src ${pb}/${arch}/${branch}/tarballs