mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Fix typo
This commit is contained in:
parent
90c2c41fdd
commit
529571c2c1
1 changed files with 2 additions and 2 deletions
|
@ -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 = ""
|
||||
|
|
Loading…
Reference in a new issue