From 32e8b1468355ecbf530a1518dde6a761cfb8af54 Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Mon, 24 Feb 2020 22:06:08 +0100 Subject: Switch to a new location for portage repositories Instead of /var/overlay/ for overlays and /var/portage/tree for the gentoo repo, all data is now stored in /var/portage/repos/, which is a more consistent location. --- group-base/repos.conf/pramantha.conf | 2 +- group-musl/repos.conf/musl.conf | 2 +- host-coleridge/repos.conf/gentoo.conf | 2 +- host-demeter/repos.conf/gentoo.conf | 2 +- host-nabokov/repos.conf/gentoo.conf | 2 +- lang-dlang/repos.conf/dlang.conf | 2 +- service-nix/repos.conf/nix-guix.conf | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/group-base/repos.conf/pramantha.conf b/group-base/repos.conf/pramantha.conf index 91d7aaf..aeadbbd 100644 --- a/group-base/repos.conf/pramantha.conf +++ b/group-base/repos.conf/pramantha.conf @@ -1,5 +1,5 @@ [pramantha] -location = /var/overlays/pramantha +location = /var/portage/repos/pramantha sync-type = git clone-depth = 0 sync-uri = https://git.oriole.systems/pramantha.git diff --git a/group-musl/repos.conf/musl.conf b/group-musl/repos.conf/musl.conf index d555b8e..e228810 100644 --- a/group-musl/repos.conf/musl.conf +++ b/group-musl/repos.conf/musl.conf @@ -1,5 +1,5 @@ [musl] -location = /var/overlays/musl +location = /var/portage/repos/musl sync-type = git sync-uri = https://anongit.gentoo.org/git/proj/musl.git auto-sync = yes diff --git a/host-coleridge/repos.conf/gentoo.conf b/host-coleridge/repos.conf/gentoo.conf index acc083b..155ec28 100644 --- a/host-coleridge/repos.conf/gentoo.conf +++ b/host-coleridge/repos.conf/gentoo.conf @@ -2,6 +2,6 @@ main-repo = gentoo [gentoo] -location = /var/portage/tree +location = /var/portage/repos/gentoo sync-type = rsync sync-uri = rsync://mirror.manitu.net/gentoo-portage diff --git a/host-demeter/repos.conf/gentoo.conf b/host-demeter/repos.conf/gentoo.conf index 9de7cbd..caf0ff3 100644 --- a/host-demeter/repos.conf/gentoo.conf +++ b/host-demeter/repos.conf/gentoo.conf @@ -2,6 +2,6 @@ main-repo = gentoo [gentoo] -location = /var/portage/tree +location = /var/portage/repos/gentoo sync-type = rsync sync-uri = rsync://rsync.de.gentoo.org/gentoo-portage/ diff --git a/host-nabokov/repos.conf/gentoo.conf b/host-nabokov/repos.conf/gentoo.conf index 1f161e2..7f10002 100644 --- a/host-nabokov/repos.conf/gentoo.conf +++ b/host-nabokov/repos.conf/gentoo.conf @@ -2,6 +2,6 @@ main-repo = gentoo [gentoo] -location = /var/portage/tree +location = /var/portage/repos/gentoo sync-type = rsync sync-uri = rsync://demeter.fritz.box/gentoo-portage diff --git a/lang-dlang/repos.conf/dlang.conf b/lang-dlang/repos.conf/dlang.conf index cb17bd3..4b0c0eb 100644 --- a/lang-dlang/repos.conf/dlang.conf +++ b/lang-dlang/repos.conf/dlang.conf @@ -1,5 +1,5 @@ [dlang] auto-sync = yes -location = /var/overlays/dlang +location = /var/portage/repos/dlang sync-type = git sync-uri = https://github.com/gentoo/dlang diff --git a/service-nix/repos.conf/nix-guix.conf b/service-nix/repos.conf/nix-guix.conf index 6022ce0..3162227 100644 --- a/service-nix/repos.conf/nix-guix.conf +++ b/service-nix/repos.conf/nix-guix.conf @@ -1,5 +1,5 @@ [nix-guix] auto-sync = yes -location = /var/overlays/nix-guix +location = /var/portage/repos/nix-guix sync-type = git sync-uri = https://github.com/trofi/nix-guix-gentoo -- cgit v1.2.3-2-gb3c3