mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
2.6 changelog gen/version/root dir cleanup (#40421)
* patched in changelog gen stuff from stable-2.5 * Makefile updates * release.py as single-source-of-truth * Remove obsolete ansible-core-sitemap.xml file. * Move ROADMAP.rst into README.rst. * dynamic rpm changelog, zap old deb/rpm changelogs * fix changelog in MANIFEST.in * Remove obsolete hacking/update.sh script. * Remove ref to deleted authors script. * Remove ref to removed module-formatter script. * Update headings to match script names. * MANIFEST.in cleanup * removed RELEASES.txt and versions.yml * removed obsolete release generation playbook/bits (not used since 2.5) * misc Makefile cleanup * speculative changes to DEB versioning * allow override of DEB_VERSION/DEB_RELEASE
This commit is contained in:
parent
eb818df1ec
commit
e4edb2842a
49 changed files with 334 additions and 8335 deletions
|
@ -1,7 +1,7 @@
|
|||
'Hacking' directory tools
|
||||
=========================
|
||||
|
||||
Env-setup
|
||||
env-setup
|
||||
---------
|
||||
|
||||
The 'env-setup' script modifies your environment to allow you to run
|
||||
|
@ -21,7 +21,7 @@ can install them from pip
|
|||
|
||||
From there, follow ansible instructions on docs.ansible.com as normal.
|
||||
|
||||
Test-module
|
||||
test-module
|
||||
-----------
|
||||
|
||||
'test-module' is a simple program that allows module developers (or testers) to run
|
||||
|
@ -55,19 +55,7 @@ return_skeleton_generator.py
|
|||
return_skeleton_generator.py helps in generating the RETURNS section of a module. It takes
|
||||
JSON output of a module provided either as a file argument or via stdin.
|
||||
|
||||
Module-formatter
|
||||
----------------
|
||||
|
||||
The module formatter is a script used to generate manpages and online
|
||||
module documentation. This is used by the system makefiles and rarely
|
||||
needs to be run directly.
|
||||
|
||||
fix_test_syntax.py
|
||||
------------------
|
||||
|
||||
A script to assist in the conversion for tests using filter syntax to proper jinja test syntax. This script has been used to convert all of the Ansible integration tests to the correct format for the 2.5 release. There are a few limitations documented, and all changes made by this script should be evaluated for correctness before executing the modified playbooks.
|
||||
|
||||
Authors
|
||||
-------
|
||||
'authors' is a simple script that generates a list of everyone who has
|
||||
contributed code to the ansible repository.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue