This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a commit to branch EPMCDLAB-1186
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/EPMCDLAB-1186 by this push:
     new 651b16f  fixed issue with list pkgs;
651b16f is described below

commit 651b16f5b66134c27b5ec78e4272f5bc66f739fe
Author: Oleh Martushevskyi <[email protected]>
AuthorDate: Wed Mar 6 13:31:09 2019 +0200

    fixed issue with list pkgs;
---
 .../src/general/scripts/os/get_list_available_pkgs.py                   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/infrastructure-provisioning/src/general/scripts/os/get_list_available_pkgs.py 
b/infrastructure-provisioning/src/general/scripts/os/get_list_available_pkgs.py
index 54fbded..1257e52 100644
--- 
a/infrastructure-provisioning/src/general/scripts/os/get_list_available_pkgs.py
+++ 
b/infrastructure-provisioning/src/general/scripts/os/get_list_available_pkgs.py
@@ -80,7 +80,7 @@ def get_uncategorised_pip_pkgs(all_pkgs_pip2, all_pkgs_pip3):
         if 'local_repository_parent_proxy_host' in os.environ:
             transport = ProxiedTransport()
             
transport.set_proxy('{}'.format(os.environ['local_repository_parent_proxy_host']),
-                                
int(os.environ['local_repository_parent_proxy_host']))
+                                
int(os.environ['local_repository_parent_proxy_port']))
             client = xmlrpclib.ServerProxy('https://pypi.python.org/pypi', 
transport=transport)
         else:
             client = xmlrpclib.ServerProxy('https://pypi.python.org/pypi')


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to