#129 Update Fedora 25 ref names
Merged 7 years ago by maxamillion. Opened 7 years ago by puiterwijk.
puiterwijk/pungi-fedora reworked-atomic  into  f25

file modified
+6 -3
@@ -599,14 +599,17 @@ 

              "installpkgs": ["fedora-productimg-atomic"],

              "add_template": ["atomic-installer/lorax-configure-repo.tmpl"],

              "add_template_var": [

+                 "ostree_repo=https://dl.fedoraproject.org/pub/fedora/linux/atomic/25/",
ausil commented 7 years ago

given that's a redirect to kojipkgs and there will have to be changes when we get mirroring to work not sure we should pay the cost of the redirect.

                  "ostree_osname=fedora-atomic",

-                 "ostree_ref=fedora-atomic/25/x86_64/docker-host",

+                 "ostree_install_ref=fedora-atomic/25/x86_64/updates/docker-host",

+                 "ostree_update_ref=fedora-atomic/25/x86_64/docker-host",

              ],

              "add_arch_template": ["atomic-installer/lorax-embed-repo.tmpl"],

              "add_arch_template_var": [

-                 "ostree_repo=https://kojipkgs.fedoraproject.org/compose/atomic/25/",

+                 "ostree_repo=https://dl.fedoraproject.org/pub/fedora/linux/atomic/25/",

                  "ostree_osname=fedora-atomic",

-                 "ostree_ref=fedora-atomic/25/x86_64/docker-host",

+                 "ostree_install_ref=fedora-atomic/25/x86_64/updates/docker-host",

+                 "ostree_update_ref=fedora-atomic/25/x86_64/docker-host",

              ]

              'template_repo': 'https://pagure.io/fedora-lorax-templates.git',

              'template_branch': 'f25',

no initial comment

rebased

7 years ago

rebased

7 years ago

if I understand everything correctly - this should actually be dl.fp.o.

rebased

7 years ago

given that's a redirect to kojipkgs and there will have to be changes when we get mirroring to work not sure we should pay the cost of the redirect.

given that's a redirect to kojipkgs and there will have to be changes when we get mirroring to work not sure we should pay the cost of the redirect.

I asked him to make that change so that we are consistent in the URL we use for the atomic host ostree repo. neither of us actually realized it was a redirect until today. this shows through because our kickstart file for qcow cloud image actually uses the kojipkgs url and then later replaces that with the dl.fp.o url, which i think means we didn't know that they point to the same thing.

Pull-Request has been merged by maxamillion

7 years ago
Metadata