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