| changeset 171 | 9b019ac3b791 |
| parent 166 | e9cd38b7cfe0 |
| child 174 | b91ae400f66d |
--- a/sbin/sync/fabfile.py Thu Sep 01 14:19:16 2016 +0200 +++ b/sbin/sync/fabfile.py Fri Sep 02 02:01:55 2016 +0200 @@ -47,7 +47,7 @@ install_build(res_trans[0], env.remote_path['virtualenv']) # remove build + untared folder run('rm -fr "%s" "%s" ' % (res_trans[0], res_trans[0][0:-7])) - clean_export_folder(export_path) + clean_export_folder(env.remote_path['build_export']) relaunch_server() @task