logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository.
commit: ca762809a9358476de169a5440134ecf888fce37
parent: 8de28561ca6aba5fdb7311db47cf872eb55c2bf0
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri,  3 May 2019 05:50:22 +0200

repos.conf: Add contained files except layman.conf

Diffstat:

M.gitignore4++--
Arepos.conf/crossdev5+++++
Arepos.conf/gentoo.conf9+++++++++
3 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,2 +1,3 @@ # Ignore crossdev-generated files -cross-*- \ No newline at end of file +cross-* +layman.conf diff --git a/repos.conf/crossdev b/repos.conf/crossdev @@ -0,0 +1,5 @@ +[crossdev] +location = /usr/local/portage-crossdev +priority = 10 +masters = gentoo +auto-sync = no diff --git a/repos.conf/gentoo.conf b/repos.conf/gentoo.conf @@ -0,0 +1,9 @@ +[DEFAULT] +main-repo = gentoo +sync-depth = 1 + +[gentoo] +sync-type = git +sync-uri = https://anongit.gentoo.org/git/repo/gentoo.git +sync-depth = 1 +auto-sync = yes