Commit Graph

28 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
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
89f6f1fc32 Fix majority of remaining yamllint warnings and errors
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2024-11-28 17:31:45 +10:00
Clement Verna
daf701e6d0 review-stats: delete the old build role since this is now in OpenShift.
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:28 +02:00
Clement Verna
14e9ba6eef review-stats: rollback the old cron until the new app is fixed
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:26 +02:00
Clement Verna
c5c61ae463 review-stats: fix the new app path in the cronjob
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:26 +02:00
Clement Verna
e09e7758df review-stats: fix the name of the rpm package
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:26 +02:00
Clement Verna
13f4934ac4 review-stats: deploy new version of the app in staging
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:26 +02:00
Clement Verna
b4d29057c6 review-stats: change the config to be owned by apache
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:22 +02:00
Clement Verna
1480770e33 review-stats: make the config file less open
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:21 +02:00
Kevin Fenzi
c8e2ccf562 Add tokenfile=None to prevent trying to use a token 2018-05-02 19:04:52 +00: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
Patrick Uiterwijk
08568865fe Replace all restart httpd with reload httpd
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-11-04 23:40:01 +00:00
Jason Tibbitts
dcb2f9b9d1 Update to latest review-stats upstream code. 2015-08-21 17:55:40 +00:00
Kevin Fenzi
ed7984ef1f Switch all these sync jobs to pull from sundries01 instead of bapp02.
Will test out on one proxy first, then push to the rest.
2015-07-27 22:55:32 +00:00
Till Maas
2d0f7af536 Review-stats: Use https links 2015-07-22 18:54:17 +02:00
Ricky Elrod
d3b3211f6e this was creating templates/templates
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2015-06-23 21:15:24 +00:00
Ricky Elrod
811d985347 this needs genshi too
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2015-06-23 21:14:04 +00:00
Ricky Elrod
6a3d60fadd no, the other kind of add it
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2015-06-18 17:56:09 +00:00
Ricky Elrod
a234d40e81 add the cron too
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2015-06-18 17:55:34 +00:00
Ricky Elrod
fb6453781d so close, yet so far
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2015-06-16 21:47:01 +00:00
Ricky Elrod
895f9ebc69 make /usr/local/share/review-stats first
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2015-06-16 21:44:45 +00:00
Ricky Elrod
edd30ceee0 I can type, I swear
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2015-06-16 21:40:03 +00:00
Ricky Elrod
bf7e1d0391 port review-stats::build from puppet
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2015-06-16 21:21:22 +00:00
Ralph Bean
7ef8af13d3 Add a review-stats/proxy role. 2014-12-17 16:37:26 +00:00