ansible/hacking/build_library/build_ansible
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)
2020-08-27 12:53:29 -05:00
..
command_plugins Antsibull build format backport 71080 (#71285) 2020-08-27 12:53:29 -05:00
__init__.py
announce.py Add ansible-releases@redhat.com to announce template (#70813) 2020-07-22 18:27:44 -07:00
change_detection.py Remove outdated docs and unneeded import from change_detection build file 2020-05-14 09:14:37 -07:00
commands.py Fix the command plugin to use the ABCMeta metaclass 2020-05-14 09:14:37 -07:00
errors.py create-deprecated-issues script can now add to a specified project (#61901) 2019-09-09 17:28:52 -07:00