-
Notifications
You must be signed in to change notification settings - Fork 159
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
Add the candidate compose repo #2705
Merged
jlebon
merged 1 commit into
coreos:testing-devel
from
dustymabe:dusty-candidate-compose-repo
Nov 2, 2023
Merged
Add the candidate compose repo #2705
jlebon
merged 1 commit into
coreos:testing-devel
from
dustymabe:dusty-candidate-compose-repo
Nov 2, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dustymabe
added a commit
to dustymabe/fedora-coreos-config
that referenced
this pull request
Nov 2, 2023
jlebon
previously approved these changes
Nov 2, 2023
fedora-candidate-compose.repo
Outdated
# https://github.com/coreos/fedora-coreos-tracker/issues/1602 | ||
|
||
[fedora-candidate-compose] | ||
name=Fedora Candidate Compose Foo $releasever - $basearch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Foo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed - that was an artifact of when I was just testing this out a week ago.
This patch adds a repo definition for the latest candidate compose for a given Fedora release. This is only relevant in the lead up to Beta and GA for a given Fedora release where packages in the candidate compose can lead the Fedora stable repos. For our `next` stream we want to pick up the packages quickly, so using the candidate compose as input makes sense. Using this repo in the `next*` streams should address coreos/fedora-coreos-tracker#1602
dustymabe
force-pushed
the
dusty-candidate-compose-repo
branch
from
November 2, 2023 14:56
4ee082e
to
b955edc
Compare
jlebon
approved these changes
Nov 2, 2023
dustymabe
added a commit
to dustymabe/fedora-coreos-config
that referenced
this pull request
Nov 2, 2023
Late in the Fedora major release process adding this repo will allow us to pull in candidate RPMs that are proposed to fix release blocking or freeze exception issues. We will be able to test out these proposed fixes sooner and also be more prepared for releasing our final `next` release once the release is deemed "Go". See coreos#2705
dustymabe
added a commit
that referenced
this pull request
Nov 2, 2023
Late in the Fedora major release process adding this repo will allow us to pull in candidate RPMs that are proposed to fix release blocking or freeze exception issues. We will be able to test out these proposed fixes sooner and also be more prepared for releasing our final `next` release once the release is deemed "Go". See #2705
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This patch adds a repo definition for the latest candidate compose for a given Fedora release. This is only relevant in the lead up to Beta and GA for a given Fedora release where packages in the candidate compose can lead the Fedora stable repos. For our
next
stream we want to pick up the packages quickly, so using the candidate compose as input makes sense.Using this repo in the
next*
streams should address coreos/fedora-coreos-tracker#1602