Conversation
- redhat-lsb-core no longer supported by Fedora 42 - Fedora 41 and 42 are not available in archive repo, archive repo is only for EOL releases - new test to verify that packaging works for all supported version of Fedoria: latest (default), 41, 42 Signed-off-by: Tomasz Gromadzki <[email protected]>
Signed-off-by: Tomasz Gromadzki <[email protected]>
Signed-off-by: Tomasz Gromadzki <[email protected]>
Signed-off-by: Tomasz Gromadzki <[email protected]>
Signed-off-by: Tomasz Gromadzki <[email protected]>
ryon-jensen
left a comment
There was a problem hiding this comment.
Help me understand why we're building on fedora
| : "${REPOSITORY_NAME:=artifactory}" | ||
| : "${archive:=}" | ||
| if [ "$FVERSION" != "latest" ]; then | ||
| archive="-archive" |
There was a problem hiding this comment.
what happens when 42 gets moved to archive?
There was a problem hiding this comment.
Most probably we will modify this script sooner when adding support for Fedora 43, 44.
But to be honest we should remove support for any archive version of Fedora. Archive means EOL.
There was a problem hiding this comment.
-archive option has been removed in cc7570b
There was a problem hiding this comment.
Adding the archive option allows us to use older than latest in case we have to pin something to an archive release.
Fedora was used because that is the version of mock that has is kept up to date with the distros. Unfortunately fedora has been dropping support for archived EL-x and EOS leap-15.x.
At one point, only fedora/38 could build leap 15.5 rpms, and we needed to go to fedora/41 to build leap 15.6 rpms, and fedora/41 dropped building the leap 15.4 rpms.
The version of the image used in the common docker file can vary for the target of el-8, el-9, leap-15, and near future el-10.
We have fedora-latest pinned to fedora/41 currently, and I would like to remove that pin or move that pin to fedora/42.
There was a problem hiding this comment.
I do not see a point to build anything in scope of EOL OSes.
Based on https://en.opensuse.org/Lifetime Leap 15.5 is already EOL for more than half of year.
There was a problem hiding this comment.
Unfortunately our paying customer has not yet migrated to SLES 15 SP6, so needs leap 15.5 built RPMs.
We run into that in a lot of cases where we can not move to the most recent version of a distro, which is one of the reasons we are building and testing on el-8.8 instead of el-8.10 and el-8.8 has been out of support for longer than leap 15.5.
There was a problem hiding this comment.
Fedora EOL is now calculated based on date retrieved from https://endoflife.date/api/fedora.json (via artifactory)
Signed-off-by: Tomasz Gromadzki <[email protected]>
Fedoras versions stored in -archived folder are EOL and should not be used. Signed-off-by: Tomasz Gromadzki <[email protected]>
Signed-off-by: Tomasz Gromadzki <[email protected]>
Signed-off-by: Tomasz Gromadzki <[email protected]>
This reverts commit a63357b. This reverts commit cc7570b. Signed-off-by: Tomasz Gromadzki <[email protected]>
Signed-off-by: Tomasz Gromadzki <[email protected]>
Signed-off-by: Tomasz Gromadzki <[email protected]>
This reverts commit cd93a33. Signed-off-by: Tomasz Gromadzki <[email protected]>
Signed-off-by: Tomasz Gromadzki <[email protected]>
Signed-off-by: Tomasz Gromadzki <[email protected]>
Signed-off-by: Tomasz Gromadzki <[email protected]>
Signed-off-by: Tomasz Gromadzki <[email protected]>
Signed-off-by: Tomasz Gromadzki <[email protected]>
Signed-off-by: Tomasz Gromadzki <[email protected]>
Signed-off-by: Tomasz Gromadzki <[email protected]>
Signed-off-by: Tomasz Gromadzki <[email protected]>
Signed-off-by: Tomasz Gromadzki <[email protected]>
Signed-off-by: Tomasz Gromadzki <[email protected]>
Signed-off-by: Tomasz Gromadzki <[email protected]>
daos-stack/packaging#87 is required for proper build. Signed-off-by: Tomasz Gromadzki <[email protected]>
Reuse already known solution from: daos-stack/packaging#88 daos-stack/packaging#87 Signed-off-by: Tomasz Gromadzki <[email protected]> Priority: 2 Limited tests scope as only build env has been modified: - no unit test - no HW tests - no FI tests Skip-unit-tests:true Skip-unit-test: true Skip-NLT: true Skip-unit-test-memcheck: true Skip-func-test-el8: false Skip-func-test-el9: false Skip-func-test-leap15: false Skip-fault-injection-test: true Skip-func-hw-test: true
Reuse already known solution from: daos-stack/packaging#88 daos-stack/packaging#87 Signed-off-by: Tomasz Gromadzki <[email protected]> Priority: 2 Limited tests scope as only build env has been modified: - no unit test - no HW tests - no FI tests Skip-unit-tests:true Skip-unit-test: true Skip-NLT: true Skip-unit-test-memcheck: true Skip-func-test-el8: false Skip-func-test-el9: false Skip-func-test-leap15: false Skip-fault-injection-test: true Signed-off-by: Tomasz Gromadzki <[email protected]>
redhat-lsb-coreno longer supported by Fedora 42