summaryrefslogtreecommitdiffstats
path: root/release/Makefile.mirrors
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2015-06-25 13:40:00 +0000
committergjb <gjb@FreeBSD.org>2015-06-25 13:40:00 +0000
commitbe1ca7297c1306e42caf2c9c1d3b09d2a9a2f1bc (patch)
tree0941a93d1becb6d94185121a9444aa30b9453fde /release/Makefile.mirrors
parent84b15bf54b295b90595411722b32d4273e8781ed (diff)
downloadFreeBSD-src-be1ca7297c1306e42caf2c9c1d3b09d2a9a2f1bc.zip
FreeBSD-src-be1ca7297c1306e42caf2c9c1d3b09d2a9a2f1bc.tar.gz
Consider PRERELEASE builds snapshots, in addition to CURRENT and
STABLE. MFC after: 3 days Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release/Makefile.mirrors')
-rw-r--r--release/Makefile.mirrors4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile.mirrors b/release/Makefile.mirrors
index ed10c55..d5e8949 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
OpenPOWER on IntegriCloud