From 5670a7670bf07de2d0362f28349a9b455afbf4f3 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sat, 31 Aug 2019 23:35:11 +0200 Subject: Gentoo 17.1 / Major clean-up --- repos.conf/gentoo.conf | 7 +++++++ repos.conf/layman.conf | 12 ++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 repos.conf/gentoo.conf create mode 100644 repos.conf/layman.conf (limited to 'repos.conf') diff --git a/repos.conf/gentoo.conf b/repos.conf/gentoo.conf new file mode 100644 index 0000000..8c657da --- /dev/null +++ b/repos.conf/gentoo.conf @@ -0,0 +1,7 @@ +[DEFAULT] +main-repo = gentoo + +[gentoo] +location = /usr/portage +sync-type = rsync +sync-uri = rsync://rsync.gentoo.org/gentoo-portage diff --git a/repos.conf/layman.conf b/repos.conf/layman.conf new file mode 100644 index 0000000..8b9b9f2 --- /dev/null +++ b/repos.conf/layman.conf @@ -0,0 +1,12 @@ +[nx] +priority = 50 +location = /var/lib/layman/nx +layman-type = git +auto-sync = No + +[pypi] +priority = 50 +location = /var/lib/layman/pypi +layman-type = g-sorcery +auto-sync = No + -- cgit v1.2.1