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/12/17 15:21:38 UTC

[incubator-datalab] branch DATALAB-2091 updated: [DATALAB-2091]: replaced fabric with fab-classic

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

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


The following commit(s) were added to refs/heads/DATALAB-2091 by this push:
     new b2b0e4c  [DATALAB-2091]: replaced fabric with fab-classic
b2b0e4c is described below

commit b2b0e4c494c57b09b2f1b42d7045eb9244c50ff6
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Thu Dec 17 17:21:25 2020 +0200

    [DATALAB-2091]: replaced fabric with fab-classic
---
 infrastructure-provisioning/src/base/scripts/install_prerequisites.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/base/scripts/install_prerequisites.py b/infrastructure-provisioning/src/base/scripts/install_prerequisites.py
index e1ba273..ce45e76 100644
--- a/infrastructure-provisioning/src/base/scripts/install_prerequisites.py
+++ b/infrastructure-provisioning/src/base/scripts/install_prerequisites.py
@@ -33,7 +33,7 @@ parser = argparse.ArgumentParser()
 parser.add_argument('--hostname', type=str, default='')
 parser.add_argument('--keyfile', type=str, default='')
 parser.add_argument('--pip_packages', type=str,
-                    default='boto3 argparse fabric==1.14.0 awscli google-api-python-client google-auth-httplib2 google-cloud-storage pycrypto azure==2.0.0')
+                    default='boto3 argparse fab-classic==1.18.8 awscli google-api-python-client google-auth-httplib2 google-cloud-storage pycrypto azure==2.0.0')
 parser.add_argument('--additional_config', type=str, default='{"empty":"string"}')
 parser.add_argument('--user', type=str, default='')
 parser.add_argument('--edge_private_ip', type=str, default='')


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