From a177c01fae4ec3297ff25e097b930b7656fd337c Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 19 Jan 2003 04:31:53 +0000 Subject: [PATCH] Use checksum-recursive rather than fetch-recursive-list in PREFETCHDISTFILES so as to catch errors ASAP rather than later between the ports cvs checkout and docs cvs checkout. If a distfile doesn't checksum OK, it is very hard to restart the release with "make rerelease" as that target assumes all the cvs checkout's happened OK, and if that is not the case the cvs update that is attempted fails.. --- release/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/Makefile b/release/Makefile index 73fad429cec..50d0fcfa43f 100644 --- a/release/Makefile +++ b/release/Makefile @@ -386,7 +386,7 @@ rerelease release: cd ${CHROOTDIR}/usr/ports/$$i && \ make PORTSDIR=${CHROOTDIR}/usr/ports BATCH=yes \ WITHOUT_X11=yes JADETEX=no WITHOUT_PYTHON=yes \ - fetch-recursive ; \ + checksum-recursive ; \ done .endif .endif -- 2.45.2