diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/intel/portage/repos.conf | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/conf/intel/portage/repos.conf b/conf/intel/portage/repos.conf index edda932..62f4b24 100644 --- a/conf/intel/portage/repos.conf +++ b/conf/intel/portage/repos.conf @@ -2,19 +2,21 @@ main-repo = kogaion-desktop [kogaion-desktop] -priority = 3 location = /var/lib/layman/kogaion-desktop sync-type = git -sync-uri = https://github.com/Rogentos/kogaion-desktop.git +sync-uri = https://gitlab.com/kogaion/kogaion-desktop.git +priority = 3 [kogaion] location = /var/lib/layman/kogaion sync-type = git -sync-uri = https://github.com/Rogentos/kogaion.git +sync-uri = https://gitlab.com/kogaion/kogaion-main.git priority = 2 [gentoo] +location = /usr/portage +sync-type = git +sync-uri = git://anongit.gentoo.org/repo/gentoo.git +auto-sync = yes +sync-depth = 0 priority = 1 -location = /usr/portage/ -sync-type = rsync -rsync-uri = rsync://rsync.europe.gentoo.org/gentoo-portage |