diff options
author | Kim Hagen <kim.sidney@gmail.com> | 2018-10-21 21:30:24 +0200 |
---|---|---|
committer | Kim Hagen <kim.sidney@gmail.com> | 2018-10-21 21:30:24 +0200 |
commit | 46678295c78dac338111ec68c4bde2e005ef4491 (patch) | |
tree | 6f1390b693e86f6bc9171d4324ce81e15803d676 /Makefile | |
parent | 2b6402ad8ddba958396c8f0ec88602da51c8bbaa (diff) | |
download | vyos-cloud-init-46678295c78dac338111ec68c4bde2e005ef4491.tar.gz vyos-cloud-init-46678295c78dac338111ec68c4bde2e005ef4491.zip |
make cloud-init compile on debian jessie
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -47,12 +47,6 @@ pyflakes: pyflakes3: @$(CWD)/tools/run-pyflakes3 -unittest: clean_pyc - nosetests $(noseopts) tests/unittests cloudinit - -unittest3: clean_pyc - nosetests3 $(noseopts) tests/unittests cloudinit - ci-deps-ubuntu: @$(PYVER) $(CWD)/tools/read-dependencies --distro ubuntu --test-distro @@ -67,8 +61,6 @@ pip-test-requirements: @echo "Installing cloud-init test dependencies..." $(PIP_INSTALL) -r "$@.txt" -q -test: $(unittests) - check_version: @if [ "$(READ_VERSION)" != "$(CODE_VERSION)" ]; then \ echo "Error: read-version version '$(READ_VERSION)'" \ |