[projects/pld-builder.new] set -x visible now

glen glen at pld-linux.org
Sat May 9 23:11:57 CEST 2015


commit b95ea8feae76113a94fcadf2098a67c371dbecee
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun May 10 00:11:50 2015 +0300

    set -x visible now

 PLD_Builder/install.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/PLD_Builder/install.py b/PLD_Builder/install.py
index 2606c13..b3a3dc7 100644
--- a/PLD_Builder/install.py
+++ b/PLD_Builder/install.py
@@ -191,9 +191,7 @@ def install_br(r, b):
     br = string.strip(nbr)
 
     b.log_line("installing BR: %s" % br)
-    ignores = b.ignores()
-    b.log_line("ignores: %s" % ignores)
-    res = chroot.run("set -x; poldek --noask --caplookup -Q -v %s --upgrade %s" % (ignores, br),
+    res = chroot.run("set -x; poldek --noask --caplookup -Q -v %s --upgrade %s" % (b.ignores(), br),
             user = "root",
             logfile = b.logfile)
     if res != 0:
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/b95ea8feae76113a94fcadf2098a67c371dbecee



More information about the pld-cvs-commit mailing list