# HG changeset patch # User Christophe Lincoln # Date 1304710994 -7200 # Node ID 302a81b24e6ba6686a4174d62008cf90fa4f1aaa # Parent c042c0f4c34d8fdf42885a2736f5e046edfc922f cooker: preserve permissions while sysncing wok's with rsync diff -r c042c0f4c34d -r 302a81b24e6b cooker --- a/cooker Fri May 06 21:30:57 2011 +0200 +++ b/cooker Fri May 06 21:43:14 2011 +0200 @@ -358,7 +358,7 @@ if [ "$new" -gt "$cur" ]; then echo "Changes found from: $cur to $new" | log echo "Syncing build wok with Hg wok..." | log_commits - rsync -r -t -c -l -u -v -D -E --delete ${wok}-hg/ $wok/ | \ + rsync -r -t -c -l -u -p -v -D -E --delete ${wok}-hg/ $wok/ | \ sed '/^$/'d | log_commits else echo "No revision changes: $cur vs $new" | log