Repository: incubator-ariatosca
Updated Branches:
  refs/heads/ARIA-96-less-strict-dependencies bbf40625c -> baafbcd93 (forced 
update)


Change parameter name in wagon.install to venv

The previous requirements file specified wagon==0.5.0.
In the new requirements file we don't specify a version for wagon,
so we get the latest - 0.6.0.
In this version, wagon.install's virtualenv argument was changed to venv.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/46c40b3d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/46c40b3d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/46c40b3d

Branch: refs/heads/ARIA-96-less-strict-dependencies
Commit: 46c40b3df78d9ce75447497135c6cf7d71ea66c3
Parents: f01f082
Author: Avia Efrat <[email protected]>
Authored: Sun Mar 12 14:32:37 2017 +0200
Committer: Avia Efrat <[email protected]>
Committed: Sun Mar 12 14:32:37 2017 +0200

----------------------------------------------------------------------
 aria/orchestrator/plugin.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/46c40b3d/aria/orchestrator/plugin.py
----------------------------------------------------------------------
diff --git a/aria/orchestrator/plugin.py b/aria/orchestrator/plugin.py
index 381504e..d815754 100644
--- a/aria/orchestrator/plugin.py
+++ b/aria/orchestrator/plugin.py
@@ -92,7 +92,7 @@ class PluginManager(object):
                 install_args='--prefix="{prefix}" 
--constraint="{constraint}"'.format(
                     prefix=prefix,
                     constraint=constraint.name),
-                virtualenv=os.environ.get('VIRTUAL_ENV'))
+                venv=os.environ.get('VIRTUAL_ENV'))
         finally:
             os.remove(constraint_path)
 

Reply via email to