svn commit: r304020 - user/cperciva/freebsd-update-build/scripts

Gleb Smirnoff glebius at FreeBSD.org
Fri Aug 12 20:33:24 UTC 2016


Author: glebius
Date: Fri Aug 12 20:33:23 2016
New Revision: 304020
URL: https://svnweb.freebsd.org/changeset/base/304020

Log:
  Don't hardcode FTP path, let every release specify its own.

Modified:
  user/cperciva/freebsd-update-build/scripts/build.subr

Modified: user/cperciva/freebsd-update-build/scripts/build.subr
==============================================================================
--- user/cperciva/freebsd-update-build/scripts/build.subr	Fri Aug 12 20:30:00 2016	(r304019)
+++ user/cperciva/freebsd-update-build/scripts/build.subr	Fri Aug 12 20:33:23 2016	(r304020)
@@ -304,7 +304,7 @@ fetchiso () {
 
 	# Figure out where the dvd1 ISO image is
 	RELNUM=${REL%-*}
-	ISO=${FTP}/releases/${TARGET}/${TARGET}/ISO-IMAGES/${RELNUM}/FreeBSD-${REL}-${TARGET}-dvd1.iso
+	ISO=${FTP}/FreeBSD-${REL}-${TARGET}-dvd1.iso
 
 	# Fetch the ISO image.  We consider the ISO image to be
 	# the One True Release and don't look at the files used


More information about the svn-src-user mailing list