Compare commits

..

23 Commits
a8 ... main

Author SHA1 Message Date
Andrew Lukoshko 52b2f0ac0f Add slapi-nis to a8 2024-04-12 16:41:30 +00:00
Andrew Lukoshko 1c6aee42ad Add bind-dyndb-ldap to a8 2024-04-12 16:36:38 +00:00
Andrew Lukoshko 2db15a2dbc Add mod_http2 to a8 2024-04-12 12:11:06 +00:00
eabdullin e4544c37ba Remove perl-AnyEvent 2024-04-08 11:54:27 +03:00
eabdullin 245684ade3 Add osbuild 2024-02-14 12:27:19 +03:00
Andrew Lukoshko 8cc171a76c Add squid to a8 2023-11-09 08:56:22 +00:00
Andrew Lukoshko cf570683ef Add varnish to 8 2023-10-25 10:14:15 +00:00
Andrew Lukoshko 80dbc39c3a Add ipa to a8 2023-07-13 14:36:06 +00:00
Andrew Lukoshko 837f21f3e9 Add libvirt 2023-07-12 13:47:15 +00:00
eabdullin 273d4ae0ba Drop virt-manager 2023-04-20 14:13:09 +03:00
eabdullin f2eadca185 Remove eth-tools 2023-04-04 13:52:54 +03:00
eabdullin 201041848c Remove deprecated to debrand packages 2023-03-31 11:17:53 +03:00
Stepan Oksanichenko 7e507d5fa9 Merge pull request '- Use only one branch for all packages and one config' (#1) from one_config into main
Reviewed-on: #1
2023-03-07 17:18:07 +00:00
soksanichenko 49182b7180 - Use only one branch for all configs and a config per each branch 2023-03-01 13:42:06 +02:00
soksanichenko d39e9fffee - Use only one branch for all packages and one config 2023-03-01 13:26:46 +02:00
eabdullin b4ca9ea3ff Remove chrony walinuxagent 2023-02-28 11:52:18 +03:00
Stepan Oksanichenko cc0f00bcf6 Update 'modified_packages.yml'
The strings are sorted in alphabetical order
2023-01-31 09:32:01 +00:00
Andrew Lukoshko 8d73ed3fe4 Remove python-psycopg2 2022-11-16 15:11:15 +00:00
eabdullin 3198c69f24 Add s390utils 2022-10-10 10:13:24 +03:00
eabdullin 61ab8fcbd2 Add osbuild 2022-07-11 11:29:09 +03:00
eabdullin 5bebc3c0f7 Added perl-AnyEvent 2022-06-27 10:31:27 +03:00
eabdullin e35e8efc30 Remove httpd 2022-06-22 13:12:07 +03:00
eabdullin 31bca63c0d Add osbuild-composer 2022-06-15 18:49:29 +03:00
3 changed files with 89 additions and 2 deletions

View File

@ -2,12 +2,12 @@
modified_packages:
- anaconda
- anaconda-user-help
- bind-dyndb-ldap
- bluez
- cloud-init
- clufter
- crash
- dnf
- eth-tools
- firefox
- fwupd
- fwupdate
@ -17,6 +17,7 @@ modified_packages:
- grub2
- hplip
- initial-setup
- ipa
- kernel
- kernel-rt
- libdnf
@ -24,6 +25,7 @@ modified_packages:
- libreoffice
- libreport
- libvirt
- mod_http2
- mongo-tools
- nginx
- opa-ff
@ -32,7 +34,6 @@ modified_packages:
- osbuild
- osbuild-composer
- pcs
- perl-AnyEvent
- python-nss
- python2
- python3
@ -43,6 +44,7 @@ modified_packages:
- shim
- shim-unsigned-aarch64
- shim-unsigned-x64
- slapi-nis
- sos
- squid
- subscription-manager

35
a9.yml Normal file
View File

@ -0,0 +1,35 @@
---
modified_packages:
- anaconda-user-help
- cloud-init
- crash
- dnf
- firefox
- fwupd
- gcc
- gnome-settings-daemon
- grub2
- hplip
- initial-setup
- kernel
- kernel-rt
- libdnf
- libguestfs
- libreoffice
- libreport
- nginx
- opa-ff
- opa-fm
- openscap
- osbuild
- osbuild-composer
- redhat-rpm-config
- scap-security-guide
- shim
- shim-unsigned-aarch64
- shim-unsigned-x64
- sos
- subscription-manager
- thunderbird
- anaconda
...

50
main.yml Normal file
View File

@ -0,0 +1,50 @@
---
modified_packages:
- abrt
- anaconda
- anaconda-user-help
- bluez
- cloud-init
- clufter
- crash
- dnf
- firefox
- fwupd
- fwupdate
- gcc
- gnome-settings-daemon
- golang-github-cpuguy83-go-md2man
- grub2
- hplip
- initial-setup
- kernel
- kernel-rt
- libassuan
- libdnf
- libguestfs
- libreoffice
- libreport
- mongo-tools
- nginx
- opa-ff
- opa-fm
- openscap
- osbuild
- osbuild-composer
- osslsigncode
- pcs
- python-nss
- python2
- python3
- redhat-rpm-config
- rpm-ostree
- s390utils
- scap-security-guide
- shim
- shim-unsigned-aarch64
- shim-unsigned-x64
- sos
- subscription-manager
- thunderbird
- virt-manager
...