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
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)
4 years ago
..
command_plugins Antsibull build format backport 71080 (#71285) 4 years ago
__init__.py Implement a framework for having common code for release scripts (#55893) 6 years ago
announce.py Add ansible-releases@redhat.com to announce template (#70813) 4 years ago
change_detection.py Remove outdated docs and unneeded import from change_detection build file 5 years ago
commands.py Fix the command plugin to use the ABCMeta metaclass 5 years ago
errors.py create-deprecated-issues script can now add to a specified project (#61901) 5 years ago