diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-10-04 16:21:18 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-10-04 16:21:18 +0100 |
commit | ad7c8698decefab687cf2132fae5ceb589f54314 (patch) | |
tree | caca270e958db49ef72230fb8fe4e509cff6c058 | |
parent | 9fa0b5e7434081f20a460af168a6bd96ed678569 (diff) |
move to git based portage sync
-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 |