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: packages:
- rocky-release - rocky-release
releasever: 8
variables:
stream: testing
prod: false
repos: repos:
- rocky-86-baseos - appstream
- rocky-86-appstream - baseos
include: include:
- manifests/rocky-ostree-base.yaml - manifests/rocky-ostree-base.yaml

View File

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

View File

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