| changeset 17 | f8c613e43ebd |
| parent 6 | 5514662f70af |
| child 54 | 49efb495b46d |
--- a/sbin/sync/config.py.tmpl Fri Sep 21 11:12:53 2012 +0900 +++ b/sbin/sync/config.py.tmpl Fri Sep 21 11:13:11 2012 +0900 @@ -5,6 +5,11 @@ env.web_group = '<web_user_group>' env.folders = ['log', 'static/media'] +env.local_folders = { + 'web': 'ldt/web', + 'virtualenv': 'virtualenv', +} + env.base_export_path = "<local path used to export hg version>" env.export_prefix = "hyperplateau" env.remote_web_path = "<path of website root folder on the server>"