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