make-rules/ips-buildinfo.mk
branchs11-update
changeset 3193 e45380d8d511
parent 3184 5e069d70e84c
child 3204 c386cd8bfed4
equal deleted inserted replaced
3185:a2c8acba414a 3193:e45380d8d511
    46 
    46 
    47 #
    47 #
    48 # The Solaris Update number. This will be set by the gatekeepers.
    48 # The Solaris Update number. This will be set by the gatekeepers.
    49 # The value must match the update number of the release.
    49 # The value must match the update number of the release.
    50 #
    50 #
    51 UPDATENUM ?= 2
    51 UPDATENUM ?= 3
    52 
    52 
    53 #
    53 #
    54 # Support Respository Update number. This is here to reserve space within the
    54 # Support Respository Update number. This is here to reserve space within the
    55 # version string. Typically it should not be set unless all the packages
    55 # version string. Typically it should not be set unless all the packages
    56 # are being delivered within an SRU.
    56 # are being delivered within an SRU.
    67 #
    67 #
    68 # Build Identifier. Used to indicate which build (or respin for
    68 # Build Identifier. Used to indicate which build (or respin for
    69 # the development build) of the Solaris Update is being built.
    69 # the development build) of the Solaris Update is being built.
    70 # This is set by the gatekeepers.
    70 # This is set by the gatekeepers.
    71 #
    71 #
    72 BUILDID ?= 42
    72 BUILDID ?= 0
    73 
    73 
    74 # Each (nightly) build of the code that produces packages needs to
    74 # Each (nightly) build of the code that produces packages needs to
    75 # be uniquely identified so that packages produced by different
    75 # be uniquely identified so that packages produced by different
    76 # builds can't be mixed.  Mixing packages from different builds can
    76 # builds can't be mixed.  Mixing packages from different builds can
    77 # easily result in broken global and nonglobal zones.
    77 # easily result in broken global and nonglobal zones.
    78 #
    78 #
    79 #NIGHTLYID ?= $(shell hg tip --template '{rev}\n')
    79 #NIGHTLYID ?= $(shell hg tip --template '{rev}\n')
    80 NIGHTLYID ?= 1
    80 NIGHTLYID ?= 0
    81 
    81 
    82 #
    82 #
    83 # Branch Identifier.  Used in the version section of the package name to
    83 # Branch Identifier.  Used in the version section of the package name to
    84 # identify the operating system branch that the package was produced for.
    84 # identify the operating system branch that the package was produced for.
    85 #
    85 #