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 2021/11/12 08:06:23 UTC

[incubator-datalab] branch DATALAB-2567 created (now 62663d3)

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

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


      at 62663d3  [DATALAB-2567]: disabled scp removal on nodes

This branch includes the following new commits:

     new 62663d3  [DATALAB-2567]: disabled scp removal on nodes

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-2567]: disabled scp removal on nodes

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

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

commit 62663d35ac51a63adef70c4c9111fd3bebc35727
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Fri Nov 12 10:06:05 2021 +0200

    [DATALAB-2567]: disabled scp removal on nodes
---
 infrastructure-provisioning/src/base/scripts/install_prerequisites.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/src/base/scripts/install_prerequisites.py b/infrastructure-provisioning/src/base/scripts/install_prerequisites.py
index 007f0e1..430805f 100644
--- a/infrastructure-provisioning/src/base/scripts/install_prerequisites.py
+++ b/infrastructure-provisioning/src/base/scripts/install_prerequisites.py
@@ -60,8 +60,8 @@ if __name__ == "__main__":
         traceback.print_exc()
         sys.exit(1)
 
-    logging.info("Disable scp on nodes")
-    disable_edge_scp_binary(args.user)
+    #logging.info("Disable scp on nodes")
+    #disable_edge_scp_binary(args.user)
 
     #logging.info("Updating openssh to version")
     #ensure_openssh_version(args.user)

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