make-rules/ips-buildinfo.mk
changeset 3628 d165e4d5af9a
parent 3576 f2897b4b1595
child 3688 60902922c872
equal deleted inserted replaced
3626:48d8d7ae6e0a 3628:d165e4d5af9a
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 
    24 
    25 # The package branch version scheme is:
    25 # The package branch version scheme is:
    26 #
    26 #
    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 ?= 65
    64 BUILDID ?= 66
    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