Fix sync_options
This commit is contained in:
parent
a2e3ed802a
commit
cd6e29f4fe
@ -1,5 +1,6 @@
|
|||||||
location = /usr/gentoo-binhost
|
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
|
distdir = /srv/binhost
|
||||||
format = e
|
format = e
|
||||||
names_cache = /var/cache/paludis/names
|
names_cache = /var/cache/paludis/names
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
location = /usr/portage
|
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
|
# 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.
|
# check where the file /etc/portage/make.profile points to and copy that information.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
format = e
|
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
|
location = /var/db/paludis/repositories/libressl
|
||||||
names_cache = /var/cache/paludis/names
|
names_cache = /var/cache/paludis/names
|
||||||
write_cache = /var/cache/paludis/metadata
|
write_cache = /var/cache/paludis/metadata
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
format = e
|
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
|
location = /var/db/paludis/repositories/mosaik-overlay
|
||||||
names_cache = /var/cache/paludis/names
|
names_cache = /var/cache/paludis/names
|
||||||
write_cache = /var/cache/paludis/metadata
|
write_cache = /var/cache/paludis/metadata
|
||||||
|
Loading…
Reference in New Issue
Block a user