Commit Graph

15 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
Kevin Fenzi
2d8fe00180 sundries / staging / budget: move this sync to every hour instead of every 5 minutes to avoid cron noise
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-09-20 09:30:47 -07:00
Stephen Smoogen
a1e9d8364c Temporary fix website by restoring multiview
It was thought that MultiViews was not needed for various websites to work and so was removed. It turns out that was wrong, and it was very much relied on for permissions of pages to work on the proxies and such. Mea-culpa mea-culpa

This fix restores the item until we are able to come up with a better fix.

Signed-off-by: Stephen Smoogen <ssmoogen@redhat.com>
2023-07-21 08:36:23 -04:00
Patrick Creech
ee4df11e44 Remove MultiViews from web configs
Signed-off-by: Patrick Creech <pcreech@redhat.com>
2023-07-20 17:23:40 -04:00
Francois Andrieu
0ece2dfe06 use fedoraproject favicon everywhere it's needed 2023-04-03 13:35:55 +02:00
Kevin Fenzi
3f339d5f70 budget / staging: make sync every 15min instead of every 5min so avoid rsync errors
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-23 11:14:48 -07:00
Kevin Fenzi
51c015596f proxies: do not serve out .git dirs anywhere, no need
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-05-11 16:32:30 -07:00
Kevin Fenzi
b6afe0c595 forgot to add stg budget cron 2017-09-21 20:08:37 +00:00
Kevin Fenzi
6708a5c153 fix the sync from sundries to proxy to be faster in stg 2017-09-20 16:56:32 +00:00
Kevin Fenzi
3479b66a98 fix cd to the right directory 2017-09-20 16:49:31 +00:00
Kevin Fenzi
9449f3e237 move budget to its own role and sync scripts 2017-09-20 16:15:39 +00:00