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

Philip M. Gollucci pgollucci at p6m7g8.com
Fri Aug 12 22:48:44 UTC 2016


Thank you!

On Fri, Aug 12, 2016 at 4:33 PM, Gleb Smirnoff <glebius at freebsd.org> wrote:

> 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
> _______________________________________________
> svn-src-user at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-src-user
> To unsubscribe, send any mail to "svn-src-user-unsubscribe at freebsd.org"
>



-- 
---------------------------------------------------------------------------------
4096R/D21D2752
<http://pgp.mit.edu/pks/lookup?op=get&search=0xF699A450D21D2752> ECDF B597
B54B 7F92 753E  E0EA F699 A450 D21D 2752
Philip M. Gollucci (pgollucci at p6m7g8.com) c: 703.336.9354
Member,                           Apache Software Foundation
Committer,                        FreeBSD Foundation
Consultant,                       P6M7G8 Inc.
Director Cloud Technology,        Capital One

What doesn't kill us can only make us stronger;
Except it almost kills you.


More information about the svn-src-user mailing list