#38 fix ostree repo location
Merged 7 years ago by maxamillion. Opened 7 years ago by jasonbrooks.
jasonbrooks/fedora-kickstarts pr-fix-ostreesetup-url  into  f24

file modified
+1 -1
@@ -33,7 +33,7 @@ 

  logvol / --size=3000 --fstype="xfs" --name=root --vgname=atomicos

  

  # Equivalent of %include fedora-repo.ks

- ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=https://kojipkgs.fedoraproject.org/compose/atomic/24/ --ref=fedora-atomic/24/x86_64/docker-host

+ ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=https://kojipkgs.fedoraproject.org/mash/atomic/24/ --ref=fedora-atomic/24/x86_64/docker-host

  

  reboot

  

problem: fedora atomic host images are including an old
ostree tree (24.39 from 2016-06-15 09:57:04)

cause: The ostree repo specified in this file at:
https://kojipkgs.fedoraproject.org/compose/atomic/24/
was last updated at 2016-06-15 09:57:04.

Fedora Atomic 23 used the location:
https://kojipkgs.fedoraproject.org/mash/atomic/23/.

The ref at the similar
https://kojipkgs.fedoraproject.org/mash/atomic/24/
was last modifed 2016-07-24. This seems to be the correct
location. Or, if the switch from mash to compose is right,
then we need to ensure that the compose location is updated
/ kept up to date.

I don't know what the difference between a mash and compose is myself, but just FWIW I'll repeat the goal is to have a single repo: https://fedorahosted.org/rel-eng/ticket/6125

I don't know what the difference between a mash and compose is myself, but just FWIW I'll repeat the goal is to have a single repo: https://fedorahosted.org/rel-eng/ticket/6125

+1 But for right now, if we want our two week releases to include updated content, we need to make this (or another) change. Yesterday's release and the release from two weeks ago have the exact same tree included, and it looks like that'll be the case for the next one, too. So, that ought to be fixed, asap, I'm thinking.

Pull-Request has been merged by maxamillion

7 years ago

-1 the location is incorrect.

Metadata