From: Jonathan Lebon Date: Thu, 27 Sep 2018 00:43:02 +0000 (-0400) Subject: ci: Bump rpm-ostree tag to 2018.8 X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~19^2~26 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6e3d4f9054b7a9ee571c7c679ab3adb346f973ee;p=ostree.git ci: Bump rpm-ostree tag to 2018.8 2018.7 started failing `test-ucontainer.sh`. I don't have the cycles to look more deeply into what was going on there, but bumping to 2018.8 fixes it at least. (And of course, it's passing in rpm-ostree too.) Closes: #1728 Approved by: cgwalters --- diff --git a/ci/rpmostree.sh b/ci/rpmostree.sh index 0d8a5e41..421aca38 100755 --- a/ci/rpmostree.sh +++ b/ci/rpmostree.sh @@ -6,7 +6,7 @@ set -xeuo pipefail # Frozen to a tag for now to help predictability; it's # also useful to test building *older* versions since # that must work. -RPMOSTREE_TAG=v2018.7 +RPMOSTREE_TAG=v2018.8 dn=$(dirname $0) . ${dn}/libpaprci/libbuild.sh