Compare commits

..

2 Commits

Author SHA1 Message Date
Dustin 76691d22ce ci: Fetch Fedora release list from Bodhi
RPMs/wal-g/pipeline/pr-master There was a failure building this commit Details
Fedora PDC has been retired:
https://fedora-arc.readthedocs.io/en/latest/pdc/split.html
2024-08-12 10:51:55 -05:00
Dustin 5f4b741939 Update to v3.0.3
RPMs/wal-g/pipeline/pr-master There was a failure building this commit Details
2024-08-12 10:13:32 -05:00
2 changed files with 5 additions and 5 deletions

6
ci/Jenkinsfile vendored
View File

@ -1,11 +1,11 @@
def getFedoraVersions() {
def response = httpRequest(
url: 'https://pdc.fedoraproject.org/rest_api/v1/product-versions?short=fedora&active=true',
url: 'https://bodhi.fedoraproject.org/releases?state=current',
acceptType: 'APPLICATION_JSON',
)
def content = readJSON(text: response.content)
return content.results.
findAll { it.version != "rawhide" }.
return content.releases.
findAll { it.id_prefix == "FEDORA" }.
collect { it.version }
}

View File

@ -12,8 +12,8 @@
%bcond libsodium 0
Name: wal-g
Version: 3.0.1
Release: 2%{?dist}
Version: 3.0.3
Release: 1%{?dist}
Summary: Archival and Restoration for databases in the Cloud
License: Apache-2.0