mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-25 09:58:41 +01:00
Updated configs for git clone
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
18595e6fef
commit
fb21230bc2
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ LFTP_MIRROR_OPTIONS = "-c mirror --parallel=100 --only-newer --delete"
|
|||
# Instead of the lftp command to synchronize the Slackbuilds repositories
|
||||
# (sbo and ponce) you can use the git clone command, after you have also
|
||||
# changed the mirror in the repositories.toml file.
|
||||
GIT_CLONE = "git clone"
|
||||
GIT_CLONE = "git clone --depth 1"
|
||||
|
||||
# Python urllib3 settings used for checking between two changelog files.
|
||||
# Timeouts allow you to control how long (in seconds) requests are allowed
|
||||
|
|
Loading…
Reference in a new issue