[Buildbot-commits] buildbot/docs buildbot.texinfo,1.92,1.93

Brian Warner warner at users.sourceforge.net
Sat Dec 9 09:16:38 UTC 2006


Update of /cvsroot/buildbot/buildbot/docs
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28528/docs

Modified Files:
	buildbot.texinfo 
Log Message:
[project @ cleanup/enhance transfer.FileUpload/FileDownload]

Original author: warner at lothar.com
Date: 2006-12-09 09:13:31

Index: buildbot.texinfo
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- buildbot.texinfo	6 Dec 2006 08:51:23 -0000	1.92
+++ buildbot.texinfo	9 Dec 2006 09:16:36 -0000	1.93
@@ -4170,6 +4170,16 @@
 slightly more efficient but also consume more memory on each end, and
 there is a hard-coded limit of about 640kB.
 
+The @code{mode=} argument allows you to control the access permissions
+of the target file, traditionally expressed as an octal integer. The
+most common value is probably 0755, which sets the ``x'' executable
+bit on the file (useful for shell scripts and the like). The default
+value for @code{mode=} is None, which means the permission bits will
+default to whatever the umask of the writing process is. The default
+umask tends to be fairly restrictive, but at least on the buildslave
+you can make it less restrictive with a --umask command-line option at
+creation time (@pxref{Buildslave Options}).
+
 
 @node Writing New BuildSteps,  , Transferring Files, Build Steps
 @subsection Writing New BuildSteps





More information about the Commits mailing list