diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-07-28 00:39:46 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-07-28 00:39:46 +0100 |
commit | 52b7bc72ec5b302a652716bbe4579df4b881ba28 (patch) | |
tree | 9f67740ea1984b85950fc5d41d453971b50b56f3 /conf | |
parent | 9d8c50f539d11b4da5797c57dadfde85434cf1f4 (diff) |
Revert "these parts are no longer needed"
This reverts commit 92f5a1b0b732f7c6b567dc6b360ba8749a15fca6.
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 |