[projects/pld-builder.new] install: number the conflict-check rounds in the log

arekm arekm at pld-linux.org
Sun Aug 23 00:52:52 CEST 2026


commit bd7e2ba9d1f8e026641a9ae4f3b3815069f0b56f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sun Aug 23 00:51:43 2026 +0200

    install: number the conflict-check rounds in the log

 PLD_Builder/install.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/PLD_Builder/install.py b/PLD_Builder/install.py
index eb183bb..cec5f48 100644
--- a/PLD_Builder/install.py
+++ b/PLD_Builder/install.py
@@ -223,7 +223,7 @@ def install_br(r, b):
             nbr = nbr + " " + re.escape(bre)
         br = nbr.strip()
         # check conflicts in BRed packages
-        b.log_line("checking conflicting packages in BRed packages")
+        b.log_line("checking conflicting packages in BRed packages (round %d)" % (removal_rounds + 1))
         f = chroot.popen("poldek --test --test --noask --caplookup -Q -v %s --pmopt='--nodigest' --upgrade %s" % (b.ignores(), br), user = "root", encoding = "utf-8", nonet=False)
         # phonon-devel-4.3.1-1.i686 conflicts with qt4-phonon-devel-4.5.0-6.i686
         # jdbc-stdext >= 2.0 is required by installed java-struts-1.3.10-1.noarch
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list