[Libosinfo] [PATCH 1/2] silverblue: Fix OSTree remote URL

Jonathan Lebon jonathan at jlebon.com
Wed Sep 5 13:43:54 UTC 2018


Fedora now publishes all OSTrees in a unified repo at:
https://dl.fedoraproject.org/atomic/repo/

Fix the remote URL to use this.
---
 .../fedoraproject.org/silverblue-kickstart-desktop.xml.in       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/install-script/fedoraproject.org/silverblue-kickstart-desktop.xml.in b/data/install-script/fedoraproject.org/silverblue-kickstart-desktop.xml.in
index 2252ec4..026c4da 100644
--- a/data/install-script/fedoraproject.org/silverblue-kickstart-desktop.xml.in
+++ b/data/install-script/fedoraproject.org/silverblue-kickstart-desktop.xml.in
@@ -97,7 +97,7 @@ AutomaticLogin=<xsl:value-of select="config/user-login"/>
 " > /etc/gdm/custom.conf
 
 rm -f /etc/ostree/remotes.d/fedora-workstation.conf
-ostree remote add --if-not-exists --set=gpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-<xsl:value-of select="os/version"/>-primary fedora-worstation-<xsl:value-of select="os/version"/> 'https://kojipkgs.fedoraproject.org/atomic/workstation/'
+ostree remote add --if-not-exists --set=gpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-<xsl:value-of select="os/version"/>-primary fedora-worstation-<xsl:value-of select="os/version"/> 'https://dl.fedoraproject.org/atomic/repo/'
 
 %end
 	</xsl:template>
-- 
2.17.1




More information about the Libosinfo mailing list