-
Notifications
You must be signed in to change notification settings - Fork 8
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 profile for CentOS Stream 10 #70
Conversation
Signed-off-by: Diego Herrera <[email protected]>
###### BASE OS ########### | ||
[baseos] | ||
name=CentOS Stream 10 - BaseOS | ||
baseurl=https://composes.stream.centos.org/stream-10/production/latest-CentOS-Stream/compose/BaseOS/x86_64/os/ |
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.
centos-stream-9.repo uses $basearch
instead of a hardcoded architecture, for this repo and the rest, so we should probably do the same here.
baseurl=https://composes.stream.centos.org/stream-10/production/latest-CentOS-Stream/compose/BaseOS/x86_64/os/ | |
baseurl=https://composes.stream.centos.org/stream-10/production/latest-CentOS-Stream/compose/BaseOS/$basearch/os/ |
|
||
[centos-stream-buildroot] | ||
name=CentOS Stream 10 Buildroot | ||
baseurl=https://kojihub.stream.centos.org/kojifiles/repos/c8s-build/latest/x86_64/ |
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.
baseurl=https://kojihub.stream.centos.org/kojifiles/repos/c8s-build/latest/x86_64/ | |
baseurl=https://kojihub.stream.centos.org/kojifiles/repos/c10s-build/latest/$basearch/ |
Thanks for the review @carlwgeorge :) just got those in! |
Based on both centos-stream-8 and centos-stream-9, made sure that the urls are up.