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

omartushevskyi pushed a commit to branch DLAB-253
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-253 by this push:
     new 7f25aaa  fixed issue with missed scripts
7f25aaa is described below

commit 7f25aaa9eb6dbb7acf13cb6672233108ebc2937b
Author: Oleh Martushevskyi <[email protected]>
AuthorDate: Wed Mar 13 15:26:47 2019 +0200

    fixed issue with missed scripts
---
 .../src/general/files/gcp/dataengine-service_Dockerfile                 | 2 +-
 infrastructure-provisioning/src/general/files/gcp/dataengine_Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/infrastructure-provisioning/src/general/files/gcp/dataengine-service_Dockerfile
 
b/infrastructure-provisioning/src/general/files/gcp/dataengine-service_Dockerfile
index 1f3e640..a53ef18 100644
--- 
a/infrastructure-provisioning/src/general/files/gcp/dataengine-service_Dockerfile
+++ 
b/infrastructure-provisioning/src/general/files/gcp/dataengine-service_Dockerfile
@@ -27,7 +27,7 @@ COPY dataengine-service/fabfile.py /root/
 COPY dataengine-service/description.json /root/
 COPY general/scripts/gcp/dataengine-service_* /root/scripts/
 COPY general/lib/os/${OS}/notebook_lib.py 
/usr/lib/python2.7/dlab/notebook_lib.py
-COPY general/scripts/os/common_configure_proxy.py /root/scripts/
+COPY general/scripts/os/common_* /root/scripts/
 COPY general/scripts/os/install_additional_libs.py 
/root/scripts/install_additional_libs.py
 COPY general/scripts/os/get_list_available_pkgs.py 
/root/scripts/get_list_available_pkgs.py
 COPY general/templates/gcp/dataengine-service_cluster.json 
/root/templates/dataengine-service_cluster.json
diff --git 
a/infrastructure-provisioning/src/general/files/gcp/dataengine_Dockerfile 
b/infrastructure-provisioning/src/general/files/gcp/dataengine_Dockerfile
index 8d05fdc..9f71acc 100644
--- a/infrastructure-provisioning/src/general/files/gcp/dataengine_Dockerfile
+++ b/infrastructure-provisioning/src/general/files/gcp/dataengine_Dockerfile
@@ -30,7 +30,7 @@ COPY general/scripts/os/install_additional_libs.py 
/root/scripts/install_additio
 COPY general/scripts/os/get_list_available_pkgs.py 
/root/scripts/get_list_available_pkgs.py
 COPY general/lib/os/${OS}/notebook_lib.py 
/usr/lib/python2.7/dlab/notebook_lib.py
 COPY general/scripts/os/notebook_reconfigure_dataengine_spark.py /root/scripts/
-COPY general/scripts/os/common_configure_proxy.py /root/scripts/
+COPY general/scripts/os/common_* /root/scripts/
 COPY general/scripts/gcp/dataengine_* /root/scripts/
 COPY general/templates/os/notebook_spark-defaults_local.conf /root/templates/
 COPY general/templates/os/tensorboard.service /root/templates/


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to