WIP: Bug fixes and rebase for 105+ #2

Draft
pastalian wants to merge 4 commits from pastalian/osbuild-composer:bug-fix-and-rebase into a9
First-time contributor
  1. fixes a bug that almalinux-9.4 repo uses 9.3 url
  2. fixes a bug that 8.7 repo has 404 url (+ r.a.o/vault/ → v.a.o change)
  3. fixes a bug that distros with no minor version (almalinux-{8,9}) cannot be specified
  4. rebases alma patch for osbuild-composer 105+
1. fixes a bug that almalinux-9.4 repo uses 9.3 url 2. fixes a bug that 8.7 repo has 404 url (+ r.a.o/vault/ → v.a.o change) 3. fixes a bug that distros with no minor version (almalinux-{8,9}) cannot be specified 4. rebases alma patch for osbuild-composer 105+
pastalian added 4 commits 2024-05-20 01:54:23 +00:00
e3498872e7 Update vault url
- from repo.almalinux.org/vault/ to vault.almalinux.org
- 8.7, 9.3: move to vault
9eaab29b1a Fix distro selection with no minor version
Distros with no minor version (almalinux-{8,9}) cannot be specified
without aliases. These aliases should be mapped to the latest minor
version, like rhel does.
Fixes GPG key for almalinux-9.json as well.
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b pastalian-bug-fix-and-rebase a9
git pull bug-fix-and-rebase

Step 2:

Merge the changes and update on Gitea.
git checkout a9
git merge --no-ff pastalian-bug-fix-and-rebase
git push origin a9
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: rpms/osbuild-composer#2
No description provided.