changeset 109 | 2f2cc65284b0 |
parent 60 | 10e4b6eae0e5 |
child 173 | 8b881fb925ef |
--- a/sbin/sync/fabfile.py Tue May 28 13:08:55 2013 +0200 +++ b/sbin/sync/fabfile.py Mon Jul 22 18:57:55 2013 +0200 @@ -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")