Felix Fontein
e47845ab3a
Change CI group identifiers. ( #5344 )
2022-10-11 07:34:36 +02:00
Felix Fontein
1ab2a5f1bc
Add default license header to files which have no copyright or license header yet ( #5074 )
...
* Add default license header to files which have no copyright or license header yet.
* yml extension should have been xml...
2022-08-05 14:03:38 +02:00
Felix Fontein
123c7efe5e
Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt ( #5065 )
...
* Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt.
* Replace 'Copyright:' with 'Copyright'
sed -i 's|Copyright:\(.*\)|Copyright\1|' $(rg -l 'Copyright:')
Co-authored-by: Maxwell G <gotmax@e.email>
2022-08-05 12:28:29 +02:00
Felix Fontein
106856ed86
Fix OSX 10.11 CI runs ( #3501 )
...
* Restrict to OSX 10.11 tests.
* See whether updating brew helps.
* Skip archive task for OSX.
* Refactor homebrew task to make changing the package name easier.
* Revert "See whether updating brew helps."
This reverts commit 8eceb9ef1f
.
* Replace xz by gnu-tar.
* Uninstall first.
* Skip iso_extract task for OSX.
* Revert "Restrict to OSX 10.11 tests."
This reverts commit 81823d2f97
.
* ci_complete
2021-10-02 21:18:03 +02:00
Andrew Klychkov
9d5044ac1a
Add headers to ci tests ( #954 )
...
* CI tests: add note to main.yml
* improve
2020-09-25 08:01:17 +02:00
Abhijeet Kasurde
645fe91fa3
homebrew: Honor update_homebrew value ( #112 )
...
Added environment variable to honor update_homebrew argument specified
by user.
Fixes : ansible/ansible#56650
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2020-04-05 09:23:56 +01:00
Abhijeet Kasurde
c874089d1d
homebrew: Add upgrade_options in upgrade_all ( #24 )
...
Handle upgrade options in upgrade_all state in homebrew module.
Fixes : #54541
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2020-03-27 10:11:27 +00:00