aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-08 01:37:34 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-08 01:37:34 +0000
commit858af6c802f8768df030ad6f0ab3e031aa9f6fe3 (patch)
tree061e87645f3cf9ab57c80df7710ca9287c0f530e /Tools
parent3d97e9437e012a545ef0f87c4e949b3754b39e82 (diff)
downloadports-858af6c802f8768df030ad6f0ab3e031aa9f6fe3.tar.gz
ports-858af6c802f8768df030ad6f0ab3e031aa9f6fe3.zip
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/portbuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/Tools/portbuild/scripts/portbuild b/Tools/portbuild/scripts/portbuild
index e375ada286e8..03e82553bc26 100755
--- a/Tools/portbuild/scripts/portbuild
+++ b/Tools/portbuild/scripts/portbuild
@@ -303,10 +303,6 @@ if [ "${error}" = 0 ]; then
fi
if [ "${error}" = 0 ]; then
- if [ "${branch}" = "4" ]; then
- echo "Testing package integrity"
- (gzip -t ${chroot}/tmp/packages/All/*.tgz && echo "Package ${pkgname} OK!") || echo "Package ${pkgname} corrupted!"
- fi
tar -C ${chroot}/tmp -cf - packages | \
ssh -a -x ${user}@$master tar --unlink -C ${pb}/${arch}/${branch} -xvf -
ssh -a -x ${user}@$master [ -f ${pb}/${arch}/${branch}/packages/All/${pkgname}${PKGSUFFIX} ] '&&' touch ${pb}/${arch}/${branch}/packages/All/${pkgname}${PKGSUFFIX}