- Use only one branch for all configs and a config per each branch

This commit is contained in:
soksanichenko 2023-03-01 13:42:06 +02:00
parent d39e9fffee
commit 49182b7180
4 changed files with 141 additions and 137 deletions

50
a8.yml Normal file
View File

@ -0,0 +1,50 @@
---
modified_packages:
- anaconda
- anaconda-user-help
- bluez
- cloud-init
- clufter
- crash
- dnf
- eth-tools
- firefox
- fwupd
- fwupdate
- gcc
- gnome-settings-daemon
- golang-github-cpuguy83-go-md2man
- grub2
- hplip
- initial-setup
- kernel
- kernel-rt
- libdnf
- libguestfs
- libreoffice
- libreport
- mongo-tools
- nginx
- opa-ff
- opa-fm
- openscap
- osbuild
- osbuild-composer
- pcs
- perl-AnyEvent
- 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
- abrt
...

38
a9.yml Normal file
View File

@ -0,0 +1,38 @@
---
modified_packages:
- anaconda-user-help
- cloud-init
- crash
- dnf
- eth-tools
- firefox
- fwupd
- gcc
- gnome-settings-daemon
- grub2
- gstreamer1-plugins-bad-free
- 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
- virt-manager
- anaconda
...

53
main.yml Normal file
View File

@ -0,0 +1,53 @@
---
modified_packages:
- abrt
- anaconda
- anaconda-user-help
- bluez
- cloud-init
- clufter
- crash
- dnf
- eth-tools
- firefox
- fwupd
- fwupdate
- gcc
- gnome-settings-daemon
- golang-github-cpuguy83-go-md2man
- grub2
- gstreamer1-plugins-bad-free
- hplip
- initial-setup
- kernel
- kernel-rt
- libassuan
- libdnf
- libguestfs
- libreoffice
- libreport
- mongo-tools
- nginx
- opa-ff
- opa-fm
- openscap
- osbuild
- osbuild-composer
- osslsigncode
- pcs
- perl-AnyEvent
- 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
...

View File

@ -1,137 +0,0 @@
---
main:
- abrt
- anaconda
- anaconda-user-help
- bluez
- cloud-init
- clufter
- crash
- dnf
- eth-tools
- firefox
- fwupd
- fwupdate
- gcc
- gnome-settings-daemon
- golang-github-cpuguy83-go-md2man
- grub2
- gstreamer1-plugins-bad-free
- hplip
- initial-setup
- kernel
- kernel-rt
- libassuan
- libdnf
- libguestfs
- libreoffice
- libreport
- mongo-tools
- nginx
- opa-ff
- opa-fm
- openscap
- osbuild
- osbuild-composer
- osslsigncode
- pcs
- perl-AnyEvent
- 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
a9:
- anaconda-user-help
- cloud-init
- crash
- dnf
- eth-tools
- firefox
- fwupd
- gcc
- gnome-settings-daemon
- grub2
- gstreamer1-plugins-bad-free
- 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
- virt-manager
- anaconda
a8:
- anaconda
- anaconda-user-help
- bluez
- cloud-init
- clufter
- crash
- dnf
- eth-tools
- firefox
- fwupd
- fwupdate
- gcc
- gnome-settings-daemon
- golang-github-cpuguy83-go-md2man
- grub2
- hplip
- initial-setup
- kernel
- kernel-rt
- libdnf
- libguestfs
- libreoffice
- libreport
- mongo-tools
- nginx
- opa-ff
- opa-fm
- openscap
- osbuild
- osbuild-composer
- pcs
- perl-AnyEvent
- 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
- abrt
...