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/17 14:17:23 UTC

[incubator-datalab] 02/02: [DATALAB-2091]: added print for testing

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

commit 9c3b2e076ea4e46f5ff11c55228ce1795bc6fba8
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Wed Feb 17 16:17:08 2021 +0200

    [DATALAB-2091]: added print for testing
---
 infrastructure-provisioning/src/general/lib/os/debian/common_lib.py | 1 +
 1 file changed, 1 insertion(+)

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 40a0434..9b57ae9 100644
--- a/infrastructure-provisioning/src/general/lib/os/debian/common_lib.py
+++ b/infrastructure-provisioning/src/general/lib/os/debian/common_lib.py
@@ -51,6 +51,7 @@ def manage_pkg(command, environment, requisites):
                             datalab.fab.conn.sudo('hostname')
                             datalab.fab.conn.sudo('dpkg --configure -a 2>&1 | tee /tmp/tee.tmp; if ! grep -w -E "(frontend is locked|locked)" /tmp/tee.tmp > /tmp/dpkg.log; then echo "" > /tmp/dpkg.log;fi'.format(error_parser))
                             err = ''#datalab.fab.conn.sudo('cat /tmp/dpkg.log')
+                            datalab.fab.conn.sudo('ls -la /tmp/')
                             print('----------- install 2 err ' + err)
                             count = 0
                             while err != '' and count < 10:


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