add other rsync arguments
--delete-before and -d should make clear that we don't want stale files in the receiver path and its subdirs
This commit is contained in:
@@ -57,7 +57,7 @@ class Configuration(dict):
|
||||
'iso_builder_builtin_args': ["-J","-R","-l","-no-emul-boot",
|
||||
"-boot-load-size","4","-udf","-boot-info-table"],
|
||||
'mirror_syncer_builtin_args': ["-a","--delete","--delete-excluded",
|
||||
"--numeric-ids","--recursive","-A","-H"],
|
||||
"--delete-before","--numeric-ids","--recursive","-d","-A","-H"],
|
||||
'chroot_compressor_output_file': "livecd.squashfs",
|
||||
}
|
||||
self.clear()
|
||||
|
||||
Reference in New Issue
Block a user