diff options
Diffstat (limited to 'repos.conf')
-rw-r--r-- | repos.conf/gentoo.conf | 7 | ||||
-rw-r--r-- | repos.conf/layman.conf | 12 |
2 files changed, 19 insertions, 0 deletions
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 + |