Makefile revision 5641
199767f8919635c4928607450d9e0abb932109ceToomas Soome# CDDL HEADER START
199767f8919635c4928607450d9e0abb932109ceToomas Soome# The contents of this file are subject to the terms of the
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Common Development and Distribution License (the "License").
199767f8919635c4928607450d9e0abb932109ceToomas Soome# You may not use this file except in compliance with the License.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
199767f8919635c4928607450d9e0abb932109ceToomas Soome# See the License for the specific language governing permissions
199767f8919635c4928607450d9e0abb932109ceToomas Soome# and limitations under the License.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# When distributing Covered Code, include this CDDL HEADER in each
199767f8919635c4928607450d9e0abb932109ceToomas Soome# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# If applicable, add the following below this CDDL HEADER, with the
199767f8919635c4928607450d9e0abb932109ceToomas Soome# fields enclosed by brackets "[]" replaced with your own identifying
199767f8919635c4928607450d9e0abb932109ceToomas Soome# information: Portions Copyright [yyyy] [name of copyright owner]
199767f8919635c4928607450d9e0abb932109ceToomas Soome# CDDL HEADER END
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
199767f8919635c4928607450d9e0abb932109ceToomas SoomeCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
199767f8919635c4928607450d9e0abb932109ceToomas Soome sha256:03e23d8e79ccee6394f0dd31456fb56c3ae4ca2891027062377a2aaa5b5c5fe9
199767f8919635c4928607450d9e0abb932109ceToomas SoomeCOMPONENT_ARCHIVE_URL= https://downloads.puppetlabs.com/mcollective/$(COMPONENT_ARCHIVE)
199767f8919635c4928607450d9e0abb932109ceToomas SoomeCOMPONENT_PROJECT_URL= https://puppetlabs.com/mcollective
199767f8919635c4928607450d9e0abb932109ceToomas SoomeGIT_REPO_1= https://github.com/puppetlabs/$(COMPONENT_NAME_1)
199767f8919635c4928607450d9e0abb932109ceToomas SoomeGIT_COMMIT_ID_1= cfa4b5e4a9752f6b631f0231b25051c3c16e89d8
199767f8919635c4928607450d9e0abb932109ceToomas SoomePKG_PROTO_DIRS += $(COMPONENT_NAME_1)-$(GIT_COMMIT_ID_1)
199767f8919635c4928607450d9e0abb932109ceToomas SoomeGIT_REPO_2= https://github.com/puppetlabs/$(COMPONENT_NAME_2)
199767f8919635c4928607450d9e0abb932109ceToomas SoomeGIT_COMMIT_ID_2= 8520f756cbe4ce8a1e0fc416ed4d79ee774bcb71
199767f8919635c4928607450d9e0abb932109ceToomas SoomePKG_PROTO_DIRS += $(COMPONENT_NAME_2)-$(GIT_COMMIT_ID_2)
199767f8919635c4928607450d9e0abb932109ceToomas SoomeGIT_REPO_3= https://github.com/puppetlabs/$(COMPONENT_NAME_3)
199767f8919635c4928607450d9e0abb932109ceToomas SoomeGIT_COMMIT_ID_3= 75478ac81f80bfd5ebaab05fe5dc5b92d90af815
199767f8919635c4928607450d9e0abb932109ceToomas SoomePKG_PROTO_DIRS += $(COMPONENT_NAME_3)-$(GIT_COMMIT_ID_3)
199767f8919635c4928607450d9e0abb932109ceToomas SoomeGIT_REPO_4= https://github.com/puppetlabs/$(COMPONENT_NAME_4)
199767f8919635c4928607450d9e0abb932109ceToomas SoomeGIT_COMMIT_ID_4= 30adc0e50bc38fc261cae437e84a1b69a08fdae3
199767f8919635c4928607450d9e0abb932109ceToomas SoomePKG_PROTO_DIRS += $(COMPONENT_NAME_4)-$(GIT_COMMIT_ID_4)
199767f8919635c4928607450d9e0abb932109ceToomas Soome# --mandir option not supported by mcollective install.rb
$(GPATCH) -d \
$(GPATCH_FLAGS) \
test: $(NO_TESTS)