From 9109d36075e38c77f32ed6f9887cba09afd9cdf3 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Wed, 25 Apr 2018 11:22:46 -0400 Subject: [PATCH] atomic: make url match ostreesetup line When we reset the origin to think it came from another branch, let's use the same URL as we used in the ostreesetup line. Signed-off-by: Dusty Mabe --- fedora-atomic.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-atomic.ks b/fedora-atomic.ks index e15d396..10a0350 100644 --- a/fedora-atomic.ks +++ b/fedora-atomic.ks @@ -68,7 +68,7 @@ arch=$(uname -m) # Set the origin to the "main ref", distinct from /updates/ which is where bodhi writes. # We want consumers of this image to track the two week releases. -ostree admin set-origin --index 0 fedora-atomic https://kojipkgs.fedoraproject.org/atomic/28/ "fedora/28/${arch}/atomic-host" +ostree admin set-origin --index 0 fedora-atomic https://kojipkgs.fedoraproject.org/compose/atomic/repo/ "fedora/28/${arch}/atomic-host" # Make sure the ref we're supposedly sitting on (according # to the updated origin) exists.