From 962c35425636e3f942fd8a624369a7c53748f47e Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Thu, 1 Jan 1970 03:00:00 +0300 Subject: chore: init --- etc/portage/repos.conf/eselect-repo.conf | 12 ++++++++++++ etc/portage/repos.conf/gentoo.conf | 19 +++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 etc/portage/repos.conf/eselect-repo.conf create mode 100644 etc/portage/repos.conf/gentoo.conf (limited to 'etc/portage/repos.conf') diff --git a/etc/portage/repos.conf/eselect-repo.conf b/etc/portage/repos.conf/eselect-repo.conf new file mode 100644 index 0000000..f6bf3d2 --- /dev/null +++ b/etc/portage/repos.conf/eselect-repo.conf @@ -0,0 +1,12 @@ +# created by eselect-repo + +[azahi] +location = /var/db/repos/azahi +sync-type = git +sync-uri = https://github.com/azahi/azahi-overlay.git + +[ricerlay] +location = /var/db/repos/ricerlay +sync-type = git +sync-uri = https://github.com/gentoo-mirror/ricerlay.git + diff --git a/etc/portage/repos.conf/gentoo.conf b/etc/portage/repos.conf/gentoo.conf new file mode 100644 index 0000000..3836cf5 --- /dev/null +++ b/etc/portage/repos.conf/gentoo.conf @@ -0,0 +1,19 @@ +[DEFAULT] +main-repo = gentoo + +[gentoo] +auto-sync = yes +location = /var/db/repos/gentoo +sync-allow-hardlinks = no +sync-openpgp-key-path = /usr/share/openpgp-keys/gentoo-release.asc +sync-openpgp-key-refresh-retry-count = 40 +sync-openpgp-key-refresh-retry-delay-exp-base = 2 +sync-openpgp-key-refresh-retry-delay-max = 60 +sync-openpgp-key-refresh-retry-delay-mult = 4 +sync-openpgp-key-refresh-retry-overall-timeout = 1200 +sync-rsync-verify-jobs = 1 +sync-rsync-verify-max-age = 24 +sync-rsync-verify-metamanifest = yes +sync-type = rsync +sync-uri = rsync://rsync.ru.gentoo.org/gentoo-portage +sync-webrsync-verify-signature = true -- cgit 1.4.1