# HG changeset patch # User ymh # Date 1276163213 -7200 # Node ID 3903840d67208f40a0fa319904ba51578ed5b25c # Parent 84e31387a741f6513bace3c77ab04c92f138e6b5 update sync scripts diff -r 84e31387a741 -r 3903840d6720 sbin/sync/sync_ldt_platform --- a/sbin/sync/sync_ldt_platform Thu Jun 10 11:17:09 2010 +0200 +++ b/sbin/sync/sync_ldt_platform Thu Jun 10 11:46:53 2010 +0200 @@ -1,15 +1,15 @@ #!/usr/bin/env bash set -e -if [ -d ~/tmp/blinkster_V$1 ]; then - rm -fr ~/tmp/blinkster_V$1; +if [ -d ~/tmp/eulalie_V$1 ]; then + rm -fr ~/tmp/eulalie_V$1; fi -hg archive -r V$1 ~/tmp/blinkster_V$1 +hg archive -r V$1 ~/tmp/eulalie_V$1 -#text2unix ~/tmp/blinkster_V$1 +#text2unix ~/tmp/eulalie_V$1 -if [ -d ~/tmp/blinkster_V$1 ]; then - cat <