summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-08-11 07:51:37 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-08-11 07:51:37 +0000
commitb38ab17a77d58456c1170294018a48bb2a820ed0 (patch)
treed295cd999dcbfc8031cb39ea6d2a94ea561366f2 /Tools
parent- Update to 5.1 (diff)
- Upload MOVED and UPDATING to the packages directory to make it
available on the ftp mirrors alongside the packages [1] - While I'm here, remove a NOOP check for FreeBSD 4.x -exp PR: 135024 [1] Requested by: Dominic Fandrey <kamikaze@bsdforen.de>
Notes
Notes: svn path=/head/; revision=239302
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/dopackages20
1 files changed, 10 insertions, 10 deletions
diff --git a/Tools/portbuild/scripts/dopackages b/Tools/portbuild/scripts/dopackages
index e2fc7676f37a..e7af334d6489 100755
--- a/Tools/portbuild/scripts/dopackages
+++ b/Tools/portbuild/scripts/dopackages
@@ -648,6 +648,10 @@ if [ "$nofinish" = 0 ]; then
# Remove INDEX entries for packages that do not exist
${pb}/scripts/chopindex ${builddir}/ports/${INDEXFILE} ${builddir}/packages > ${builddir}/packages/INDEX
+ # Copy UPDATING and MOVED into the packages folder
+ cp ${builddir}/ports/UPDATING ${builddir}/packages/UPDATING
+ cp ${builddir}/ports/MOVED ${builddir}/packages/MOVED
+
ls -asFlrt ${builddir}/packages/All > ${builddir}/logs/ls-lrt
cp -p ${builddir}/make ${builddir}/logs
@@ -669,16 +673,12 @@ if [ "$nofinish" = 0 ]; then
wait
- if [ "$branch" != "4-exp" ]; then
- # Currently broken - kk
- #su ${user} -c "${pb}/scripts/cpdistfiles ${branch} > ${builddir}/cpdistfiles.log 2>&1 </dev/null" &
- if [ "$ftp" = 1 ]; then
- echo "ended at $(date)"
- echo "================================================"
- echo "copying packages"
- echo "================================================"
- ${pb}/scripts/docppackages ${arch} ${branch} ${builddir}
- fi
+ if [ "$ftp" = 1 ]; then
+ echo "ended at $(date)"
+ echo "================================================"
+ echo "copying packages"
+ echo "================================================"
+ ${pb}/scripts/docppackages ${arch} ${branch} ${builddir}
fi
fi