You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2020/10/08 13:26:49 UTC

[incubator-datalab] branch DATALAB-2095 created (now 2f7027f)

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

lfrolov pushed a change to branch DATALAB-2095
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git.


      at 2f7027f  [DATALAB-2095]: addded upgrade of six lib

This branch includes the following new commits:

     new 2f7027f  [DATALAB-2095]: addded upgrade of six lib

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org


[incubator-datalab] 01/01: [DATALAB-2095]: addded upgrade of six lib

Posted by lf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch DATALAB-2095
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit 2f7027fa687d9279c2afab257d627648916962bd
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Thu Oct 8 16:26:28 2020 +0300

    [DATALAB-2095]: addded upgrade of six lib
---
 infrastructure-provisioning/src/ssn/scripts/configure_ui.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure-provisioning/src/ssn/scripts/configure_ui.py b/infrastructure-provisioning/src/ssn/scripts/configure_ui.py
index c023480..fce5306 100644
--- a/infrastructure-provisioning/src/ssn/scripts/configure_ui.py
+++ b/infrastructure-provisioning/src/ssn/scripts/configure_ui.py
@@ -133,6 +133,7 @@ def configure_mongo(mongo_passwd, default_endpoint_name):
         sudo('sed -i "s|CLOUD_PROVIDER|{0}|g" /tmp/local_endpoint.json'.format(
             os.environ['conf_cloud_provider'].upper()))
         sudo('mv /tmp/local_endpoint.json ' + args.datalab_path + 'tmp/')
+        sudo('pip2 install -U six>=1.13.0')
         sudo("python " + args.datalab_path + "tmp/configure_mongo.py --datalab_path {} ".format(
             args.datalab_path))
     except Exception as err:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org