This commit is contained in:
Dimitris Zlatanidis 2023-12-15 12:24:12 +02:00
parent 90c2c41fdd
commit 529571c2c1

View file

@ -108,7 +108,7 @@ CURL_OPTIONS = ""
LFTP_GET_OPTIONS = "-c get -e"
# Lftp mirror options are used to synchronize with the SBo and Ponce repositories
# or for the locals repositories.
# or for the local repositories.
LFTP_MIRROR_OPTIONS = "-c mirror --parallel=100 --only-newer"
# Addition extra option for lftp command to exclude some not useful files
# from SBo and ponce repositories.
@ -116,7 +116,7 @@ LFTP_EXCLUDE = "-X SLACKBUILDS.TXT.gz -X CHECKSUMS.md5.asc -X 'TAGS.txt*' -X '*.
# If you are going to use a proxy server, try to fill in these variables.
# Choose between http or socks proxy type.
# For a socks proxy, you need to install the PySocks package.
# For a sock proxy, you need to install the PySocks package.
# https://urllib3.readthedocs.io/en/stable/advanced-usage.html#socks-proxies
PROXY_ADDRESS = ""
PROXY_USERNAME = ""