File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 11CWD =$(shell pwd)
22VARIANT ?= ubuntu
33
4- YAML_FILES =$(shell find cloudinit tests tools -name "* .yaml" -type f )
5- YAML_FILES+ =$(shell find doc/examples -name "cloud-config* .txt" -type f )
6-
74PYTHON ?= python3
85
96NUM_ITER ?= 100
@@ -19,7 +16,7 @@ BENCHMARK=./tools/benchmark.sh
1916
2017all : check
2118
22- check : check_version test yaml
19+ check : check_version test
2320
2421style-check : lint
2522
@@ -93,9 +90,6 @@ clean_release:
9390clean : clean_pyc clean_pytest clean_packaging clean_release
9491 rm -rf doc/rtd_html .tox .coverage tags $(GENERATOR_F )
9592
96- yaml :
97- @$(PYTHON ) $(CWD ) /tools/validate-yaml.py $(YAML_FILES )
98-
9993rpm :
10094 $(PYTHON ) ./packages/brpm --distro=$(distro )
10195
@@ -125,7 +119,7 @@ fmt-tip:
125119 tox -e do_format_tip && tox -e check_format_tip
126120
127121
128- .PHONY : all check test lint clean rpm srpm deb deb-src yaml
122+ .PHONY : all check test lint clean rpm srpm deb deb-src
129123.PHONY : check_version clean_pyc
130124.PHONY : unittest style-check render-template benchmark-generator
131125.PHONY : clean_pytest clean_packaging clean_release doc
You can’t perform that action at this time.
0 commit comments