pld-builder.new: PLD_Builder/install.py example

arekm arekm at pld-linux.org
Wed Apr 8 19:30:27 CEST 2009


Author: arekm                        Date: Wed Apr  8 17:30:27 2009 GMT
Module: pld-builder.new               Tag: HEAD
---- Log message:
example

---- Files affected:
pld-builder.new/PLD_Builder:
   install.py (1.21 -> 1.22) 

---- Diffs:

================================================================
Index: pld-builder.new/PLD_Builder/install.py
diff -u pld-builder.new/PLD_Builder/install.py:1.21 pld-builder.new/PLD_Builder/install.py:1.22
--- pld-builder.new/PLD_Builder/install.py:1.21	Wed Apr  8 19:30:02 2009
+++ pld-builder.new/PLD_Builder/install.py	Wed Apr  8 19:30:22 2009
@@ -159,6 +159,7 @@
     f = chroot.popen("poldek --test --test --noask --caplookup -Q -v --upgrade %s" % br, user = "root")
     # 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
+    # jmx is needed by (installed) java-commons-modeler-2.0-1.noarch
     rx = re.compile(r".*(conflicts with|is required by|is needed by)( installed| \(installed\)|) (?P<name>[^\s]+)-[^-]+-[^-]+($| .*)")
     conflicting = {}
     for l in f.xreadlines():
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/pld-builder.new/PLD_Builder/install.py?r1=1.21&r2=1.22&f=u



More information about the pld-cvs-commit mailing list