mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Added --delete option
This commit is contained in:
parent
6f6e29c40d
commit
c7c5d81b60
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ LFTP_GET_OPTIONS = "-c get -e"
|
|||
|
||||
# Lftp mirror options are used to synchronize with the SBo and Ponce repositories
|
||||
# or for the local repositories.
|
||||
LFTP_MIRROR_OPTIONS = "-c mirror --parallel=100 --only-newer"
|
||||
LFTP_MIRROR_OPTIONS = "-c mirror --parallel=100 --only-newer --delete"
|
||||
# Addition extra option for lftp command to exclude some not useful files
|
||||
# from SBo and ponce repositories.
|
||||
LFTP_EXCLUDE = "-X SLACKBUILDS.TXT.gz -X CHECKSUMS.md5.asc -X 'TAGS.txt*' -X '*.tar.gz*'"
|
||||
|
|
Loading…
Reference in a new issue