# HG changeset patch # User Norm Jacobs # Date 1403808603 25200 # Node ID b9a078e6401230800f1c3cea8416ab1eb61ce918 # Parent a2c8acba414aba40b9c86b46ee42d13ed02156e7 18789242 Userland needs SRU branch for 11.2 diff -r a2c8acba414a -r b9a078e64012 make-rules/ips-buildinfo.mk --- a/make-rules/ips-buildinfo.mk Tue Jun 17 11:01:17 2014 -0700 +++ b/make-rules/ips-buildinfo.mk Thu Jun 26 11:50:03 2014 -0700 @@ -55,7 +55,7 @@ # version string. Typically it should not be set unless all the packages # are being delivered within an SRU. # -SRUNUM ?= 0 +SRUNUM ?= 1 # # Platform number. This is here to reserve space within the version @@ -69,7 +69,7 @@ # the development build) of the Solaris Update is being built. # This is set by the gatekeepers. # -BUILDID ?= 42 +BUILDID ?= 0 # Each (nightly) build of the code that produces packages needs to # be uniquely identified so that packages produced by different @@ -77,7 +77,7 @@ # easily result in broken global and nonglobal zones. # #NIGHTLYID ?= $(shell hg tip --template '{rev}\n') -NIGHTLYID ?= 1 +NIGHTLYID ?= 0 # # Branch Identifier. Used in the version section of the package name to @@ -94,5 +94,5 @@ # Set a default reference repository against which pkglint is run, in case it # hasn't been set in the environment. -CANONICAL_REPO ?= http://ipkg.us.oracle.com/solaris11/dev/ +CANONICAL_REPO ?= http://ipkg.us.oracle.com/solaris11/release/