| author | ymh <ymh.work@gmail.com> |
| Thu, 21 Feb 2013 23:49:32 +0100 | |
| changeset 58 | 67935f823afe |
| parent 57 | 242b17618c05 |
| child 59 | 7f4a4a23f665 |
--- a/sbin/sync/fabfile.py Thu Feb 21 23:30:21 2013 +0100 +++ b/sbin/sync/fabfile.py Thu Feb 21 23:49:32 2013 +0100 @@ -25,7 +25,7 @@ @task def update_lib(version, package): - print(green("update ldt with version %s" % version)) + print(green("update %s with version %s" % (package,version))) export_path = export_version(web=version) export_path_full = os.path.join(export_path,'web') lib_path = os.path.join(export_path_full, "virtualenv", "res", "lib")