-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
develop method for copying ostree content to the unified ostree repo #199
Comments
In #198 (comment), we came up with a fedmsg to request the import to happen: The spec in the linked comment implies that we would pass to releng the commit tarball directly, though we could also make it an OSTree repo to OSTree repo transfer once we set up an annex repo. (Though I think my personal preference would still be to have releng interact with the canonical build dir directly; this is also consistent with the other fedmsg requests.) |
cross referencing: https://pagure.io/releng/issue/8811 |
This is all done except we are waiting on beta freeze to be over before we re-work permissions in the repos. So the only remaining steps should be to run some chmod/chown commands and enable the importer. |
@dustymabe IIUC, I think this is all done now, right? |
Almost completely there. I would like to get two PRs merged first https://pagure.io/releng/issue/8811#comment-641382 |
Those two PRs merged and the releng ticket closed. This is DONE now! |
In the past we have decided to deliver content via an OSTree repo. We have discussed in various "streams" discussions that our prod refs would go in the prod location (Fedora unified ostree repo) and our non prod refs would go into an annex location (separate ostree repo).
We need to develop a mechanism for getting the ostree content into our unified repo when we do a release.
The text was updated successfully, but these errors were encountered: