Ensure --depth=1 for git clone/fetc/pull
This commit is contained in:
parent
e9357c7511
commit
a667cecfdd
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user