make-rules/ips-buildinfo.mk
changeset 7691 f4791f23c534
parent 7658 bfa9f8c70c0e
child 7728 f3c1572b70de
equal deleted inserted replaced
7689:72c18d63696d 7691:f4791f23c534
    61 #
    61 #
    62 # Build Identifier. Used to indicate which build (or respin for
    62 # Build Identifier. Used to indicate which build (or respin for
    63 # the development build) of the Solaris Update is being built.
    63 # the development build) of the Solaris Update is being built.
    64 # This is set by the gatekeepers.
    64 # This is set by the gatekeepers.
    65 #
    65 #
    66 BUILDID ?= 118
    66 BUILDID ?= 119
    67 
    67 
    68 # Each (nightly) build of the code that produces packages needs to
    68 # Each (nightly) build of the code that produces packages needs to
    69 # be uniquely identified so that packages produced by different
    69 # be uniquely identified so that packages produced by different
    70 # builds can't be mixed.  Mixing packages from different builds can
    70 # builds can't be mixed.  Mixing packages from different builds can
    71 # easily result in broken global and nonglobal zones. Or at least
    71 # easily result in broken global and nonglobal zones. Or at least