Fix sync_options

This commit is contained in:
hasufell 2016-02-05 19:04:04 +01:00
parent a2e3ed802a
commit cd6e29f4fe
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
4 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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