Makefile revision 5814
341N/A
341N/A# CDDL HEADER START
341N/A#
341N/A# The contents of this file are subject to the terms of the
341N/A# Common Development and Distribution License (the "License").
341N/A# You may not use this file except in compliance with the License.
341N/A#
341N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
341N/A# or http://www.opensolaris.org/os/licensing.
341N/A# See the License for the specific language governing permissions
341N/A# and limitations under the License.
341N/A#
341N/A# When distributing Covered Code, include this CDDL HEADER in each
341N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
341N/A# If applicable, add the following below this CDDL HEADER, with the
341N/A# fields enclosed by brackets "[]" replaced with your own identifying
341N/A# information: Portions Copyright [yyyy] [name of copyright owner]
341N/A#
341N/A# CDDL HEADER END
341N/A#
341N/A
341N/A#
341N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
341N/A#
341N/Ainclude ../../../make-rules/shared-macros.mk
341N/Ainclude ../../../make-rules/shared-targets.mk
341N/Ainclude ../../../make-rules/ruby.mk
341N/A
341N/ARUBY_VERSION= 2.1
341N/ARUBY_LIB_VERSION= 2.1.0
341N/ARUBY_VERSIONS= 2.1.0
341N/APATCH_EACH_ARCHIVE = 1
341N/A
341N/ACOMPONENT_NAME= mcollective
341N/ACOMPONENT_VERSION= 2.8.2
341N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
341N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
341N/ACOMPONENT_ARCHIVE_HASH= \
341N/A sha256:03e23d8e79ccee6394f0dd31456fb56c3ae4ca2891027062377a2aaa5b5c5fe9
341N/ACOMPONENT_ARCHIVE_URL= https://downloads.puppetlabs.com/mcollective/$(COMPONENT_ARCHIVE)
341N/ACOMPONENT_PROJECT_URL= https://puppetlabs.com/mcollective
341N/ACOMPONENT_BUGDB= utility/mcollective
341N/A
341N/ATPNO_FRMWK= 23491
341N/ATPNO_PKG_AGENT= 26722
341N/ATPNO_PPT_AGENT= 26719
341N/ATPNO_FCT_AGENT= 26723
341N/ATPNO_SVC_AGENT= 26724
341N/A
341N/ACOMPONENT_NAME_1= mcollective-puppet-agent
341N/AVERSION_PPT_AGENT= 1.10.0
341N/AGIT_REPO_1= https://github.com/puppetlabs/$(COMPONENT_NAME_1)
341N/AGIT_COMMIT_ID_1= cfa4b5e4a9752f6b631f0231b25051c3c16e89d8
341N/APKG_PROTO_DIRS += $(COMPONENT_NAME_1)-$(GIT_COMMIT_ID_1)
341N/A
341N/ACOMPONENT_NAME_2= mcollective-package-agent
341N/AVERSION_PKG_AGENT= 4.4.0
341N/AGIT_REPO_2= https://github.com/puppetlabs/$(COMPONENT_NAME_2)
341N/AGIT_COMMIT_ID_2= 8520f756cbe4ce8a1e0fc416ed4d79ee774bcb71
341N/APKG_PROTO_DIRS += $(COMPONENT_NAME_2)-$(GIT_COMMIT_ID_2)
341N/A
341N/ACOMPONENT_NAME_3= mcollective-service-agent
341N/AVERSION_SVC_AGENT= 3.3.1
341N/AGIT_REPO_3= https://github.com/puppetlabs/$(COMPONENT_NAME_3)
341N/AGIT_COMMIT_ID_3= 75478ac81f80bfd5ebaab05fe5dc5b92d90af815
341N/APKG_PROTO_DIRS += $(COMPONENT_NAME_3)-$(GIT_COMMIT_ID_3)
341N/A
341N/ACOMPONENT_NAME_4= mcollective-facter-facts
341N/AVERSION_FCT_AGENT= 1.0.0
341N/AGIT_REPO_4= https://github.com/puppetlabs/$(COMPONENT_NAME_4)
341N/AGIT_COMMIT_ID_4= 30adc0e50bc38fc261cae437e84a1b69a08fdae3
341N/APKG_PROTO_DIRS += $(COMPONENT_NAME_4)-$(GIT_COMMIT_ID_4)
341N/A
341N/Ainclude $(WS_MAKE_RULES)/prep.mk
341N/Ainclude $(WS_MAKE_RULES)/install.rb.mk
341N/Ainclude $(WS_MAKE_RULES)/ips.mk
341N/A
341N/A# --mandir option not supported by mcollective install.rb
341N/AINSTALL_RB_MANDIR_OPTION =
341N/A
341N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
341N/A
341N/ACOMPONENT_POST_UNPACK_ACTION_3 += \
341N/A $(GPATCH) -d \
341N/A $(COMPONENT_DIR)/$(COMPONENT_NAME_3)-$(GIT_COMMIT_ID_3) \
341N/A $(GPATCH_FLAGS) \
341N/A < patches/03-mco-service-name
341N/A
341N/A# common targets
341N/Abuild: $(BUILD_64)
341N/A
341N/Ainstall: $(INSTALL_64)
341N/A
341N/Atest: $(NO_TESTS)
341N/A
341N/Asystem-test: $(NO_TESTS)
341N/A
341N/A
341N/AREQUIRED_PACKAGES += runtime/ruby-21
341N/AREQUIRED_PACKAGES += system/core-os
341N/A