diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-04-26 01:19:12 +0300 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-04-26 01:19:12 +0300 |
commit | f3373b58c6c1d292e46c0ede04de67c72d81ead0 (patch) | |
tree | 14113d50fa7d4dd8090620d859b0796ccb18bdf2 /conf/intel | |
parent | 038f8f99ccc2122b8d12a94942517e390f2b1d68 (diff) |
[repos.conf] adaugare repos.conf, prioritatile tuturor repositoriilor
Diffstat (limited to 'conf/intel')
-rw-r--r-- | conf/intel/portage/repos.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/intel/portage/repos.conf b/conf/intel/portage/repos.conf new file mode 100644 index 0000000..edda932 --- /dev/null +++ b/conf/intel/portage/repos.conf @@ -0,0 +1,20 @@ +[DEFAULT] +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 + +[kogaion] +location = /var/lib/layman/kogaion +sync-type = git +sync-uri = https://github.com/Rogentos/kogaion.git +priority = 2 + +[gentoo] +priority = 1 +location = /usr/portage/ +sync-type = rsync +rsync-uri = rsync://rsync.europe.gentoo.org/gentoo-portage |