You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dm...@apache.org on 2020/02/27 10:22:52 UTC

[incubator-dlab] branch odahu-integration updated: [odahu-integration] Temporarily removed preparation of odahu image

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

dmysakovets pushed a commit to branch odahu-integration
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/odahu-integration by this push:
     new b0e5737  [odahu-integration] Temporarily removed preparation of odahu image
b0e5737 is described below

commit b0e5737a2d5d91f4749a10fe0e7bcba5b6a9f0b1
Author: Demyan Mysakovets <de...@gmail.com>
AuthorDate: Thu Feb 27 12:22:37 2020 +0200

    [odahu-integration] Temporarily removed preparation of odahu image
---
 infrastructure-provisioning/src/ssn/scripts/configure_docker.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/src/ssn/scripts/configure_docker.py b/infrastructure-provisioning/src/ssn/scripts/configure_docker.py
index a489f5e..20b9723 100644
--- a/infrastructure-provisioning/src/ssn/scripts/configure_docker.py
+++ b/infrastructure-provisioning/src/ssn/scripts/configure_docker.py
@@ -198,8 +198,8 @@ if __name__ == "__main__":
     if not ensure_docker_daemon(args.dlab_path, args.os_user, args.region):
         sys.exit(1)
 
-    print("Preparing odahu image")
-    prepare_odahu_image(args.nexus_username, args.nexus_password, args.nexus_url, args.dlab_path)
+    #print("Preparing odahu image")
+    #prepare_odahu_image(args.nexus_username, args.nexus_password, args.nexus_url, args.dlab_path)
 
     print("Building dlab images")
     count = 0


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