# HG changeset patch # User Norm Jacobs # Date 1403808675 25200 # Node ID e45380d8d511c87cef6df269b3812c89337c14b7 # Parent a2c8acba414aba40b9c86b46ee42d13ed02156e7 19071398 Userland needs buildid updates for S11.3 diff -r a2c8acba414a -r e45380d8d511 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:51:15 2014 -0700 @@ -48,7 +48,7 @@ # The Solaris Update number. This will be set by the gatekeepers. # The value must match the update number of the release. # -UPDATENUM ?= 2 +UPDATENUM ?= 3 # # Support Respository Update number. This is here to reserve space within the @@ -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