simp / simp/simp-utils

Extend kickstart `repodetect.sh` for EL10 repositories

Open
#86 0 comments 0 reactions 0 assignees View on GitHub

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 case branch exists for version 10.

Evidence

  • simp-utils/share/ks/CentOS/repodetect.sh:11
  • simp-utils/share/ks/CentOS/repodetect.sh:62
  • simp-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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.