make-rules/ips-buildinfo.mk
changeset 957 255465c5756f
parent 944 457586ba0add
child 972 8009bf2d1781
equal deleted inserted replaced
956:8dfd8bd38819 957:255465c5756f
    59 #
    59 #
    60 # Build Identifier. Used to indicate which build (or respin for
    60 # Build Identifier. Used to indicate which build (or respin for
    61 # the development build) of the Solaris Update is being built.
    61 # the development build) of the Solaris Update is being built.
    62 # This is set by the gatekeepers.
    62 # This is set by the gatekeepers.
    63 #
    63 #
    64 BUILDID ?= 3
    64 BUILDID ?= 4
    65 
    65 
    66 # Each (nightly) build of the code that produces packages needs to
    66 # Each (nightly) build of the code that produces packages needs to
    67 # be uniquely identified so that packages produced by different
    67 # be uniquely identified so that packages produced by different
    68 # builds can't be mixed.  Mixing packages from different builds can
    68 # builds can't be mixed.  Mixing packages from different builds can
    69 # easily result in broken global and nonglobal zones. Or at least
    69 # easily result in broken global and nonglobal zones. Or at least
    82     $(PKG_SOLARIS_VERSION).$(UPDATENUM).$(SRUNUM).$(PLATNUM).$(BUILDID).$(NIGHTLYID)
    82     $(PKG_SOLARIS_VERSION).$(UPDATENUM).$(SRUNUM).$(PLATNUM).$(BUILDID).$(NIGHTLYID)
    83 
    83 
    84 #
    84 #
    85 # Build Version.  Used in the version section of the package name to identify
    85 # Build Version.  Used in the version section of the package name to identify
    86 # the operating system version and branch that the package was produced for.
    86 # the operating system version and branch that the package was produced for.
    87 # The 5.11- is needed for now.
       
    88 #
    87 #
    89 BUILD_VERSION ?= 5.11-$(BRANCHID)
    88 BUILD_VERSION ?=  $(PKG_SOLARIS_VERSION)-$(BRANCHID)
    90 
    89 
    91 # Set a default reference repository against which pkglint is run, in case it
    90 # Set a default reference repository against which pkglint is run, in case it
    92 # hasn't been set in the environment.
    91 # hasn't been set in the environment.
    93 CANONICAL_REPO ?=		http://ipkg.us.oracle.com/solaris11/dev/
    92 CANONICAL_REPO ?=		http://ipkg.us.oracle.com/solaris11/dev/
    94 
    93