From fb21230bc2876db36479a19ac4093bc829c27708 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 24 Sep 2024 18:31:05 +0300 Subject: [PATCH] Updated configs for git clone Signed-off-by: Dimitris Zlatanidis --- configs/slpkg.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/slpkg.toml b/configs/slpkg.toml index f995ce6e..1b0ca8f7 100644 --- a/configs/slpkg.toml +++ b/configs/slpkg.toml @@ -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