mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-12-22 05:35:26 +00:00
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 <dusty@dustymabe.com>
This commit is contained in:
parent
1a55167415
commit
9109d36075
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user