mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
use .repo extension
This commit is contained in:
parent
6a2000011a
commit
54beda0809
4 changed files with 4 additions and 5 deletions
2
.github/workflows/build_iso.yml
vendored
2
.github/workflows/build_iso.yml
vendored
|
|
@ -112,7 +112,7 @@ jobs:
|
|||
image_repo: ${{ env.IMAGE_REPO}}
|
||||
image_tag: ${{ matrix.version }}
|
||||
version: ${{ matrix.version == 'eln' && '9' || matrix.version }}
|
||||
repos: ${{ matrix.version == 'eln' && 'repos/centos.srepo' || '' }}
|
||||
repos: ${{ matrix.version == 'eln' && 'repos/centos.repo' || '' }}
|
||||
variant: ${{ needs.load_vars.outputs.VARIANT }}
|
||||
flatpak_remote_refs: ${{ matrix.flatpaks == 'flatpak_refs' && needs.load_vars.outputs.FLATPAK_REMOTE_REFS || '' }}
|
||||
flatpak_remote_refs_dir: ${{ matrix.flatpaks == 'flatpak_refs_dir' && needs.load_vars.outputs.FLATPAK_REMOTE_REFS_DIR || '' }}
|
||||
|
|
|
|||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,7 +5,6 @@
|
|||
/flatpaks/list.txt
|
||||
/lorax_templates/post_*
|
||||
/pkglists
|
||||
/repos/*.repo
|
||||
/results
|
||||
/xorriso/input.txt
|
||||
/original-pkgsizes.txt
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -35,7 +35,7 @@ _VOLID := $(firstword $(subst -, ,$(IMAGE_NAME)))-$(ARCH)-$(
|
|||
|
||||
ifeq ($(findstring redhat.repo,$(REPOS)),redhat.repo)
|
||||
export _RHEL := true
|
||||
else ifeq ($(findstring centos.srepo,$(REPOS)),centos.srepo)
|
||||
else ifeq ($(findstring centos.repo,$(REPOS)),centos.repo)
|
||||
export _RHEL := true
|
||||
else
|
||||
export _RHEL := false
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[baseos]
|
||||
name=CentOS Stream $releasever - BaseOS
|
||||
name=CentOS Stream 9 - BaseOS
|
||||
metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-9-stream&arch=x86_64&protocol=https,http
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
||||
gpgcheck=0
|
||||
|
|
@ -9,7 +9,7 @@ countme=1
|
|||
enabled=1
|
||||
|
||||
[appstream]
|
||||
name=CentOS Stream $releasever - AppStream
|
||||
name=CentOS Stream 9 - AppStream
|
||||
metalink=https://mirrors.centos.org/metalink?repo=centos-appstream-9-stream&arch=x86_64&protocol=https,http
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
||||
gpgcheck=0
|
||||
Loading…
Add table
Add a link
Reference in a new issue