antsibull icon indicating copy to clipboard operation
antsibull copied to clipboard

Tooling for building various things related to ansible

Results 29 antsibull issues
Sort by recently updated
recently updated
newest added

Ref: https://github.com/ansible-community/ansible-build-data/issues/391#issuecomment-2078667782

Improves on the rather crude 'skip prepare step' mechanism from #598 by allowing to incorporate the dependencies from an existing `.deps` file, while still doing everything else that the `prepare`...

This playbook builds the dists but doesn't perform the metadata validation. That must happen early in the process. Specifically, calling `twine check --strict` must succeed. My `pypi-upload` action is invoked...

good first issue

Two files are added to a built collection tarball: FILES.json and MANIFEST.json. We should validate: - That FILES.json sha256sum matches what is in MANIFEST.json - That each file in FILES.json...

Relates: https://github.com/ansible-community/antsibull/pull/540 Relates: https://github.com/ansible/ansible-documentation/issues/66

I noticed that `antsibull-build rebuild-single` accepts `--sdist-dir` which is technically a lie. It calls `python -m build` internally that produces both an sdist and a wheel. The helper function is...

good first issue
help wanted

I've built up some tools to publish an "ansible" RPM with ansible-5.0.0. Unfortunately, the use of multiple README.md and LICENSE.md files from the variety of modules creates a problem: recent...

The github action that exercises build and installation tests currently runs on top of python 3.9: https://github.com/ansible-community/antsibull/blob/main/.github/workflows/antsibull-build.yml We should increase installation testing coverage to other python versions as well, it...

The page still gets created but with the error output, not the original docs, so it should at least point to the original source for the page (which should have...

enhancement

I've some functional files for RPM building over at https://github.com/nkadel/ansiblerepo/blob/master/ansible-5.x-srpm/ansible.spec It would be reasonable straightforward to turn that into a .j2 file which would allow "rpmbuilt -ta" from the ansible...