You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/hacking/build_library/build_ansible/command_plugins
Toshio Kuratomi 7662568bd8
Antsibull build format backport 71080 (#71285)
* Updates to docs build for new antsibull CLI

* --ansible-base-cache renamed to --ansible-base-source
* _acd_version in the .deps file has been renamed to _ansible_version

(cherry picked from commit 22d2c97b81)

* Fix expr regex for MacOSX compat

MacOSX seems to want bare `+` whereas GNU expr wants escaped `+` (`\+`)
to mean match one or more.  Use `\{1,\}` instead which will match one or
more on both MaxOSX and GNU-using systems.

Fixes #71053

(cherry picked from commit 99cac0b135)

* Force an upgrade to a newer version of antsibull

(cherry picked from commit d816a5966e)
5 years ago
..
collection_meta.py Collections docs generation backport (#70515) 5 years ago
docs_build.py Antsibull build format backport 71080 (#71285) 5 years ago
dump_config.py Turn pathlib paths into strs 6 years ago
dump_keywords.py Docs scripts cleanup (#59169) 6 years ago
file_deprecated_issues.py create-deprecated-issues script can now add to a specified project (#61901) 6 years ago
generate_man.py Move common build code from _build_helpers (#55986) 6 years ago
porting_guide.py Remove unused imports in the porting_guide command plugin 6 years ago
release_announcement.py Move common build code from _build_helpers (#55986) 6 years ago
update_intersphinx.py Add a script to update the intersphinx inventory (#66646) 6 years ago