Author: arekm Date: Wed Aug 13 17:51:50 2008 GMT Module: pld-builder.new Tag: HEAD ---- Log message: Use this regexp until someone finds a better one.
---- Files affected: pld-builder.new/PLD_Builder: install.py (1.9 -> 1.10) ---- Diffs: ================================================================ Index: pld-builder.new/PLD_Builder/install.py diff -u pld-builder.new/PLD_Builder/install.py:1.9 pld-builder.new/PLD_Builder/install.py:1.10 --- pld-builder.new/PLD_Builder/install.py:1.9 Mon Aug 11 20:03:13 2008 +++ pld-builder.new/PLD_Builder/install.py Wed Aug 13 19:51:45 2008 @@ -20,7 +20,7 @@ k = killset.keys() if len(k) == 0: return True - rx = re.compile(r' marks ([^\s]+)-[^-]+-[^-]+$') + rx = re.compile(r'^.* marks ([^\s]+?)-[^-]+-[^-]+\s.*$') errors = "" for p in k: if p in hold: ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/pld-builder.new/PLD_Builder/install.py?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit