blob: 3a1931121af4129744a86adfc934c75bb0733d9f [file] [log] [blame]
Dominic Lunanuova50aafc52018-03-30 02:29:23 +00001# Copyright © 2018 AT&T Intellectual Property. All rights reserved.
2#
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
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
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
dglFromAtt655708d2019-03-18 16:30:47 +000015make-dmaap: make-dmaap-bc make-message-router make-dmaap-dr-node make-dmaap-dr-prov
Dominic Lunanuova1ba2b252018-04-30 19:01:31 +000016
dglFromAtt655708d2019-03-18 16:30:47 +000017make-dmaap-bc:
18 cd components && helm dep up dmaap-bc && helm lint dmaap-bc
Dominic Lunanuova1ba2b252018-04-30 19:01:31 +000019
20make-message-router:
econwar28266fa2019-03-05 16:39:00 +000021 cd components && helm dep up message-router && helm lint message-router
Dominic Lunanuova1ba2b252018-04-30 19:01:31 +000022
econwar28266fa2019-03-05 16:39:00 +000023make-dmaap-dr-node:
24 cd components && helm dep up dmaap-dr-node && helm lint dmaap-dr-node
25
26make-dmaap-dr-prov:
27 cd components && helm dep up dmaap-dr-prov && helm lint dmaap-dr-prov
Fiachra Corcoranbe966552018-08-07 16:58:45 +010028
Dominic Lunanuova1ba2b252018-04-30 19:01:31 +000029clean:
30 @find . -type f -name '*.tgz' -delete
dglFromAtt671f59b2019-03-13 15:50:40 +000031 @find . -type f -name '*.lock' -delete