55 branches :
66 - main
77 tags :
8- - ' v* '
8+ - " v* "
99 pull_request :
1010 branches :
1111 - main
@@ -15,10 +15,10 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v4
18- - name : Build a RockyLinux 8 Package
18+ - name : Build a RockyLinux 9 Package
1919 shell : ' script -q -e -c "bash {0}"'
2020 run : |
21- ./docker/rpms/build-and-install-rpms.sh rl8 docker/rpms/RockyLinux8/RockyLinux8 .dockerfile
21+ ./docker/rpms/build-and-install-rpms.sh rl9 docker/rpms/RockyLinux9/RockyLinux9 .dockerfile
2222 - name : Archive RPMs
2323 uses : actions/upload-artifact@v4
2424 with :
@@ -45,10 +45,10 @@ jobs:
4545 - uses : actions/checkout@v4
4646 - name : Install System dependencies
4747 run : sudo apt-get install -y rename
48- - name : Build a openSUSE Leap 15.3 Package
48+ - name : Build a openSUSE Leap 15 Package
4949 shell : ' script -q -e -c "bash {0}"'
5050 run : |
51- ./docker/rpms/build-and-install-rpms.sh opensuse-leap docker/rpms/openSUSE_Leap_15.3 /openSUSE_Leap_15.3 .dockerfile
51+ ./docker/rpms/build-and-install-rpms.sh opensuse-leap docker/rpms/openSUSE_Leap_15/openSUSE_Leap_15.dockerfile
5252 - name : Rename RPM
5353 run : |
5454 file-rename -v -d -e 's/koan-(\d+\.\d+\.\d+)-1\.(\w+)\.rpm/koan-$1-1.leap.$2.rpm/' rpm-build/*.rpm
@@ -111,6 +111,7 @@ jobs:
111111 python3-pip
112112 python3-libvirt-python
113113 python3-Sphinx
114+ python3-sphinx_rtd_theme
114115 python3-netifaces
115116 tree
116117 - uses : actions/checkout@v4
@@ -132,14 +133,15 @@ jobs:
132133 create-release :
133134 name : Build the release and create a GitHub release
134135 runs-on : ubuntu-latest
135- needs : [
136- build-rockylinux-rpms,
137- build-fedora-rpms,
138- build-opensuse-leap-rpms,
139- build-opensuse-tumbleweed-rpms,
140- build-debian-debs,
141- build-wheel
142- ]
136+ needs :
137+ [
138+ build-rockylinux-rpms,
139+ build-fedora-rpms,
140+ build-opensuse-leap-rpms,
141+ build-opensuse-tumbleweed-rpms,
142+ build-debian-debs,
143+ build-wheel,
144+ ]
143145 steps :
144146 - uses : actions/checkout@v4
145147 - uses : actions/download-artifact@v4
0 commit comments