pld-builder.new: PLD_Builder/build.py - fix skip touch

glen glen at pld-linux.org
Fri Feb 19 15:18:30 CET 2010


Author: glen                         Date: Fri Feb 19 14:18:30 2010 GMT
Module: pld-builder.new               Tag: HEAD
---- Log message:
- fix skip touch

---- Files affected:
pld-builder.new/PLD_Builder:
   build.py (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: pld-builder.new/PLD_Builder/build.py
diff -u pld-builder.new/PLD_Builder/build.py:1.16 pld-builder.new/PLD_Builder/build.py:1.17
--- pld-builder.new/PLD_Builder/build.py:1.16	Mon Feb  8 22:14:28 2010
+++ pld-builder.new/PLD_Builder/build.py	Fri Feb 19 15:18:24 2010
@@ -27,7 +27,7 @@
         for id in command[5:].split(','):
             if os.path.isdir(path.srpms_dir + '/' + id):
                 c = c + "echo skip:%s;\n" % (id)
-                c = c + "touch %s/%s;\n" % (path.srpms_dir, id)
+                c = c + "touch %s/%s/skipme;\n" % (path.srpms_dir, id)
             else:
                 c = c + "echo %s is not valid build-id;\n" % (id)
         command = c
================================================================

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



More information about the pld-cvs-commit mailing list