make-rules/ips-buildinfo.mk
changeset 7572 61e40bdebd78
parent 7502 71060ae349b6
child 7581 6eab3997b074
equal deleted inserted replaced
7571:9e9a7ce5d204 7572:61e40bdebd78
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 
    26 
    27 # The package branch version scheme is:
    27 # The package branch version scheme is:
    28 #
    28 #
    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 ?= 115
    66 BUILDID ?= 116
    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