diff --git a/repositories/binhost.conf b/repositories/binhost.conf index b8fef21..a12e52d 100644 --- a/repositories/binhost.conf +++ b/repositories/binhost.conf @@ -1,5 +1,5 @@ location = /usr/gentoo-binhost -sync = git+https://github.com/hasufell/gentoo-binhost.git +sync = git+https://github.com/hasufell/gentoo-binhost.git --git-clone-option="--depth=1" --git-pull-option="--depth=1" --git-fetch-option="--depth=1" distdir = /srv/binhost format = e names_cache = /var/cache/paludis/names diff --git a/repositories/gentoo.conf b/repositories/gentoo.conf index 8ffb199..1c506a4 100644 --- a/repositories/gentoo.conf +++ b/repositories/gentoo.conf @@ -1,5 +1,5 @@ location = /usr/portage -sync = git+https://github.com/gentoo/gentoo.git --git-clone-option="--depth=1" +sync = git+https://github.com/gentoo/gentoo.git --git-clone-option="--depth=1" --git-pull-option="--depth=1" --git-fetch-option="--depth=1" # Select your profile normally in portage via 'eselect profile' and then # check where the file /etc/portage/make.profile points to and copy that information. diff --git a/repositories/libressl.conf b/repositories/libressl.conf index 3dcd4fd..81a8a39 100644 --- a/repositories/libressl.conf +++ b/repositories/libressl.conf @@ -1,5 +1,5 @@ format = e -sync = git+https://github.com/hasufell/libressl.git git+file://git@github.com:hasufell/libressl.git +sync = git+https://github.com/hasufell/libressl.git git+file://git@github.com:hasufell/libressl.git --git-clone-option="--depth=1" --git-pull-option="--depth=1" --git-fetch-option="--depth=1" location = /var/db/paludis/repositories/libressl names_cache = /var/cache/paludis/names write_cache = /var/cache/paludis/metadata diff --git a/repositories/mosaik-overlay.conf b/repositories/mosaik-overlay.conf index 4de984d..01940a9 100644 --- a/repositories/mosaik-overlay.conf +++ b/repositories/mosaik-overlay.conf @@ -1,5 +1,5 @@ format = e -sync = git+https://github.com/MOSAIKSoftware/mosaik-overlay.git git+file://git@github.com:MOSAIKSoftware/mosaik-overlay.git +sync = git+https://github.com/MOSAIKSoftware/mosaik-overlay.git git+file://git@github.com:MOSAIKSoftware/mosaik-overlay.git --git-clone-option="--depth=1" --git-pull-option="--depth=1" --git-fetch-option="--depth=1" location = /var/db/paludis/repositories/mosaik-overlay names_cache = /var/cache/paludis/names write_cache = /var/cache/paludis/metadata