Commit Graph

25 Commits

Author SHA1 Message Date
Michal Konecny
2ec055db6f Use first uppercase letter for all handlers
This will unify all the handlers to use first uppercase letter for
ansible-lint to stop complaining.

I went through all `notify:` occurrences and fixed them by running
```
set TEXT "text_to_replace"; set REPLACEMENT "replacement_text"; git grep
-rlz "$TEXT" . | xargs -0 sed -i "s/$TEXT/$REPLACEMENT/g"
```

Then I went through all the changes and removed the ones that wasn't
expected to be changed.

Fixes https://pagure.io/fedora-infrastructure/issue/12391

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2025-02-10 20:31:49 +00:00
Ryan Lerch
47c68f478d ansiblelint fixes - fqcn[action-core] - template to ansible.builtin.template
Replaces references to template: with ansible.builtin.template

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 11:30:29 +10:00
Ryan Lerch
25391e95b7 ansiblelint fixes - fqcn[action-core] - package to ansible.builtin.package
Replaces many references to  package: with ansible.builtin.package

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 11:28:00 +10:00
Ryan Lerch
6a3816dfdc ansiblelint fixes-- fqcn[action-core] - copy to ansible.builtin.copy
Replaces many references to 'copy' with ansible.builtin.copy

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 10:43:31 +10:00
Ryan Lerch
62952df107 ansiblelint fixes-- fqcn[action-core] - file to ansible.builtin.file
Replaces many references to  file: with ansible.builtin.file

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 10:41:52 +10:00
Ryan Lerch
691adee6ee Fix name[casing] ansible-lint issues
fix 1900 failures of the following case issue:

`name[casing]: All names should start with an uppercase letter.`

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 20:20:07 +10:00
Michal Konecny
3dc3ca88ae [github2fedmsg] Fix for KeyError
Should fix the issue in https://pagure.io/fedora-infrastructure/issue/11776

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-02-20 11:34:59 +00:00
Kevin Fenzi
dda41ab764 github2fedmsg: split out staging from prod credentials
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-09-19 15:04:17 -07:00
Patrick Uiterwijk
936e8b261a yum accepted pkg=, package calls it name=
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2017-10-09 00:38:26 +02:00
Patrick Uiterwijk
adcbf72f03 Packageize this, packageize that, packageize the world
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-08 22:25:52 +00:00
Ralph Bean
19bf20ac42 Add github2fedmsg to the dynamic fedmsg endpoints stuff. 2015-06-16 20:57:31 +00:00
Ralph Bean
87dc6ec1f0 Modernize python_sitelib paths. 2014-11-14 15:56:50 +00:00
Ralph Bean
485df425d6 Only needed for rhel6, thanks. 2014-11-14 15:55:37 +00:00
Ralph Bean
7ea43f2352 New apache-isms. 2014-11-14 14:56:35 +00:00
Praveen Kumar
4b1e5162d7 Update state from installed/removed to present/absent for yum module as per latest documents -> http://docs.ansible.com/yum_module.html 2014-11-05 15:32:11 +00:00
Ralph Bean
ac4c54b1c7 Reduce the oauth scope for github2fedmsg. 2014-06-18 14:02:22 +00:00
Patrick Uiterwijk
218f4450df Only request permissions for the public repos 2014-06-17 21:01:06 +00:00
Ralph Bean
cecbe69723 Fix tw2 resources prefix. 2014-06-17 16:57:44 +00:00
Ralph Bean
ea71e3ad84 This is just not how its done. 2014-06-17 13:33:40 +00:00
Ralph Bean
6414533b5a Another try at github2fedmsg creds. 2014-06-17 13:24:15 +00:00
Ralph Bean
27decc5401 More directories. 2014-06-16 20:41:48 +00:00
Ralph Bean
ae4389b482 Just.. run as apache. 2014-06-16 20:38:52 +00:00
Ralph Bean
db643ca928 Make this dir. 2014-06-16 20:35:31 +00:00
Ralph Bean
656f31725a dedent. 2014-06-16 20:31:02 +00:00
Ralph Bean
0458fc105b Start of a github2fedmsg role. 2014-06-16 20:20:21 +00:00