From 11b682fc6622ff4c7297bf6849cc186424eff0bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Zavam?= Date: Wed, 2 Mar 2022 14:40:49 +0000 Subject: [PATCH] Suggest the use of git shallow copy, while cloning --- build-source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-source.sh b/build-source.sh index 0946683d..f3d19f15 100755 --- a/build-source.sh +++ b/build-source.sh @@ -36,7 +36,7 @@ fi mkdir -p build/source mkdir -p dist cd build/source -git clone https://github.com/onionshare/onionshare.git +git clone --single-branch --branch $TAG --depth 1 https://github.com/onionshare/onionshare.git cd onionshare # Verify tag