mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Add a script to generate twitter and mailing list announcements
Announcements taken from https://github.com/ansible/community/wiki/RelEng:-ReleaseProcess and then cleaned up: * Update issue reporting blurb from feedback from acozine and gundalow * Add a subject and to line for email output * Ignore long line tests on the jinja templates (as jinja doesn't give enough control to get rid of newlines when text wrapping) * Skip shebang and compile tests for older pythons since this is a release engineer-only script. (ok'd by mattclay)
This commit is contained in:
@@ -34,6 +34,8 @@ def main():
|
||||
'test/integration/targets/win_module_utils/library/legacy_only_old_way_win_line_ending.ps1',
|
||||
'test/utils/shippable/timing.py',
|
||||
'test/integration/targets/old_style_modules_posix/library/helloworld.sh',
|
||||
# Python 3-only. Only run by release engineers
|
||||
'hacking/release-announcement.py',
|
||||
])
|
||||
|
||||
# see https://unicode.org/faq/utf_bom.html#bom1
|
||||
|
||||
2
test/sanity/compile/python2.6-skip.txt
Normal file
2
test/sanity/compile/python2.6-skip.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
# Only run by release engineers who can be asked to have newer Python3 on their systems
|
||||
hacking/release-announcement.py
|
||||
2
test/sanity/compile/python2.7-skip.txt
Normal file
2
test/sanity/compile/python2.7-skip.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
# Only run by release engineers who can be asked to have newer Python3 on their systems
|
||||
hacking/release-announcement.py
|
||||
2
test/sanity/compile/python3.5-skip.txt
Normal file
2
test/sanity/compile/python3.5-skip.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
# Only run by release engineers who can be asked to have newer Python3 on their systems
|
||||
hacking/release-announcement.py
|
||||
Reference in New Issue
Block a user