summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicholson <nicholson@endlessm.com>2019-07-26 14:28:47 -0600
committerAtomic Bot <atomic-devel@projectatomic.io>2019-07-27 03:20:21 +0000
commitcf7fc0eabbe20e854dc576d518babb2ec23b4487 (patch)
tree7e641997c88fb0c422fda9f4e7a93657d66affc8
parent19e764cea24464bd6f6761d35903e204a0e69422 (diff)
downloadostree-cf7fc0eabbe20e854dc576d518babb2ec23b4487.tar.gz
ci/rpmostree: Bump to 2019.3
The test-ucontainer.sh test in rpmostree 2019.1 is failing for non-ostree reasons. This is fixed in [1], which is part of 2019.3. I believe this is still a relevant test of f29 since that's what's shipped in f29-updates. 1. https://github.com/projectatomic/rpm-ostree/commit/45b6186be0826889d805ba55bee3be75b042ed35 Closes: #1892 Approved by: jlebon
-rwxr-xr-xci/rpmostree.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/rpmostree.sh b/ci/rpmostree.sh
index 9a162972..76841ffe 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=v2019.1
+RPMOSTREE_TAG=v2019.3
dn=$(dirname $0)
. ${dn}/libpaprci/libbuild.sh