mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-16 14:35:00 +00:00
* Implement a framework for having common code for release scripts * Release scripts will go through hacking/build-ansible. build-ansible is a pluggable script which will set a directory that has common code for non-enduser scripts. It will then invoke the plugin which implements that subcommand. Uses straight.plugin for loading each sub-command. * We're going to add tools which are needed to test ansible (the changelog generation, for instance) so we need to include the pieces relevant to that in the tarball. * Add straight.plugin to the sanity test requirements for the same reason * Skip compile test just for build-ansible plugins which won't be run as part of sanity tests. |
||
|---|---|---|
| .. | ||
| ansible-test.txt | ||
| constraints.txt | ||
| coverage.txt | ||
| integration.cloud.aws.txt | ||
| integration.cloud.azure.txt | ||
| integration.cloud.cs.txt | ||
| integration.cloud.hcloud.txt | ||
| integration.cloud.nios.txt | ||
| integration.cloud.opennebula.txt | ||
| integration.cloud.openshift.txt | ||
| integration.cloud.vcenter.txt | ||
| integration.txt | ||
| network-integration.txt | ||
| sanity.ps1 | ||
| sanity.txt | ||
| units.txt | ||
| windows-integration.txt | ||