diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aeaefa1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +build/ +.direnv/ +.envrc diff --git a/ostree-config/manifest.yaml b/ostree-config/manifest.yaml index 1663dc4..d4f25f8 100644 --- a/ostree-config/manifest.yaml +++ b/ostree-config/manifest.yaml @@ -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 diff --git a/ostree-config/rocky-86-appstream.repo b/ostree-config/rocky-86-appstream.repo index f77bbe5..35031eb 100644 --- a/ostree-config/rocky-86-appstream.repo +++ b/ostree-config/rocky-86-appstream.repo @@ -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 diff --git a/ostree-config/rocky-86-baseos.repo b/ostree-config/rocky-86-baseos.repo index 527cb6a..7dcbc88 100644 --- a/ostree-config/rocky-86-baseos.repo +++ b/ostree-config/rocky-86-baseos.repo @@ -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