This commit is contained in:
Neil Hanlon 2022-09-29 18:01:28 -04:00
parent ca71f4d777
commit d9db20a39e
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
4 changed files with 19 additions and 10 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
build/
.direnv/
.envrc

View File

@ -6,9 +6,15 @@ rojig:
packages:
- rocky-release
releasever: 8
variables:
stream: testing
prod: false
repos:
- rocky-86-baseos
- rocky-86-appstream
- appstream
- baseos
include:
- manifests/rocky-ostree-base.yaml

View File

@ -1,7 +1,7 @@
[rocky-86-appstream]
name=Rocky Linux 8.6 - AppStream
#baseurl=http://dl.rockylinux.org/pub/rocky/8.6/AppStream/x86_64/os/
baseurl=http://192.168.122.89/repos/rocky86/AppStream/
[appstream]
name=Rocky Linux $releasever - AppStream
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=AppStream-8
#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/AppStream/$basearch/os/
gpgcheck=1
enabled=1
countme=1

View File

@ -1,7 +1,7 @@
[rocky-86-baseos]
name=Rocky Linux 8.6 - BaseOS
#baseurl=http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/x86_64/os/
baseurl=http://192.168.122.89/repos/rocky86/BaseOS/
[baseos]
name=Rocky Linux $releasever - BaseOS
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=BaseOS-8
#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/BaseOS/$basearch/os/
gpgcheck=1
enabled=1
countme=1