# HG changeset patch # User Christophe Lincoln # Date 1304734842 -7200 # Node ID 176385db9cdb607e77a006de2c7205b59daffa6b # Parent 7fc260d77233292f7c96efbea56e7411efacc41f cooker: dont use --delete with rsync, we will clean stuff/* with a function diff -r 7fc260d77233 -r 176385db9cdb cooker --- a/cooker Sat May 07 04:04:37 2011 +0200 +++ b/cooker Sat May 07 04:20:42 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 -p -v -D -E --delete ${wok}-hg/ $wok/ | \ + rsync -r -t -c -l -u -p -v -D -E ${wok}-hg/ $wok/ | \ sed '/^$/'d | log_commits else echo "No revision changes: $cur vs $new" | log