make-rules/ips-buildinfo.mk
branchs11-sru
changeset 2233 cc544c5cfe9e
parent 2227 972345a3c215
equal deleted inserted replaced
2232:b6ff38462fbe 2233:cc544c5cfe9e
    89 # Build Version.  Used in the version section of the package name to identify
    89 # Build Version.  Used in the version section of the package name to identify
    90 # the operating system version and branch that the package was produced for.
    90 # the operating system version and branch that the package was produced for.
    91 #
    91 #
    92 BUILD_VERSION ?= $(OS_VERSION)-$(BRANCHID)
    92 BUILD_VERSION ?= $(OS_VERSION)-$(BRANCHID)
    93 
    93 
       
    94 # Set a default reference repository against which pkglint is run, in case it
       
    95 # hasn't been set in the environment.
       
    96 CANONICAL_REPO ?=		http://ipkg.us.oracle.com/solaris11/release/
       
    97