This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
commit ce223fc677bca2dddd35dacfb6074c731f23c5fd Merge: 1c51f01 817e24b Author: Tristan Van Berkom <[email protected]> AuthorDate: Tue Apr 5 14:05:01 2022 +0900 Merge pull request #2 from gtristan/tristan/fix-ci-ubuntu-version .github/worflows: Use ubuntu 18.04 instead of 20.04 .github/workflows/ci.yml | 4 +- .github/workflows/merge.yml | 4 +- setup.py | 13 ++++- src/buildstream_plugins/sources/bzr.py | 43 +++++++++++--- src/buildstream_plugins/sources/cargo.py | 34 +++++++++-- src/buildstream_plugins/sources/docker.py | 39 +++++++++---- src/buildstream_plugins/sources/git.py | 96 ++++++++++++++++++++++++++----- src/buildstream_plugins/sources/patch.py | 12 +++- src/buildstream_plugins/sources/pip.py | 5 +- tests/conftest.py | 5 +- tests/elements/cmake.py | 10 +++- tests/elements/make.py | 5 +- tests/elements/meson.py | 10 +++- tests/elements/pip.py | 26 +++++++-- tests/elements/setuptools.py | 5 +- tests/sources/git.py | 5 +- tests/sources/patch.py | 5 +- tests/sources/pip.py | 31 ++++++++-- tests/sources/pip_build.py | 25 ++++++-- tests/testutils/python_repo.py | 14 ++++- tests/testutils/repo/bzrrepo.py | 12 +++- tests/testutils/repo/gitrepo.py | 14 ++++- tox.ini | 4 +- 23 files changed, 341 insertions(+), 80 deletions(-)
