From 3c3445e8c784b429ad8a6e421fa9485d59c1d344 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Thu, 25 Jun 2015 13:40:00 +0000 Subject: Consider PRERELEASE builds snapshots, in addition to CURRENT and STABLE. MFC after: 3 days Sponsored by: The FreeBSD Foundation --- release/Makefile.mirrors | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release/Makefile.mirrors') diff --git a/release/Makefile.mirrors b/release/Makefile.mirrors index ed10c5553bbd..d5e8949c3831 100644 --- a/release/Makefile.mirrors +++ b/release/Makefile.mirrors @@ -27,7 +27,7 @@ EMBEDDED= 1 .endif # snapshot -.if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" +.if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE" SNAPSHOT= 1 TLD?= ${FTPDIR}/snapshots . if !defined(SVNREVISION) || empty(SVNREVISION) @@ -63,7 +63,7 @@ BOARDNAME:= ${KERNCONF} . else OLDNAME:= ${KERNCONF} . endif -. if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" +. if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE" SNAPSHOT= 1 . endif IMAGES:= img -- cgit v1.2.3