22031272 need Solaris 11 release repo for BUILD_TYPE=evaluation builds
authorJohn Beck <John.Beck@Oracle.COM>
Tue, 13 Oct 2015 09:20:24 -0700
changeset 4974 134621002c51
parent 4973 be26c0c14fa7
child 4975 6445e44cfccd
22031272 need Solaris 11 release repo for BUILD_TYPE=evaluation builds
make-rules/ips-buildinfo.mk
--- a/make-rules/ips-buildinfo.mk	Tue Oct 06 07:41:40 2015 -0700
+++ b/make-rules/ips-buildinfo.mk	Tue Oct 13 09:20:24 2015 -0700
@@ -89,5 +89,8 @@
 
 # Set a default reference repository against which pkglint is run, in case it
 # hasn't been set in the environment.
+ifeq ($(BUILD_TYPE),evaluation)
+CANONICAL_REPO ?=		http://ipkg.us.oracle.com/solaris11/release/
+else
 CANONICAL_REPO ?=		http://ipkg.us.oracle.com/solaris12/minidev/
-
+endif