.coveragerc
.gitignore
.gitlab-ci.yml
.pylintrc
CONTRIBUTING.rst
LICENSE
MAINTAINERS
MANIFEST.in
NEWS
README.rst
project.conf
pyproject.toml
setup.py
tox.ini
doc/Makefile
doc/sphinx-build3
doc/source/conf.py
doc/source/index.rst
doc/source/plugin.rsttemplate
requirements/plugin-requirements.txt
requirements/test-requirements.txt
src/buildstream_plugins_community/__init__.py
src/buildstream_plugins_community.egg-info/PKG-INFO
src/buildstream_plugins_community.egg-info/SOURCES.txt
src/buildstream_plugins_community.egg-info/dependency_links.txt
src/buildstream_plugins_community.egg-info/entry_points.txt
src/buildstream_plugins_community.egg-info/requires.txt
src/buildstream_plugins_community.egg-info/top_level.txt
src/buildstream_plugins_community/elements/__init__.py
src/buildstream_plugins_community/elements/bazel_build.py
src/buildstream_plugins_community/elements/bazel_build.yaml
src/buildstream_plugins_community/elements/bazelize.py
src/buildstream_plugins_community/elements/bazelize.yaml
src/buildstream_plugins_community/elements/cargo.py
src/buildstream_plugins_community/elements/cargo.yaml
src/buildstream_plugins_community/elements/check_forbidden.py
src/buildstream_plugins_community/elements/collect_integration.py
src/buildstream_plugins_community/elements/collect_manifest.py
src/buildstream_plugins_community/elements/dpkg_build.py
src/buildstream_plugins_community/elements/dpkg_build.yaml
src/buildstream_plugins_community/elements/dpkg_deploy.py
src/buildstream_plugins_community/elements/dpkg_deploy.yaml
src/buildstream_plugins_community/elements/fastboot_bootimg.py
src/buildstream_plugins_community/elements/fastboot_bootimg.yaml
src/buildstream_plugins_community/elements/fastboot_ext4.py
src/buildstream_plugins_community/elements/fastboot_ext4.yaml
src/buildstream_plugins_community/elements/flatpak_image.py
src/buildstream_plugins_community/elements/flatpak_image.yaml
src/buildstream_plugins_community/elements/flatpak_repo.py
src/buildstream_plugins_community/elements/flatpak_repo.yaml
src/buildstream_plugins_community/elements/makemaker.py
src/buildstream_plugins_community/elements/makemaker.yaml
src/buildstream_plugins_community/elements/modulebuild.py
src/buildstream_plugins_community/elements/modulebuild.yaml
src/buildstream_plugins_community/elements/oci.py
src/buildstream_plugins_community/elements/ostree.py
src/buildstream_plugins_community/elements/ostree.yaml
src/buildstream_plugins_community/elements/pyproject.py
src/buildstream_plugins_community/elements/pyproject.yaml
src/buildstream_plugins_community/elements/qmake.py
src/buildstream_plugins_community/elements/qmake.yaml
src/buildstream_plugins_community/elements/snap_image.py
src/buildstream_plugins_community/elements/snap_image.yaml
src/buildstream_plugins_community/elements/tar_element.py
src/buildstream_plugins_community/elements/tar_element.yaml
src/buildstream_plugins_community/elements/x86image.py
src/buildstream_plugins_community/elements/x86image.yaml
src/buildstream_plugins_community/sourcemirrors/fake_mirror.py
src/buildstream_plugins_community/sourcemirrors/gitlab_lfs_mirror.py
src/buildstream_plugins_community/sourcemirrors/simple_mirror.py
src/buildstream_plugins_community/sources/__init__.py
src/buildstream_plugins_community/sources/_git_utils.py
src/buildstream_plugins_community/sources/_utils.py
src/buildstream_plugins_community/sources/bazel_file.py
src/buildstream_plugins_community/sources/bazel_source.py
src/buildstream_plugins_community/sources/cargo2.py
src/buildstream_plugins_community/sources/cpan.py
src/buildstream_plugins_community/sources/deb.py
src/buildstream_plugins_community/sources/gen_cargo_lock.py
src/buildstream_plugins_community/sources/git_module.py
src/buildstream_plugins_community/sources/git_repo.py
src/buildstream_plugins_community/sources/git_tag.py
src/buildstream_plugins_community/sources/gnu.py
src/buildstream_plugins_community/sources/go_module.py
src/buildstream_plugins_community/sources/ostree.py
src/buildstream_plugins_community/sources/patch_queue.py
src/buildstream_plugins_community/sources/pypi.py
src/buildstream_plugins_community/sources/quilt.py
src/buildstream_plugins_community/sources/zip.py
src/buildstream_plugins_community/testutils/__init__.py
src/buildstream_plugins_community/testutils/repo/__init__.py
src/buildstream_plugins_community/testutils/repo/gitrepo.py
src/buildstream_plugins_community/testutils/repo/ostreerepo.py
src/buildstream_plugins_community/testutils/repo/tarrepo.py
src/buildstream_plugins_community/testutils/repo/ziprepo.py
tests/__init__.py
tests/conftest.py
tests/format/variables.py
tests/format/variables/defaults/dpkg_build.bst
tests/format/variables/defaults/makemaker.bst
tests/format/variables/defaults/modulebuild.bst
tests/format/variables/defaults/project.conf
tests/format/variables/defaults/qmake.bst
tests/format/variables/overrides/dpkg_build.bst
tests/format/variables/overrides/makemaker.bst
tests/format/variables/overrides/modulebuild.bst
tests/format/variables/overrides/project.conf
tests/format/variables/overrides/qmake.bst
tests/integration/__init__.py
tests/integration/bazelize.py
tests/integration/collect_integration.py
tests/integration/dpkg.py
tests/integration/makemaker.py
tests/integration/modulebuild.py
tests/integration/quilt.py
tests/integration/tar_element.py
tests/integration/project/project.conf
tests/integration/project/elements/base.bst
tests/integration/project/elements/buildstream-plugins-junction.bst
tests/integration/project/elements/dpkg-build-test.bst
tests/integration/project/elements/dpkg-deploy-test.bst
tests/integration/project/elements/hello-import.bst
tests/integration/project/elements/quilt-build-test.bst
tests/integration/project/elements/tar-test.bst
tests/integration/project/elements/base/alpine-image.bst
tests/integration/project/elements/base/base-configure.bst
tests/integration/project/elements/base/install-dpkg.bst
tests/integration/project/elements/base/modulebuild.bst
tests/integration/project/elements/bazelize/cc_library.bst
tests/integration/project/elements/bazelize/ccimp_multi.bst
tests/integration/project/elements/bazelize/ccimp_shared.bst
tests/integration/project/elements/bazelize/ccimp_static.bst
tests/integration/project/elements/bazelize/cclib1.bst
tests/integration/project/elements/bazelize/cclib2.bst
tests/integration/project/elements/bazelize/ccmod.bst
tests/integration/project/elements/bazelize/py.bst
tests/integration/project/elements/bazelize/py_library.bst
tests/integration/project/elements/bazelize/dependency_graph/empty.bst
tests/integration/project/elements/bazelize/dependency_graph/empty_with_deps.bst
tests/integration/project/elements/collect_integration/collect.bst
tests/integration/project/elements/collect_integration/dep1.bst
tests/integration/project/elements/collect_integration/dep2.bst
tests/integration/project/elements/collect_integration/ignore.bst
tests/integration/project/elements/makemaker/makemakerhello.bst
tests/integration/project/elements/modulebuild/modulebuildhello.bst
tests/integration/project/expected/BUILD.bazel.cc_library
tests/integration/project/expected/BUILD.bazel.py_library
tests/integration/project/files/makemakerhello.tar.gz
tests/integration/project/files/mesonhello.tar.gz
tests/integration/project/files/modulebuildhello.tar.gz
tests/integration/project/files/bazelize_src/ccimp_multi/Makefile
tests/integration/project/files/bazelize_src/ccimp_shared/Makefile
tests/integration/project/files/bazelize_src/ccimp_static/Makefile
tests/integration/project/files/bazelize_src/ccmod/Makefile
tests/integration/project/files/bazelize_src/py/setup.py
tests/integration/project/files/bazelize_src/py/mypackage/__init__.py
tests/integration/project/files/bazelize_src/shared/ccimp_gen
tests/integration/project/files/bazelize_src/shared/cclib_gen
tests/integration/project/files/patches/series
tests/integration/project/files/patches/test
tests/integration/project/files/src/hello.c
tests/integration/project/src/Makefile
tests/integration/project/src/debian/changelog
tests/integration/project/src/debian/compat
tests/integration/project/src/debian/control
tests/integration/project/src/debian/rules
tests/integration/project/src/debian/test.install
tests/sources/__init__.py
tests/sources/bazel.py
tests/sources/bazel_file.py
tests/sources/deb.py
tests/sources/git_tag.py
tests/sources/ostree.py
tests/sources/zip.py
tests/sources/bazel/project.conf
tests/sources/bazel/elements/basic.bst
tests/sources/bazel/elements/multi-url.bst
tests/sources/bazel/elements/no-sha.bst
tests/sources/bazel/manifests/basic
tests/sources/bazel/manifests/multi-url
tests/sources/bazel/manifests/no-sha
tests/sources/bazel_file/project.conf
tests/sources/bazel_file/elements/basic.bst
tests/sources/bazel_file/elements/multi-url.bst
tests/sources/deb/a_deb.deb
tests/sources/deb/explicit-basedir/target.bst
tests/sources/deb/explicit-basedir/content/share/doc/lua-clod/README
tests/sources/deb/explicit-basedir/content/share/doc/lua-clod/changelog.Debian.gz
tests/sources/deb/explicit-basedir/content/share/doc/lua-clod/copyright
tests/sources/deb/explicit-basedir/content/share/lua/5.1/clod.lua
tests/sources/deb/explicit-basedir/content/share/lua/5.2/clod.lua
tests/sources/deb/fetch/target-lz.bst
tests/sources/deb/fetch/target.bst
tests/sources/deb/fetch/content/usr/share/doc/lua-clod/README
tests/sources/deb/fetch/content/usr/share/doc/lua-clod/changelog.Debian.gz
tests/sources/deb/fetch/content/usr/share/doc/lua-clod/copyright
tests/sources/deb/fetch/content/usr/share/lua/5.1/clod.lua
tests/sources/deb/fetch/content/usr/share/lua/5.2/clod.lua
tests/sources/deb/no-basedir/target.bst
tests/sources/deb/no-basedir/content/usr/share/doc/lua-clod/README
tests/sources/deb/no-basedir/content/usr/share/doc/lua-clod/changelog.Debian.gz
tests/sources/deb/no-basedir/content/usr/share/doc/lua-clod/copyright
tests/sources/deb/no-basedir/content/usr/share/lua/5.1/clod.lua
tests/sources/deb/no-basedir/content/usr/share/lua/5.2/clod.lua
tests/sources/deb/no-ref/target.bst
tests/sources/deb/no-ref/a/c
tests/sources/deb/no-ref/a/b/d
tests/sources/git_tag/lfs/project.conf
tests/sources/ostree/gpghome/pubring.kbx
tests/sources/ostree/gpghome/pubring.kbx~
tests/sources/ostree/gpghome/trustdb.gpg
tests/sources/ostree/gpghome/openpgp-revocs.d/FFFF54C070353B52D046DEB087FA0F41A6EFD9E9.rev
tests/sources/ostree/gpghome/private-keys-v1.d/C68F72B3B1BABC2986B2D5C311D8B8F5F26D59C3.key
tests/sources/ostree/gpghome/private-keys-v1.d/E18E82A1918D5926329EEB985E537DEB5E6934B5.key
tests/sources/ostree/template/project.conf
tests/sources/ostree/template/test.gpg
tests/sources/ostree/template/repofiles/file
tests/sources/zip/explicit-basedir/target.bst
tests/sources/zip/explicit-basedir/content/a/c
tests/sources/zip/explicit-basedir/content/a/b/d
tests/sources/zip/fetch/target.bst
tests/sources/zip/fetch/content/a/c
tests/sources/zip/fetch/content/a/b/d
tests/sources/zip/no-basedir/target.bst
tests/sources/zip/no-basedir/content/a/c
tests/sources/zip/no-basedir/content/a/b/d
tests/sources/zip/no-ref/target.bst
tests/sources/zip/no-ref/a/c
tests/sources/zip/no-ref/a/b/d
tests/testutils/__init__.py
tests/testutils/file_server.py
tests/testutils/ftp_server.py
tests/testutils/http_server.py
tests/testutils/python_repo.py
venv/lib64/python3.13/site-packages/markdown_it/port.yaml