From 8e857a8beba65b1cc5703e933af7cd5859b6798c Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 3 Feb 2024 15:41:36 -0700 Subject: [PATCH] fix --- gentoo-gnome.sh | 6 +++--- repos.conf/gentoobinhost.conf | 7 +++++++ repos.conf/repos.conf | 19 +++++++++++++++++++ 3 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 repos.conf/gentoobinhost.conf create mode 100644 repos.conf/repos.conf diff --git a/gentoo-gnome.sh b/gentoo-gnome.sh index af3670e..c096dbb 100644 --- a/gentoo-gnome.sh +++ b/gentoo-gnome.sh @@ -532,9 +532,9 @@ tweaks() { rm -f repos.conf rm -f gentoobinhost.conf rm -f /tmp/latest-stage3-amd64-desktop-systemd.txt - wget https://git.poster.place/verita84/hyprland/raw/branch/main/gentoo-gnome.sh - wget https://git.poster.place/verita84/hyprland/raw/branch/main/repos.conf/repos.conf - wget https://git.poster.place/verita84/hyprland/raw/branch/main/repos.conf/gentoobinhost.conf + wget https://git.poster.place/verita84/gnome/raw/branch/main/gentoo-gnome.sh + wget https://git.poster.place/verita84/gnome/raw/branch/main/repos.conf/repos.conf + wget https://git.poster.place/verita84/gnome/raw/branch/main/repos.conf/gentoobinhost.conf BASE_URL="https://mirrors.poster.place/releases/amd64/autobuilds/current-stage3-amd64-desktop-systemd-mergedusr" wget "$BASE_URL/latest-stage3-amd64-desktop-systemd-mergedusr.txt" wget $BASE_URL/$(cat latest-stage3-amd64-desktop-systemd-mergedusr.txt | grep tar.xz | tail -1 | cut -d '.' -f1-3 | cut -d '"' -f2 | cut -d ' ' -f1) -O /tmp/stage3.tar.xz diff --git a/repos.conf/gentoobinhost.conf b/repos.conf/gentoobinhost.conf new file mode 100644 index 0000000..b2f4f22 --- /dev/null +++ b/repos.conf/gentoobinhost.conf @@ -0,0 +1,7 @@ +# These settings were set by the catalyst build script that automatically +# built this stage. +# Please consider using a local mirror. + +[gentoobinhost] +priority = 9999 +sync-uri = https://mirrors.poster.place/releases/amd64/binpackages/17.1/x86-64 diff --git a/repos.conf/repos.conf b/repos.conf/repos.conf new file mode 100644 index 0000000..40184ca --- /dev/null +++ b/repos.conf/repos.conf @@ -0,0 +1,19 @@ +[DEFAULT] +main-repo = gentoo + +[gentoo] +location = /var/db/repos/gentoo +sync-type = rsync +sync-uri = rsync://192.168.0.146/gentoo-portage +auto-sync = yes +sync-rsync-verify-jobs = 1 +sync-rsync-verify-metamanifest = yes +sync-rsync-verify-max-age = 3 +sync-openpgp-key-path = /usr/share/openpgp-keys/gentoo-release.asc +sync-openpgp-keyserver = hkps://keys.gentoo.org +sync-openpgp-key-refresh-retry-count = 40 +sync-openpgp-key-refresh-retry-overall-timeout = 1200 +sync-openpgp-key-refresh-retry-delay-exp-base = 2 +sync-openpgp-key-refresh-retry-delay-max = 60 +sync-openpgp-key-refresh-retry-delay-mult = 4 +sync-webrsync-verify-signature = yes