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 2019/04/30 09:57:05 UTC

[incubator-dlab] branch docker-script updated: [DLAB-docker-script] Bugfix

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

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


The following commit(s) were added to refs/heads/docker-script by this push:
     new 04dd664  [DLAB-docker-script] Bugfix
04dd664 is described below

commit 04dd6643922113086933239e7439e253dbf05e48
Author: Dyoma33 <de...@gmail.com>
AuthorDate: Tue Apr 30 12:56:50 2019 +0300

    [DLAB-docker-script] Bugfix
---
 infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py b/infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py
index 5fa353e..0fb36f1 100644
--- a/infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py
+++ b/infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py
@@ -136,7 +136,7 @@ def configure_ssl_certs(hostname, custom_ssl_cert):
         print('Failed to configure SSL certificates: ', str(err))
         sys.exit(1)
 
-def docker_build_script()
+def docker_build_script():
     try:
         put('/root/templates/docker_build.py', 'docker_build')
         sudo('chmod +x docker_build')


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