1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Remove the integrity testing code now that the corruption bug has been

identified and those machines removed (restricted to Miatas running 5.2)
This commit is contained in:
Kris Kennaway 2004-03-08 01:37:34 +00:00
parent 3d97e9437e
commit 858af6c802
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103255

View File

@ -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}