Extend kickstart `repodetect.sh` for EL10 repositories
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 0
- Forks
- 8
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 2
Description
Summary
simp-utils kickstart repo detection script only handles EL7/EL8.
Findings
- Script docs and logic constrain supported versions to 7 and 8.
- No
casebranch exists for version 10.
Evidence
simp-utils/share/ks/CentOS/repodetect.sh:11simp-utils/share/ks/CentOS/repodetect.sh:62simp-utils/share/ks/CentOS/repodetect.sh:87
Impact
Kickstart/bootstrap paths that call this script can fail on EL10 due to missing generated repo definitions.
Proposed Fix
Add version-10 branches and repo mappings for supported EL10 distros.
Definition of Done
repodetect.sh 10 ... produces valid repo entries and succeeds in EL10 install/bootstrap tests.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading simp-utils/share/ks/CentOS/repodetect.sh at lines 11, 62, and 87, then trace how existing EL7 and EL8 branches generate repository definitions. Add the EL10 handling and supported-distro mappings, and verify that repodetect.sh 10 ... produces valid entries in the EL10 install or bootstrap tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- devops, operating-systems
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100