]> git.ipfire.org Git - thirdparty/pdns.git/commit - regression-tests.recursor-dnssec/runtests
Use Python 3 in build system
authorKevin P. Fleming <kevin@km6g.us>
Fri, 13 Nov 2020 22:35:34 +0000 (17:35 -0500)
committerKevin P. Fleming <kevin@km6g.us>
Fri, 13 Nov 2020 22:35:34 +0000 (17:35 -0500)
commit9850825187bf0c493ca5960a4cd84d50ee75c265
tree049dce07e457914ea85488fedba9e527ce9372a4
parent878ba55d6f6a605cccb59e23fab098f4512e3fc8
Use Python 3 in build system

The various tasks in the build system which use Python
will now use Python 3 (3.6 or later) and the 'venv' module,
instead of the 'virtualenv' tool which was primarily used
with Python 2.7.
39 files changed:
.circleci/config.yml
.github/actions/spell-check/expect.txt
.github/workflows/codeql-analysis.yml
.travis.yml
Dockerfile-recursor
README.md
builder-support/dockerfiles/Dockerfile.authoritative
builder-support/dockerfiles/Dockerfile.debbuild-prepare
builder-support/dockerfiles/Dockerfile.dnsdist
builder-support/dockerfiles/Dockerfile.recursor
builder-support/dockerfiles/Dockerfile.rpmbuild
builder-support/dockerfiles/Dockerfile.target.centos-6
builder-support/dockerfiles/Dockerfile.target.docs
configure.ac
docs/Makefile.am
docs/Makefile.sphinx
docs/appendices/compiling.rst
m4/ax_python_module.m4 [new file with mode: 0644]
m4/pdns_check_python_venv.m4 [new file with mode: 0644]
m4/pdns_check_virtualenv.m4 [deleted file]
pdns/Makefile.am
pdns/convert-yaml-to-json.py [new file with mode: 0644]
pdns/dnsdistdist/Makefile.am
pdns/dnsdistdist/configure.ac
pdns/dnsdistdist/docs/Makefile.sphinx
pdns/dnsdistdist/m4/ax_python_module.m4 [new symlink]
pdns/dnsdistdist/m4/pdns_check_python_venv.m4 [new symlink]
pdns/dnsdistdist/m4/pdns_check_virtualenv.m4 [deleted file]
pdns/recursordist/Makefile.am
pdns/recursordist/configure.ac
pdns/recursordist/docs/Makefile.sphinx
pdns/recursordist/m4/ax_python_module.m4 [new symlink]
pdns/recursordist/m4/pdns_check_python_venv.m4 [new symlink]
pdns/recursordist/m4/pdns_check_virtualenv.m4 [deleted file]
regression-tests.api/runtests
regression-tests.auth-py/runtests
regression-tests.dnsdist/runtests
regression-tests.ixfrdist/runtests
regression-tests.recursor-dnssec/runtests