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