[PATCH] Pull OSTree repo from compose/atomic/repo during AH ISO creation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



We recently noticed inconstancy in OSTree version for ppc64le ISO in compose
https://kojipkgs.fedoraproject.org/compose/updates/Fedora-29-updates-20181112.0/compose/ .
OSTree version for ppc64le ISO was 29.20181111.0 while expected was 29.20181112.0.

This patch (available in email attachment) is to fix inconsistency in OSTree
version which may occur during AH artifacts creation.
pull ostree content from repo https://kojipkgs.fedoraproject.org/compose/atomic/repo/
instead of https://kojipkgs.fedoraproject.org/atomic/repo/.


From 7cc4d767819cd0ed58ee01943545cfceb9926998 Mon Sep 17 00:00:00 2001
From: Sinny Kumari <sinny@xxxxxxxxxx>
Date: Mon, 12 Nov 2018 18:51:04 +0530
Subject: [PATCH] Pull OSTree repo from compose/atomic/repo during AH ISO
 creation

Signed-off-by: Sinny Kumari <sinny@xxxxxxxxxx>
---
 roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2
index 76e8ffda8..3f2608099 100644
--- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2
+++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2
@@ -309,7 +309,7 @@ ostree_installer = [
             'add_template': ['ostree-based-installer/lorax-configure-repo.tmpl',
                              'ostree-based-installer/lorax-embed-repo.tmpl'],
             'add_template_var': [
-                'ostree_install_repo=https://kojipkgs.fedoraproject.org/atomic/repo/',
+                'ostree_install_repo=https://kojipkgs.fedoraproject.org/compose/atomic/repo/',
                 'ostree_update_repo=https://dl.fedoraproject.org/atomic/repo/',
                 'ostree_osname=fedora-atomic',
                 'ostree_install_ref=fedora/[[ release.version_int ]]/[[ arch ]]/[% if request.name == "testing" %]testing[% else %]updates[% endif %]/atomic-host',
-- 
2.19.1

_______________________________________________
infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx

[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux