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:
Fabio Erculiani
2009-03-26 15:12:12 +01:00
parent 11822234ad
commit d8d8d16b9a
+1 -1
View File
@@ -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()