| author | ymh <ymh.work@gmail.com> |
| Thu, 20 Sep 2012 08:04:17 +0900 | |
| changeset 4 | 8e3ace50b235 |
| parent 3 | 1cb672cb9f9d |
| child 5 | 2d4996beea62 |
| sbin/sync/fabfile.py | file | annotate | diff | comparison | revisions | |
| virtualenv/res/src/ldt-1.21.tar.gz | file | annotate | diff | comparison | revisions |
--- a/sbin/sync/fabfile.py Wed Sep 19 10:31:06 2012 +0900 +++ b/sbin/sync/fabfile.py Thu Sep 20 08:04:17 2012 +0900 @@ -13,7 +13,7 @@ def get_export_path(version): base_path = os.path.join(env.base_export_path,env.export_prefix).rstrip("/") - return os.path.expanduser(base_path) + "_%s" % (str(version)) + return os.path.expanduser(base_path) + "_%s/ldt" % (str(version)) def clean_export_folder(path): print("Removing %s" % path)