diff options
author | Wynn Wolf Arbor | 2020-02-24 22:06:08 +0100 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-03-17 18:36:10 +0100 |
commit | 32e8b1468355ecbf530a1518dde6a761cfb8af54 (patch) | |
tree | 6c5268bbd3025967c492057a5a2b537bb1435f15 | |
parent | 00439ddc013b51450378f690321639ae46740546 (diff) | |
download | portage-roles-32e8b1468355ecbf530a1518dde6a761cfb8af54.tar.gz |
Switch to a new location for portage repositories
Instead of /var/overlay/<repo> for overlays and /var/portage/tree for
the gentoo repo, all data is now stored in /var/portage/repos/<repo>,
which is a more consistent location.
Diffstat (limited to '')
-rw-r--r-- | group-base/repos.conf/pramantha.conf | 2 | ||||
-rw-r--r-- | group-musl/repos.conf/musl.conf | 2 | ||||
-rw-r--r-- | host-coleridge/repos.conf/gentoo.conf | 2 | ||||
-rw-r--r-- | host-demeter/repos.conf/gentoo.conf | 2 | ||||
-rw-r--r-- | host-nabokov/repos.conf/gentoo.conf | 2 | ||||
-rw-r--r-- | lang-dlang/repos.conf/dlang.conf | 2 | ||||
-rw-r--r-- | 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 |