From cd6e29f4fe6a3945e79529d00e548827f387afa3 Mon Sep 17 00:00:00 2001 From: hasufell Date: Fri, 5 Feb 2016 19:04:04 +0100 Subject: [PATCH] Fix sync_options --- repositories/binhost.conf | 3 ++- repositories/gentoo.conf | 3 ++- repositories/libressl.conf | 3 ++- repositories/mosaik-overlay.conf | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/repositories/binhost.conf b/repositories/binhost.conf index a12e52d..ab7af4d 100644 --- a/repositories/binhost.conf +++ b/repositories/binhost.conf @@ -1,5 +1,6 @@ location = /usr/gentoo-binhost -sync = git+https://github.com/hasufell/gentoo-binhost.git --git-clone-option="--depth=1" --git-pull-option="--depth=1" --git-fetch-option="--depth=1" +sync = git+https://github.com/hasufell/gentoo-binhost.git +sync_options = --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 97a579e..08ac0c1 100644 --- a/repositories/gentoo.conf +++ b/repositories/gentoo.conf @@ -1,5 +1,6 @@ location = /usr/portage -sync = git+https://github.com/gentoo/gentoo.git --git-clone-option="--depth=1" --git-pull-option="--depth=1" --git-fetch-option="--depth=1" +sync = git+https://github.com/gentoo/gentoo.git +sync_options = --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 81a8a39..243e918 100644 --- a/repositories/libressl.conf +++ b/repositories/libressl.conf @@ -1,5 +1,6 @@ format = e -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" +sync = git+https://github.com/hasufell/libressl.git git+file://git@github.com:hasufell/libressl.git +sync_options = --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 01940a9..3a07ed1 100644 --- a/repositories/mosaik-overlay.conf +++ b/repositories/mosaik-overlay.conf @@ -1,5 +1,6 @@ format = e -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" +sync = git+https://github.com/MOSAIKSoftware/mosaik-overlay.git git+file://git@github.com:MOSAIKSoftware/mosaik-overlay.git +sync_options = --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