pld-builder.new: PLD_Builder/chroot.py Well, not only rpms are cop...

arekm arekm at pld-linux.org
Sun Feb 25 15:56:31 CET 2007


Author: arekm                        Date: Sun Feb 25 14:56:30 2007 GMT
Module: pld-builder.new               Tag: HEAD
---- Log message:
Well, not only rpms are copied that way.

---- Files affected:
pld-builder.new/PLD_Builder:
   chroot.py (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: pld-builder.new/PLD_Builder/chroot.py
diff -u pld-builder.new/PLD_Builder/chroot.py:1.26 pld-builder.new/PLD_Builder/chroot.py:1.27
--- pld-builder.new/PLD_Builder/chroot.py:1.26	Sun Feb 25 15:52:15 2007
+++ pld-builder.new/PLD_Builder/chroot.py	Sun Feb 25 15:56:25 2007
@@ -46,8 +46,8 @@
     m.update(str(random.getrandbits(4096)))
     digest = m.hexdigest()
 
-    marker_start = "--- RPM BEGIN DIGEST %s ---" % digest
-    marker_end = "--- RPM END DIGEST %s ---" % digest
+    marker_start = "--- FILE BEGIN DIGEST %s ---" % digest
+    marker_end = "--- FILE END DIGEST %s ---" % digest
 
     f = open(outfile, 'w')
     cmd = "echo \"%s\"; cat %s; echo \"%s\"" % (marker_start, file, marker_end)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/pld-builder.new/PLD_Builder/chroot.py?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list