make-rules/ips-buildinfo.mk
changeset 1918 fc32d21aae4c
parent 1904 4ffeed1e5360
child 1941 f0078a0c258e
equal deleted inserted replaced
1917:e4b96f08ebb3 1918:fc32d21aae4c
    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 ?= 48
    64 BUILDID ?= 49
    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
    70 # that's the case in ON, which this is copied from. We keep it simple,
    70 # that's the case in ON, which this is copied from. We keep it simple,
    71 # though you could use something like this if you want:
    71 # though you could use something like this if you want:
    72 #
    72 #
    73 #NIGHTLYID ?= $(shell hg tip --template '{rev}\n')
    73 #NIGHTLYID ?= $(shell hg tip --template '{rev}\n')
    74 #
    74 #
    75 NIGHTLYID ?= 1
    75 NIGHTLYID ?= 0
    76 
    76 
    77 #
    77 #
    78 # Branch Identifier.  Used in the version section of the package name to
    78 # Branch Identifier.  Used in the version section of the package name to
    79 # identify the operating system branch that the package was produced for.
    79 # identify the operating system branch that the package was produced for.
    80 #
    80 #