mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Correction to no-checksum
This commit is contained in:
parent
49549f4cad
commit
75aa384e80
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ def update_serverwebroot(serverwebroot, repo_section):
|
||||||
# use a checksum comparison for accurate comparisons on different
|
# use a checksum comparison for accurate comparisons on different
|
||||||
# filesystems, for example, FAT has a low resolution timestamp
|
# filesystems, for example, FAT has a low resolution timestamp
|
||||||
rsyncargs = ['rsync', '--archive', '--delete']
|
rsyncargs = ['rsync', '--archive', '--delete']
|
||||||
if not options.nochecksum:
|
if not options.no_checksum:
|
||||||
rsyncargs.append('--checksum')
|
rsyncargs.append('--checksum')
|
||||||
if options.verbose:
|
if options.verbose:
|
||||||
rsyncargs += ['--verbose']
|
rsyncargs += ['--verbose']
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue