make-rules/ips-buildinfo.mk
changeset 5367 4873f28a0784
parent 5289 255be830c2e5
child 5374 17d9dc27a63a
equal deleted inserted replaced
5366:6eaed9347ba1 5367:4873f28a0784
    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 ?= 91
    64 BUILDID ?= 92
    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