Commit Graph

28 Commits

Author SHA1 Message Date
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
Kevin Fenzi
d11f9c5ced epel7 retirement
Drop epel7 all the places in ansible where it is and makes sense.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-07-03 20:00:59 +00:00
Sandro
93250fc4c5 Fix typo in alternative_arch_report.py
Just scratching an itch with `s/ExcludesArch/ExcludeArch/`, making the
script do what it was supposed to do all those years. Call it The Seven
Year Itch if you like. :-P
2024-02-14 22:19:08 +00:00
Kevin Fenzi
0c81957b2d pkgs / make-git-checkout-seed: do not try and remove already removed file
We already removed the old previous days version here, so trying to
remove it again results in a cron email with:

rm: cannot remove '/srv/cache/lookaside//rpm-specs-epel7*.tar.xz': No such file or directory
rm: cannot remove '/srv/cache/lookaside//rpm-specs-epel8*.tar.xz': No such file or directory
rm: cannot remove '/srv/cache/lookaside//rpm-specs-epel9*.tar.xz': No such file or directory

So, drop that here so we don't get these daily emails.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-06-02 12:23:38 -07:00
Ryan Lerch
4f13144d5c make-git-checkout-seed - add some optional debug messages
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2023-05-16 14:18:08 +10:00
Ryan Lerch
0cad63d412 pkg01 - generate spec tarballs for epel with make-git-checkout-seed.sh
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2023-05-16 03:40:07 +00:00
Adam Piasecki
18d4aae59f Matching all branches instead of Epel only 2022-06-23 21:15:10 +00:00
Adam Piasecki
771aff027b Added Epel version to the tar ball name 2022-06-23 21:15:10 +00:00
Adam Piasecki
005da070b3 Added archive EPEL -gt '6' branches 2022-06-23 21:15:10 +00:00
Stephen Smoogen
0082dc0996 make sure pkgs02 has tar and python2 installed 2020-06-09 22:32:53 -04:00
Kevin Fenzi
6837a16455 eeeeeee. thanks tmz 2018-01-02 20:01:20 +00:00
Kevin Fenzi
a072eba8df make checkout-seed handle rpms namespace. someday should handle others 2018-01-02 19:52:09 +00:00
Pierre-Yves Chibon
a6fdbaeff6 Send all the notifications about package excluding some arch to the arch-excludes list 2017-01-10 16:33:15 +01:00
Pierre-Yves Chibon
97111b12aa Add script reporting packages restricting their build arches
Let this script only send its report to me for now, we'll configure a
better target later
2017-01-05 10:31:37 +01:00
Kevin Fenzi
688e980d4a Preserve timestamps in git checkout seed. Ticket 5431 2016-08-31 21:11:36 +00:00
Kevin Fenzi
83b4a6c864 See if we can really disable this on staging (which has a ro lookaside mount from prod now) 2016-08-11 15:55:21 +00:00
Ralph Bean
4971401cec Promote the new make-git-checkout-seed to prod. 2016-02-22 16:35:58 +00:00
Ralph Bean
401e9b0f6d Try this fixed version of make_checkout_seed. 2016-02-19 18:11:19 +00:00
Pierre-Yves Chibon
5b6ce80a6b Move rpms to repositories on all scripts 2015-12-21 11:22:25 +01:00
Kevin Fenzi
29d8fdd750 Commit revised spec checkout seed modifications from ticket 4941 2015-11-20 23:28:56 +00:00
Kevin Fenzi
2d32e26082 Revert "updated as per ticket 4941" This needs more tweaking
This reverts commit 782e92a20a.
2015-11-18 20:56:15 +00:00
doteast
782e92a20a updated as per ticket 4941 2015-11-18 18:50:09 +00:00
Kevin Fenzi
2e0003bf32 Fix wrong command name in nagonce 2015-06-17 15:51:19 +00:00
Kevin Fenzi
ac64562564 Fix another task with 2 items in it. 2014-08-26 19:02:03 +00:00
Mathieu Bridon
9dd33b21dd Add a new git/make_checkout_seed role
This will be needed to migrate Dist Git from puppet to ansible.
2014-08-26 18:28:27 +00:00