1 # Copyright © 2020 AT&T Intellectual Property. All rights reserved.
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
7 # http://www.apache.org/licenses/LICENSE-2.0
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14 make-dcaemod: make-dcaemod-distributor-api make-dcaemod-genprocessor make-dcaemod-designtool make-dcaemod-onboarding-api make-dcaemod-runtime-api make-dcaemod-nifi-registry make-dcaemod-healthcheck
16 make-dcaemod-distributor-api:
17 cd components && helm dep up dcaemod-genprocessor && helm lint dcaemod-genprocessor
19 make-dcaemod-genprocessor:
20 cd components && helm dep up dcaemod-distributor-api && helm lint dcaemod-distributor-api
22 make-dcaemod-designtool:
23 cd components && helm dep up dcaemod-designtool && helm lint dcaemod-designtool
25 make-dcaemod-onboarding-api:
26 cd components && helm dep up dcaemod-onboarding-api && helm lint dcaemod-onboarding-api
28 make-dcaemod-runtime-api:
29 cd components && helm dep up dcaemod-runtime-api && helm lint dcaemod-runtime-api
31 make-dcaemod-nifi-registry:
32 cd components && helm dep up dcaemod-nifi-registry && helm lint dcaemod-nifi-registry
34 make-dcaemod-healthcheck:
35 cd components && helm dep up dcaemod-healthcheck && helm lint dcaemod-healthcheck
38 @find . -type f -name '*.tgz' -delete
39 @find . -type f -name '*.lock' -delete