diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/intel/portage/repos.conf/gentoo.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/intel/portage/repos.conf/gentoo.conf b/conf/intel/portage/repos.conf/gentoo.conf index 64b19cd..ccbedb0 100644 --- a/conf/intel/portage/repos.conf/gentoo.conf +++ b/conf/intel/portage/repos.conf/gentoo.conf @@ -5,8 +5,16 @@ main-repo = gentoo [redcore] location = /usr/ports/redcore +sync-type = git +sync-uri = https://pagure.io/redcore/redcore-desktop.git +auto-sync = yes +clone-depth = 1 priority = 1000 [gentoo] location = /usr/ports/gentoo +sync-type = git +sync-uri = https://pagure.io/redcore/portage.git +auto-sync = yes +clone-depth = 1 priority = 1 |