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/02/19 12:34:53 UTC

[incubator-datalab] branch DATALAB-2091 updated: [DATALAB-2091]: added additional variable declaration

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 6fad4f1  [DATALAB-2091]: added additional variable declaration
6fad4f1 is described below

commit 6fad4f1468d10a9a071a673b938085354bb577fd
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Fri Feb 19 14:34:41 2021 +0200

    [DATALAB-2091]: added additional variable declaration
---
 infrastructure-provisioning/src/general/lib/os/debian/common_lib.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/infrastructure-provisioning/src/general/lib/os/debian/common_lib.py b/infrastructure-provisioning/src/general/lib/os/debian/common_lib.py
index 2f56323..7f23705 100644
--- a/infrastructure-provisioning/src/general/lib/os/debian/common_lib.py
+++ b/infrastructure-provisioning/src/general/lib/os/debian/common_lib.py
@@ -55,6 +55,10 @@ def manage_pkg(command, environment, requisites):
                             err = datalab.fab.conn.sudo('cat /tmp/dpkg.log')
                             print(str(err))
                             print(err)
+                            print('----------- hostname')
+                            host = datalab.fab.conn.sudo('hostname')
+                            print(str(host))
+                            print(host)
                             print('=========cat /tmp/dpkg.log')
                             datalab.fab.conn.sudo('cat /tmp/dpkg.log')
                             print('=========xxd /tmp/dpkg.log')


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