changeset 5584:ab77fb112c72

FIXME remove timestamp for rsync
author Graham Percival <gperciva@gperciva-desktop.(none)>
date Wed, 23 Sep 2009 16:01:07 +0100
parents 97ceee16efcc
children
files test-lily/rsync-lily-doc.py test-lily/rsync-test.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test-lily/rsync-lily-doc.py	Wed Sep 23 15:53:59 2009 +0100
+++ b/test-lily/rsync-lily-doc.py	Wed Sep 23 16:01:07 2009 +0100
@@ -198,7 +198,7 @@
     system ('chgrp -R lilypond . ' )
     system ('chmod 2775 `find -type d ` . ')
     branch_dir = 'v%s.%s' % (options.version[:2])
-    system ('rsync --exclude "*.signature" --hard-links --delay-updates --delete --delete-after --stats --progress -pgorltvu -e ssh . %s/%s/' % (options.destination, branch_dir))
+    system ('rsync --exclude "*.signature" --hard-links --delay-updates --delete --delete-after --stats --progress -pgorlvu -e ssh . %s/%s/' % (options.destination, branch_dir))
     
     
 def main ():
--- a/test-lily/rsync-test.py	Wed Sep 23 15:53:59 2009 +0100
+++ b/test-lily/rsync-test.py	Wed Sep 23 16:01:07 2009 +0100
@@ -182,7 +182,7 @@
     system ('chmod -R g+w .')
     system ('chgrp -R lilypond .' )
     system ('chmod 2775 `find -type d ` .')
-    system ('rsync --hard-links --delay-updates --delete --delete-after --stats --progress -pgorltvu -e ssh . %s/%s/' % (options.destination, target))
+    system ('rsync --hard-links --delay-updates --delete --delete-after --stats --progress -pgorlvu -e ssh . %s/%s/' % (options.destination, target))
     
     
 def main ():