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