pld-builder.new: PLD_Builder/chroot.py user builder
arekm
arekm at pld-linux.org
Sun Feb 25 15:09:24 CET 2007
Author: arekm Date: Sun Feb 25 14:09:24 2007 GMT
Module: pld-builder.new Tag: HEAD
---- Log message:
user builder
---- Files affected:
pld-builder.new/PLD_Builder:
chroot.py (1.23 -> 1.24)
---- Diffs:
================================================================
Index: pld-builder.new/PLD_Builder/chroot.py
diff -u pld-builder.new/PLD_Builder/chroot.py:1.23 pld-builder.new/PLD_Builder/chroot.py:1.24
--- pld-builder.new/PLD_Builder/chroot.py:1.23 Sun Feb 25 15:06:10 2007
+++ pld-builder.new/PLD_Builder/chroot.py Sun Feb 25 15:09:19 2007
@@ -39,7 +39,7 @@
else:
return r
-def cp(file, outfile, rm=False):
+def cp(file, outfile, user="builder", rm=False):
f = open(outfile, 'w')
fileno = f.fileno()
cmd = "cat %s" % file
================================================================
---- CVS-web:
http://cvs.pld-linux.org/pld-builder.new/PLD_Builder/chroot.py?r1=1.23&r2=1.24&f=u
More information about the pld-cvs-commit
mailing list