diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-08 21:23:48 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-08 21:23:48 +0100 |
commit | affbc8fca657e69fb9041f30a13812636adef7ca (patch) | |
tree | 391e447f9a13cd759e462c52dbf486e95a62a3fc | |
parent | 1543be3763e1671badf12aaf7a3b1aeb39c3b354 (diff) |
switch away from deprecated sync-depth
-rw-r--r-- | conf/intel/portage/repos.conf/gentoo.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/intel/portage/repos.conf/gentoo.conf b/conf/intel/portage/repos.conf/gentoo.conf index b818177..b0996df 100644 --- a/conf/intel/portage/repos.conf/gentoo.conf +++ b/conf/intel/portage/repos.conf/gentoo.conf @@ -6,7 +6,7 @@ location = /usr/local/portage sync-type = git sync-uri = https://gitlab.com/redcore/redcore-desktop.git auto-sync = yes -sync-depth = 1 +clone-depth = 1 priority = 50 [gentoo] @@ -14,5 +14,5 @@ location = /usr/portage sync-type = git sync-uri = https://gitlab.com/redcore/portage.git auto-sync = yes -sync-depth = 1 +clone-depth = 1 priority = 1 |