aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/portbuild
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-08 09:37:34 +0800
committerkris <kris@FreeBSD.org>2004-03-08 09:37:34 +0800
commit27de1aefd4960b4b8f1d112d4bbfd6c8dc5119aa (patch)
tree3a123cc1bde1828a60524b469ffc1600579b5b29 /Tools/portbuild
parentf9ea1e49f22be4309d86ef656839aac863b83d65 (diff)
downloadfreebsd-ports-gnome-27de1aefd4960b4b8f1d112d4bbfd6c8dc5119aa.tar.gz
freebsd-ports-gnome-27de1aefd4960b4b8f1d112d4bbfd6c8dc5119aa.tar.zst
freebsd-ports-gnome-27de1aefd4960b4b8f1d112d4bbfd6c8dc5119aa.zip
Remove the integrity testing code now that the corruption bug has been
identified and those machines removed (restricted to Miatas running 5.2)
Diffstat (limited to 'Tools/portbuild')
-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}