# HG changeset patch # User ymh # Date 1271768154 -7200 # Node ID 7c693f70ac4f240f202b41586595d27d5d4a9a25 # Parent 445ed7755592bab649b49c27d25a4c0d77007d42 sync files diff -r 445ed7755592 -r 7c693f70ac4f .hgignore --- a/.hgignore Tue Apr 20 11:09:13 2010 +0200 +++ b/.hgignore Tue Apr 20 14:55:54 2010 +0200 @@ -30,4 +30,6 @@ syntax: regexp ^web/thdProject/plugins/iriSonyenginePlugin/config/sonyengine\.yml$ syntax: regexp -^web/thdProject/config/databases\.yml$ \ No newline at end of file +^web/thdProject/config/databases\.yml$ +syntax: regexp +^build/deploy_engine\.launch$ \ No newline at end of file diff -r 445ed7755592 -r 7c693f70ac4f build/deploy.launch --- a/build/deploy.launch Tue Apr 20 11:09:13 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff -r 445ed7755592 -r 7c693f70ac4f build/deploy_engine.launch.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build/deploy_engine.launch.tmpl Tue Apr 20 14:55:54 2010 +0200 @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 445ed7755592 -r 7c693f70ac4f build/sbin/sync_mosatags --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build/sbin/sync_mosatags Tue Apr 20 14:55:54 2010 +0200 @@ -0,0 +1,27 @@ +#!/bin/env bash + +prod_web_server=94.247.233.8 +prod_engine_server=94.247.233.9 + +dev_web_server= +dev_engine_server= + +prod_sync_user=mosatags +env_sync_user=mosatags + +checkout_sources() { + hg clone + hg archive + +} + +sync_web() { + + #symphony freeze + #rsync +} + +sync_engine() { + #rsync +} +