From 586c2ba5cf95a1f89426911a450adb1409a7d67b Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Mon, 18 Nov 2024 12:52:53 -0700 Subject: [PATCH] Add python state back to fedora --- .github/workflows/.container.template.j2 | 4 ++-- .github/workflows/amazonlinux-containers.yml | 4 ++-- .github/workflows/archlinux-containers.yml | 4 ++-- .github/workflows/builddocs-containers.yml | 4 ++-- .github/workflows/busybox-containers.yml | 4 ++-- .github/workflows/consul-containers.yml | 4 ++-- .github/workflows/debian-containers.yml | 4 ++-- .github/workflows/etcd-v2-containers.yml | 4 ++-- .github/workflows/etcd-v3-containers.yml | 4 ++-- .github/workflows/fedora-containers.yml | 4 ++-- .github/workflows/mariadb-containers.yml | 4 ++-- .github/workflows/mysql-server-containers.yml | 4 ++-- .../workflows/openldap-minion-containers.yml | 4 ++-- .github/workflows/opensuse-containers.yml | 4 ++-- .github/workflows/packaging-containers.yml | 4 ++-- .github/workflows/percona-containers.yml | 4 ++-- .github/workflows/photon-containers.yml | 4 ++-- .github/workflows/python-containers.yml | 4 ++-- .github/workflows/rabbitmq-containers.yml | 4 ++-- .github/workflows/redis-containers.yml | 4 ++-- .github/workflows/rockylinux-containers.yml | 4 ++-- .github/workflows/salt-containers.yml | 4 ++-- .../workflows/salt-gitfs-http-containers.yml | 4 ++-- .github/workflows/ssh-minion-containers.yml | 4 ++-- .github/workflows/testing-containers.yml | 4 ++-- .github/workflows/tinyproxy-containers.yml | 4 ++-- .github/workflows/ubuntu-containers.yml | 4 ++-- .github/workflows/vault-containers.yml | 4 ++-- .github/workflows/virt-minion-containers.yml | 4 ++-- .github/workflows/zookeeper-containers.yml | 4 ++-- .../golden-state-tree/os/fedora/init.sls | 2 +- .../python/fedora_dependencies.sls | 18 +++++++++--------- 32 files changed, 70 insertions(+), 70 deletions(-) diff --git a/.github/workflows/.container.template.j2 b/.github/workflows/.container.template.j2 index b7552c2..a4f6e9f 100644 --- a/.github/workflows/.container.template.j2 +++ b/.github/workflows/.container.template.j2 @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/<{ workflow_file_name }>' - - '<{ repository_path }>/*' + - '<{ repository_path }>/**' pull_request: paths: - containers.yml - '.github/workflows/<{ workflow_file_name }>' - - '<{ repository_path }>/*' + - '<{ repository_path }>/**' env: COLUMNS: 190 diff --git a/.github/workflows/amazonlinux-containers.yml b/.github/workflows/amazonlinux-containers.yml index 6a01714..e93bc69 100644 --- a/.github/workflows/amazonlinux-containers.yml +++ b/.github/workflows/amazonlinux-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/amazonlinux-containers.yml' - - 'mirrors/amazonlinux/*' + - 'mirrors/amazonlinux/**' pull_request: paths: - containers.yml - '.github/workflows/amazonlinux-containers.yml' - - 'mirrors/amazonlinux/*' + - 'mirrors/amazonlinux/**' env: COLUMNS: 190 diff --git a/.github/workflows/archlinux-containers.yml b/.github/workflows/archlinux-containers.yml index 8ab5ae5..96cbb7f 100644 --- a/.github/workflows/archlinux-containers.yml +++ b/.github/workflows/archlinux-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/archlinux-containers.yml' - - 'mirrors/archlinux/*' + - 'mirrors/archlinux/**' pull_request: paths: - containers.yml - '.github/workflows/archlinux-containers.yml' - - 'mirrors/archlinux/*' + - 'mirrors/archlinux/**' env: COLUMNS: 190 diff --git a/.github/workflows/builddocs-containers.yml b/.github/workflows/builddocs-containers.yml index e3e90c9..8343e82 100644 --- a/.github/workflows/builddocs-containers.yml +++ b/.github/workflows/builddocs-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/builddocs-containers.yml' - - 'custom/builddocs/*' + - 'custom/builddocs/**' pull_request: paths: - containers.yml - '.github/workflows/builddocs-containers.yml' - - 'custom/builddocs/*' + - 'custom/builddocs/**' env: COLUMNS: 190 diff --git a/.github/workflows/busybox-containers.yml b/.github/workflows/busybox-containers.yml index 88238d6..a4352bb 100644 --- a/.github/workflows/busybox-containers.yml +++ b/.github/workflows/busybox-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/busybox-containers.yml' - - 'mirrors/busybox/*' + - 'mirrors/busybox/**' pull_request: paths: - containers.yml - '.github/workflows/busybox-containers.yml' - - 'mirrors/busybox/*' + - 'mirrors/busybox/**' env: COLUMNS: 190 diff --git a/.github/workflows/consul-containers.yml b/.github/workflows/consul-containers.yml index 598f8c3..b24cd23 100644 --- a/.github/workflows/consul-containers.yml +++ b/.github/workflows/consul-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/consul-containers.yml' - - 'mirrors/consul/*' + - 'mirrors/consul/**' pull_request: paths: - containers.yml - '.github/workflows/consul-containers.yml' - - 'mirrors/consul/*' + - 'mirrors/consul/**' env: COLUMNS: 190 diff --git a/.github/workflows/debian-containers.yml b/.github/workflows/debian-containers.yml index c0c0e5d..c44a47a 100644 --- a/.github/workflows/debian-containers.yml +++ b/.github/workflows/debian-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/debian-containers.yml' - - 'mirrors/debian/*' + - 'mirrors/debian/**' pull_request: paths: - containers.yml - '.github/workflows/debian-containers.yml' - - 'mirrors/debian/*' + - 'mirrors/debian/**' env: COLUMNS: 190 diff --git a/.github/workflows/etcd-v2-containers.yml b/.github/workflows/etcd-v2-containers.yml index da7acc0..fa3281f 100644 --- a/.github/workflows/etcd-v2-containers.yml +++ b/.github/workflows/etcd-v2-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/etcd-v2-containers.yml' - - 'mirrors/etcd-v2/*' + - 'mirrors/etcd-v2/**' pull_request: paths: - containers.yml - '.github/workflows/etcd-v2-containers.yml' - - 'mirrors/etcd-v2/*' + - 'mirrors/etcd-v2/**' env: COLUMNS: 190 diff --git a/.github/workflows/etcd-v3-containers.yml b/.github/workflows/etcd-v3-containers.yml index debf06a..f3d29cf 100644 --- a/.github/workflows/etcd-v3-containers.yml +++ b/.github/workflows/etcd-v3-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/etcd-v3-containers.yml' - - 'mirrors/etcd-v3/*' + - 'mirrors/etcd-v3/**' pull_request: paths: - containers.yml - '.github/workflows/etcd-v3-containers.yml' - - 'mirrors/etcd-v3/*' + - 'mirrors/etcd-v3/**' env: COLUMNS: 190 diff --git a/.github/workflows/fedora-containers.yml b/.github/workflows/fedora-containers.yml index a0887a7..c68b0d4 100644 --- a/.github/workflows/fedora-containers.yml +++ b/.github/workflows/fedora-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/fedora-containers.yml' - - 'mirrors/fedora/*' + - 'mirrors/fedora/**' pull_request: paths: - containers.yml - '.github/workflows/fedora-containers.yml' - - 'mirrors/fedora/*' + - 'mirrors/fedora/**' env: COLUMNS: 190 diff --git a/.github/workflows/mariadb-containers.yml b/.github/workflows/mariadb-containers.yml index 2035d2f..3ad6f5d 100644 --- a/.github/workflows/mariadb-containers.yml +++ b/.github/workflows/mariadb-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/mariadb-containers.yml' - - 'mirrors/mariadb/*' + - 'mirrors/mariadb/**' pull_request: paths: - containers.yml - '.github/workflows/mariadb-containers.yml' - - 'mirrors/mariadb/*' + - 'mirrors/mariadb/**' env: COLUMNS: 190 diff --git a/.github/workflows/mysql-server-containers.yml b/.github/workflows/mysql-server-containers.yml index 0d42567..fede024 100644 --- a/.github/workflows/mysql-server-containers.yml +++ b/.github/workflows/mysql-server-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/mysql-server-containers.yml' - - 'mirrors/mysql-server/*' + - 'mirrors/mysql-server/**' pull_request: paths: - containers.yml - '.github/workflows/mysql-server-containers.yml' - - 'mirrors/mysql-server/*' + - 'mirrors/mysql-server/**' env: COLUMNS: 190 diff --git a/.github/workflows/openldap-minion-containers.yml b/.github/workflows/openldap-minion-containers.yml index 6247bf7..f8c010e 100644 --- a/.github/workflows/openldap-minion-containers.yml +++ b/.github/workflows/openldap-minion-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/openldap-minion-containers.yml' - - 'custom/openldap-minion/*' + - 'custom/openldap-minion/**' pull_request: paths: - containers.yml - '.github/workflows/openldap-minion-containers.yml' - - 'custom/openldap-minion/*' + - 'custom/openldap-minion/**' env: COLUMNS: 190 diff --git a/.github/workflows/opensuse-containers.yml b/.github/workflows/opensuse-containers.yml index 12035d5..164dfce 100644 --- a/.github/workflows/opensuse-containers.yml +++ b/.github/workflows/opensuse-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/opensuse-containers.yml' - - 'mirrors/opensuse/*' + - 'mirrors/opensuse/**' pull_request: paths: - containers.yml - '.github/workflows/opensuse-containers.yml' - - 'mirrors/opensuse/*' + - 'mirrors/opensuse/**' env: COLUMNS: 190 diff --git a/.github/workflows/packaging-containers.yml b/.github/workflows/packaging-containers.yml index 6f6b3f0..80e7576 100644 --- a/.github/workflows/packaging-containers.yml +++ b/.github/workflows/packaging-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/packaging-containers.yml' - - 'custom/packaging/*' + - 'custom/packaging/**' pull_request: paths: - containers.yml - '.github/workflows/packaging-containers.yml' - - 'custom/packaging/*' + - 'custom/packaging/**' env: COLUMNS: 190 diff --git a/.github/workflows/percona-containers.yml b/.github/workflows/percona-containers.yml index c6144f6..9791548 100644 --- a/.github/workflows/percona-containers.yml +++ b/.github/workflows/percona-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/percona-containers.yml' - - 'mirrors/percona/*' + - 'mirrors/percona/**' pull_request: paths: - containers.yml - '.github/workflows/percona-containers.yml' - - 'mirrors/percona/*' + - 'mirrors/percona/**' env: COLUMNS: 190 diff --git a/.github/workflows/photon-containers.yml b/.github/workflows/photon-containers.yml index 8c9a82e..6092505 100644 --- a/.github/workflows/photon-containers.yml +++ b/.github/workflows/photon-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/photon-containers.yml' - - 'mirrors/photon/*' + - 'mirrors/photon/**' pull_request: paths: - containers.yml - '.github/workflows/photon-containers.yml' - - 'mirrors/photon/*' + - 'mirrors/photon/**' env: COLUMNS: 190 diff --git a/.github/workflows/python-containers.yml b/.github/workflows/python-containers.yml index 53aa288..2d619b8 100644 --- a/.github/workflows/python-containers.yml +++ b/.github/workflows/python-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/python-containers.yml' - - 'mirrors/python/*' + - 'mirrors/python/**' pull_request: paths: - containers.yml - '.github/workflows/python-containers.yml' - - 'mirrors/python/*' + - 'mirrors/python/**' env: COLUMNS: 190 diff --git a/.github/workflows/rabbitmq-containers.yml b/.github/workflows/rabbitmq-containers.yml index d2af278..eb16fa0 100644 --- a/.github/workflows/rabbitmq-containers.yml +++ b/.github/workflows/rabbitmq-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/rabbitmq-containers.yml' - - 'mirrors/rabbitmq/*' + - 'mirrors/rabbitmq/**' pull_request: paths: - containers.yml - '.github/workflows/rabbitmq-containers.yml' - - 'mirrors/rabbitmq/*' + - 'mirrors/rabbitmq/**' env: COLUMNS: 190 diff --git a/.github/workflows/redis-containers.yml b/.github/workflows/redis-containers.yml index 74eeb90..a60351d 100644 --- a/.github/workflows/redis-containers.yml +++ b/.github/workflows/redis-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/redis-containers.yml' - - 'mirrors/redis/*' + - 'mirrors/redis/**' pull_request: paths: - containers.yml - '.github/workflows/redis-containers.yml' - - 'mirrors/redis/*' + - 'mirrors/redis/**' env: COLUMNS: 190 diff --git a/.github/workflows/rockylinux-containers.yml b/.github/workflows/rockylinux-containers.yml index 3edc171..3c02acf 100644 --- a/.github/workflows/rockylinux-containers.yml +++ b/.github/workflows/rockylinux-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/rockylinux-containers.yml' - - 'mirrors/rockylinux/*' + - 'mirrors/rockylinux/**' pull_request: paths: - containers.yml - '.github/workflows/rockylinux-containers.yml' - - 'mirrors/rockylinux/*' + - 'mirrors/rockylinux/**' env: COLUMNS: 190 diff --git a/.github/workflows/salt-containers.yml b/.github/workflows/salt-containers.yml index 65aa971..eb7a010 100644 --- a/.github/workflows/salt-containers.yml +++ b/.github/workflows/salt-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/salt-containers.yml' - - 'salt/*' + - 'salt/**' pull_request: paths: - containers.yml - '.github/workflows/salt-containers.yml' - - 'salt/*' + - 'salt/**' env: COLUMNS: 190 diff --git a/.github/workflows/salt-gitfs-http-containers.yml b/.github/workflows/salt-gitfs-http-containers.yml index 7d82099..9d02873 100644 --- a/.github/workflows/salt-gitfs-http-containers.yml +++ b/.github/workflows/salt-gitfs-http-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/salt-gitfs-http-containers.yml' - - 'custom/salt-gitfs-http/*' + - 'custom/salt-gitfs-http/**' pull_request: paths: - containers.yml - '.github/workflows/salt-gitfs-http-containers.yml' - - 'custom/salt-gitfs-http/*' + - 'custom/salt-gitfs-http/**' env: COLUMNS: 190 diff --git a/.github/workflows/ssh-minion-containers.yml b/.github/workflows/ssh-minion-containers.yml index a689c68..b2393c3 100644 --- a/.github/workflows/ssh-minion-containers.yml +++ b/.github/workflows/ssh-minion-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/ssh-minion-containers.yml' - - 'custom/ssh-minion/*' + - 'custom/ssh-minion/**' pull_request: paths: - containers.yml - '.github/workflows/ssh-minion-containers.yml' - - 'custom/ssh-minion/*' + - 'custom/ssh-minion/**' env: COLUMNS: 190 diff --git a/.github/workflows/testing-containers.yml b/.github/workflows/testing-containers.yml index ebd1bc2..fba5e18 100644 --- a/.github/workflows/testing-containers.yml +++ b/.github/workflows/testing-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/testing-containers.yml' - - 'custom/testing/*' + - 'custom/testing/**' pull_request: paths: - containers.yml - '.github/workflows/testing-containers.yml' - - 'custom/testing/*' + - 'custom/testing/**' env: COLUMNS: 190 diff --git a/.github/workflows/tinyproxy-containers.yml b/.github/workflows/tinyproxy-containers.yml index f466b94..c4a2e50 100644 --- a/.github/workflows/tinyproxy-containers.yml +++ b/.github/workflows/tinyproxy-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/tinyproxy-containers.yml' - - 'mirrors/tinyproxy/*' + - 'mirrors/tinyproxy/**' pull_request: paths: - containers.yml - '.github/workflows/tinyproxy-containers.yml' - - 'mirrors/tinyproxy/*' + - 'mirrors/tinyproxy/**' env: COLUMNS: 190 diff --git a/.github/workflows/ubuntu-containers.yml b/.github/workflows/ubuntu-containers.yml index 3c4bdd1..4dbe359 100644 --- a/.github/workflows/ubuntu-containers.yml +++ b/.github/workflows/ubuntu-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/ubuntu-containers.yml' - - 'mirrors/ubuntu/*' + - 'mirrors/ubuntu/**' pull_request: paths: - containers.yml - '.github/workflows/ubuntu-containers.yml' - - 'mirrors/ubuntu/*' + - 'mirrors/ubuntu/**' env: COLUMNS: 190 diff --git a/.github/workflows/vault-containers.yml b/.github/workflows/vault-containers.yml index c350f9e..d7445e2 100644 --- a/.github/workflows/vault-containers.yml +++ b/.github/workflows/vault-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/vault-containers.yml' - - 'mirrors/vault/*' + - 'mirrors/vault/**' pull_request: paths: - containers.yml - '.github/workflows/vault-containers.yml' - - 'mirrors/vault/*' + - 'mirrors/vault/**' env: COLUMNS: 190 diff --git a/.github/workflows/virt-minion-containers.yml b/.github/workflows/virt-minion-containers.yml index 0486db1..e0aeabc 100644 --- a/.github/workflows/virt-minion-containers.yml +++ b/.github/workflows/virt-minion-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/virt-minion-containers.yml' - - 'custom/virt-minion/*' + - 'custom/virt-minion/**' pull_request: paths: - containers.yml - '.github/workflows/virt-minion-containers.yml' - - 'custom/virt-minion/*' + - 'custom/virt-minion/**' env: COLUMNS: 190 diff --git a/.github/workflows/zookeeper-containers.yml b/.github/workflows/zookeeper-containers.yml index a1af6e8..ce8b999 100644 --- a/.github/workflows/zookeeper-containers.yml +++ b/.github/workflows/zookeeper-containers.yml @@ -10,12 +10,12 @@ on: paths: - containers.yml - '.github/workflows/zookeeper-containers.yml' - - 'mirrors/zookeeper/*' + - 'mirrors/zookeeper/**' pull_request: paths: - containers.yml - '.github/workflows/zookeeper-containers.yml' - - 'mirrors/zookeeper/*' + - 'mirrors/zookeeper/**' env: COLUMNS: 190 diff --git a/custom/testing/golden-state-tree/os/fedora/init.sls b/custom/testing/golden-state-tree/os/fedora/init.sls index 788a212..08e768b 100644 --- a/custom/testing/golden-state-tree/os/fedora/init.sls +++ b/custom/testing/golden-state-tree/os/fedora/init.sls @@ -1,4 +1,4 @@ include: - .config - .pkgs -{# - python #} + - python diff --git a/custom/testing/golden-state-tree/python/fedora_dependencies.sls b/custom/testing/golden-state-tree/python/fedora_dependencies.sls index 8a23685..9310f43 100644 --- a/custom/testing/golden-state-tree/python/fedora_dependencies.sls +++ b/custom/testing/golden-state-tree/python/fedora_dependencies.sls @@ -3,23 +3,23 @@ python_dependencies: - pkgs: - gcc - make - {#- - - findutils - - binutils - - coreutils - - autoconf - - autoconf-archive - - pkgconf - openssl-devel + {#- - libffi-devel - bzip2-devel - - zlib-ng-compat-devel - libuuid-devel - readline-devel - ncurses-devel - - gdbm-devel - sqlite-devel + - gdbm-devel - xz-devel + - findutils + - binutils + - coreutils + - autoconf + - autoconf-archive + - pkgconf + - zlib-ng-compat-devel - libnsl2-devel - expat-devel #}