[Buildd-tools-devel] [sbuild patch] avg-pkg-build-space.1 and example.sbuildrc changes

Roger Leigh rleigh at whinlatter.ukfsn.org
Sun Nov 27 17:58:22 UTC 2005


Dear Ryan,

The changes to avg-pkg-build-space.1 and example.sbuildrc follow.  The
bit about README.Debian might not be appropriate for you; if so, feel
free to remove it.


Regards,
Roger

--- /tmp/wanna-build/avg-pkg-build-time.1	2005-11-27 14:32:15.456156693 +0000
+++ avg-pkg-build-time.1	2005-11-27 14:50:54.000000000 +0000
@@ -6,7 +6,7 @@
 .\"
 .\" This program is free software; you can redistribute it and/or modify
 .\" it under the terms of the GNU General Public License as published by
-.\" the Free Software Foundation; either version 2 of the License , or
+.\" the Free Software Foundation; either version 2 of the License, or
 .\" (at your option) any later version.
 .\"
 .\" This program is distributed in the hope that it will be useful,
@@ -15,8 +15,8 @@
 .\" GNU General Public License for more details.
 .\"
 .\" You should have received a copy of the GNU General Public License
-.\" along with this program; see the file COPYING.  If not, write to
-.\" the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+.\" along with this program; if not, write to the Free Software
+.\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 .\"
 .TH avg-pkg-build-time 1 .\" "Command Manual" 1998-11-17 "November 17, 1998"
 .SH NAME
@@ -32,9 +32,12 @@
 package build times or space, usually updated by sbuild.
 .PP
 If no option is given \fBavg-pkg-build-time\fR will display the entire
-contents of the database. If called as \fBavg-pkg-build-space\fR, it
+contents of the database.  If called as \fBavg-pkg-build-space\fR, it
 will use the database of build space requirements.
 .PP
+The database files are only used if they already exist.  See
+README.Debian for more information.
+.PP
 .SS OPTIONS
 .TP
 .IR \-a , "--add <package name> <time>"
@@ -62,12 +65,6 @@
 location of the database.
 .SH DIAGNOSTICS
 None.
-.SH BUGS
-None known at this time.
-.PP
-Email bug reports to
-.BR buildd-disc at nocrew.org .
-Be sure to include the word ``avg-pkg-build-time'' somewhere in the ``Subject:'' field.
 .SH AUTHOR
 .nf
 Roman Hodek
@@ -75,6 +72,4 @@
 .fi
 .SH "SEE ALSO"
 .SP
-.BR sbuild ( 1 ),
-.BR sbuild.conf ( 5 ),
-.BR sbuildrc ( 5 ).
+.BR sbuild ( 1 ).

--- ../wanna-build/example.sbuildrc	2005-11-27 14:32:15.000000000 +0000
+++ /tmp/example.sbuildrc	2005-11-27 17:52:51.491000496 +0000
@@ -11,15 +11,35 @@
 # Mail address where logs are sent to (mandatory, no default!)
 $mailto = 'USER-porters';
 
-# Maintainer name to use in .changes files (mandatory, no default!)
+# Name to use as override in .changes files for the Maintainer: field
+# (mandatory, no default!).
 $maintainer_name='Debian Build Daemon <USER_>';
 
+# Name to use as override in .changes file for the Changed-By: field.
+#$uploader_name="Francesco Paolo Lovergine <frankie at debian.org>";
+
+# Keyid to use in .changes for the current upload.
+# It overrides both $maintainer_name and $uploader_name
+#$key_id="Francesco Paolo Lovergine <frankie at debian.org>";
+
 # When to purge the build directory afterwards; possible values are "never",
 # "successful", and "always"
 #$purge_build_directory="always";
 
+# After that time (in minutes) of inactivity a build is terminated. Activity
+# is measured by output to the log file.
+#$stalled_pkg_timeout = 90;
+
+# Some packages may exceed the general timeout (e.g. redirecting output to
+# a file) and need a different timeout. Below are some examples.
+#%individual_stalled_pkg_timeout = (
+#    chess => 600,
+#    cint => 300
+#);
+
 # Require chrooted building?
 #$chroot_only=1;
 
-# don't remove this, perl needs it
+# don't remove this, Perl needs it:
 1;
+


-- 
Roger Leigh
                Printing on GNU/Linux?  http://gimp-print.sourceforge.net/
                Debian GNU/Linux        http://www.debian.org/
                GPG Public Key: 0x25BFB848.  Please sign and encrypt your mail.



More information about the Buildd-tools-devel mailing list