#6932 Atomic Host ISO not pulling updated ostree
Closed: Fixed 6 years ago Opened 6 years ago by walters.

In https://kojipkgs.fedoraproject.org/compose/twoweek/Fedora-Atomic-26-20170803.0/logs/x86_64/Atomic/ostree_installer-1/lorax.log

2017-08-03 09:28:27,325 INFO pylorax.dnfhelper: (538/747) ostree-2017.7-2.fc26.x86_64

Which means we're not getting any new features or bugfixes. I specifically wanted to test https://github.com/ostreedev/ostree/pull/1008

This may be related to https://pagure.io/pungi-fedora/pull-request/296


IIUC, currently the way things are set up we don't pull updated rpms unless we explicitly tag them into the f26-atomic tag: https://pagure.io/pungi-fedora/blob/f26/f/fedora-atomic.conf#_41.

We could either

  1. tag things we want into the f26-atomic tag
  2. modify it so that we pull from all updates, which has risks of breaking things since a lot of people aren't pushing updates and testing media creation with them

I honestly see benefits and negatives of both sides. WDYT?

$ koji tag-pkg f26-atomic ostree-2017.9-2.fc26
ActionNotAllowed: tag requires admin permission

$ koji tag-pkg f26-atomic ostree-2017.9-2.fc26
ActionNotAllowed: tag requires admin permission

currently, we have to get someone to do that for us. I think I might be able to get access in the future once I go through the process. See comment; I just need to start that process.

In the mean time, can you make sure that's the only rpm we need tagged? i.e. we don't need any other dependencies tagged. Once confirmed we can get someone to tag it for us.

Well, we do the switch to libcurl here, but that should be fine. If it doesn't work we can back it out.

@pbrobinson tagged this for us:

$ koji latest-build f26-atomic ostree
Build                                     Tag                   Built by
----------------------------------------  --------------------  ----------------
ostree-2017.9-2.fc26

ok, so next problem we hit here is that ostree is not in the "Cloud" variant :( - I have added a few PRs to try to fix this.

Testing it now

all PRs merged. Tomorrow's run should contain the updated ostree.

Metadata Update from @mohanboddu:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

6 years ago

Login to comment on this ticket.

Metadata