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 13:34:49 UTC

[incubator-datalab] branch DATALAB-2091 updated: [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


The following commit(s) were added to refs/heads/DATALAB-2091 by this push:
     new 1b33254  [DATALAB-2091]: added print for testing
1b33254 is described below

commit 1b332547e4436a3d1dfc6dd50021321a84bbbd07
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Wed Feb 17 15:34:34 2021 +0200

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

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 2b70ec7..e68173f 100644
--- a/infrastructure-provisioning/src/general/lib/os/debian/common_lib.py
+++ b/infrastructure-provisioning/src/general/lib/os/debian/common_lib.py
@@ -52,7 +52,7 @@ def manage_pkg(command, environment, requisites):
                             datalab.fab.conn.sudo('dpkg --configure -a')# 2>&1 | tee /tmp/tee.tmp; if ! grep -w -E "({0})" /tmp/tee.tmp > '
                                      #'/tmp/dpkg.log; then echo "" > /tmp/dpkg.log;fi'.format(error_parser))
                             err = ''#datalab.fab.conn.sudo('cat /tmp/dpkg.log')
-                            #print('----------- install 2 err ' + err)
+                            print('----------- install 2 err ' + err)
                             count = 0
                             while err != '' and count < 10:
                                 pid = datalab.fab.conn.sudo('lsof /var/lib/dpkg/lock-frontend | grep dpkg | awk \'{print $2}\'')


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