From 201b020f6087750a43291261999582496ca23dde Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 28 Jun 2018 15:31:13 -0400 Subject: [PATCH] ci: Bump version_id match to pick up ostree FAHC Closes: #1433 Approved by: jlebon --- ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build.sh b/ci/build.sh index 3f2e8b2b..734d5e66 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -9,7 +9,7 @@ dn=$(dirname $0) # Use the latest ostree by default id=$(. /etc/os-release && echo $ID) version_id=$(. /etc/os-release && echo $VERSION_ID) -if [ "$id" == fedora ] && [ "$version_id" == 27 ]; then +if [ "$id" == fedora ] && [ "$version_id" == 28 ]; then echo -e '[fahc]\nmetadata_expire=1m\nbaseurl=https://ci.centos.org/artifacts/sig-atomic/fahc/rdgo/build/\ngpgcheck=0\n' > /etc/yum.repos.d/fahc.repo # Until we fix https://github.com/rpm-software-management/libdnf/pull/149 excludes='exclude=ostree ostree-libs ostree-grub2 rpm-ostree'