diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2026-03-07 18:31:41 +0000 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2026-03-07 18:31:41 +0000 |
| commit | 164e013298d5a196aeafd7b06dc29bb1246ae042 (patch) | |
| tree | 72cfd0b079adcd250873871976300bbcd63be5e6 /repos.conf | |
| parent | aecf9d74a2f61f57d023f82531bd462bb6ac3bfd (diff) | |
Diffstat (limited to 'repos.conf')
| -rw-r--r-- | repos.conf/eselect-repo.conf | 2 | ||||
| -rw-r--r-- | repos.conf/gentoo.conf | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/repos.conf/eselect-repo.conf b/repos.conf/eselect-repo.conf index 32aba4e..8bd9d58 100644 --- a/repos.conf/eselect-repo.conf +++ b/repos.conf/eselect-repo.conf @@ -8,6 +8,8 @@ priority = 100 [prosperouspotato-overlay] location = /var/db/repos/prosperouspotato-overlay +sync-type = git +sync-uri = git://git.adamsucks.me/prosperouspotato-overlay priority = 100 [steam-overlay] diff --git a/repos.conf/gentoo.conf b/repos.conf/gentoo.conf index bcbb127..46165f0 100644 --- a/repos.conf/gentoo.conf +++ b/repos.conf/gentoo.conf @@ -6,7 +6,7 @@ location = /var/db/repos/gentoo sync-type = git sync-uri = https://github.com/gentoo-mirror/gentoo auto-sync = yes -clone-depth = 10 +clone-depth = 1 sync-openpgp-keyserver = hkps://keys.gentoo.org sync-openpgp-key-refresh-retry-count = 40 sync-openpgp-key-refresh-retry-overall-timeout = 1200 |
