Update comments

This commit is contained in:
Dimitris Zlatanidis 2023-12-05 21:36:00 +02:00
parent 1e506912b7
commit 0a021b9c54

View file

@ -111,7 +111,7 @@ LFTP_GET_OPTIONS = "-c get -e"
# or for the locals repositories.
LFTP_MIRROR_OPTIONS = "-c mirror --parallel=100 --only-newer"
# Addition extra option for lftp command to exclude some not useful files
# from SBo repository.
# from SBo and ponce repositories.
LFTP_EXCLUDE = "-X SLACKBUILDS.TXT.gz -X CHECKSUMS.md5.asc -X 'TAGS.txt*' -X '*.tar.gz*'"
# If you are going to use a proxy server, try to fill in these variables.