Your message dated Wed, 27 Jan 2010 15:50:07 +0000
with message-id <[email protected]>
and subject line Bug#554531: fixed in buildbot 0.7.12-1
has caused the Debian Bug report #554531,
regarding /usr/bin/buildbot missing man page
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
554531: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554531
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: buildbot
Version: 0.7.11p3-1
Severity: wishlist
Tags: patch

Hi,

While buildbot has an info manual, it's not very detailed on the syntax
of the various commands for the command line tool. I took the output of
help2man and then extended it based on the actual `--help' output of the
various subcommands and the info manual. The file is attached, I'd be
glad if you included it in the package if you think it's useful.  Also,
if you think this is not detailed enough I'm happy to work more on it.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30.4-ruru0 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages buildbot depends on:
ii  adduser                   3.111          add and remove users and groups
ii  dpkg                      1.15.4.1       Debian package management system
ii  install-info              4.13a.dfsg.1-5 Manage installed documentation in 
ii  python                    2.5.4-2        An interactive high-level object-o
ii  python-central            0.6.12         register and build utility for Pyt
ii  python-twisted-core       8.2.0-3        Event-based framework for internet
ii  python-twisted-mail       8.2.0-2        An SMTP, IMAP and POP protocol imp
ii  python-twisted-web        8.2.0-2        An HTTP protocol implementation to
ii  python-twisted-words      8.2.0-2        Chat and Instant Messaging

buildbot recommends no packages.

Versions of packages buildbot suggests:
ii  cvs                         1:1.12.13-12 Concurrent Versions System
ii  darcs                       2.3.0-2      a distributed, interactive, smart 
ii  git-core                    1:1.6.5.2-1  fast, scalable, distributed revisi
ii  mercurial                   1.3.1-1      scalable distributed version contr
ii  subversion                  1.6.6dfsg-1  Advanced version control system

-- no debconf information
.\" Based on skeleton generated by help2man 1.36
.TH BUILDBOT "1" "November 2009" "Buildbot version: 0.7.11p3" "User Commands"
.SH NAME
Buildbot \- manual page for Buildbot version: 0.7.11p3
.SH SYNOPSIS
.B buildbot
[\fIglobal options\fR] \fI<command> \fR[\fIcommand options\fR]

.PP
The `buildbot' command-line tool can be used to start or stop a
buildmaster or buildbot, and to interact with a running buildmaster.
Some of its subcommands are intended for buildmaster admins, while
some are for developers who are editing the code that the buildbot is
monitoring.

.SH OPTIONS

These are the global buildbot options:

.HP
\fB\-\-version\fR
.TP
\fB\-\-help\fR
Display this help and exit.
.HP
\fB\-\-verbose\fR


.SS "Administrator commands:"

.TP
create\-master
Create and populate a directory for a new buildmaster:

.RS
.nf
buildbot create-master [--quiet] [--force] [--config=\fIFILE\fR]
    [--log-size=\fISIZE\fR] [--log-count=\fICOUNT\fR] \fIBASEDIR\fR
.fi
.RE

.TP
upgrade\-master
Upgrade an existing buildmaster directory for the current
version. When this command is finished, the buildmaster directory
should look much like a brand-new one created by the 'create-master'
command.

.RS
buildbot upgrade-master [--quiet] [--replace] \fIBASEDIR\fR
.RE

.TP
create\-slave
Create and populate a directory for a new buildslave

.RS
.nf
buildbot create-slave \fIBASEDIR\fR \fIMASTERHOST:PORT\fR
    \fISLAVENAME\fR \fIPASSWORD\fR
.fi
.RE

.TP
start
Start a buildmaster or buildslave

.RS
buildbot start [--quiet] \fIBASEDIR\fR
.RE

.TP
stop
Stop a buildmaster or buildslave

.RS
buildbot stop [--quiet] \fIBASEDIR\fR
.RE

.TP
restart
Restart a buildmaster or buildslave

.RS
buildbot restart [--quiet] \fIBASEDIR\fR
.RE

.TP
reconfig
SIGHUP a buildmaster to make it re\-read the config file. The \fIsighup\fR command is an alias for this command.

.RS
buildbot reconfig [--quiet] \fIBASEDIR\fR
.RE

.TP
checkconfig
test the validity of a master.cfg config file

.RS
buildbot checkconfig [\fICONFIG_FILE\fR]
.RE

.TP
tryserver
buildmaster\-side 'try' support function, not for users

.SS "Buildmaster debug commands"

These commands are also used by buildmaster administrators but not an
day-to-day basis.

.TP
sendchange
Send a change to the buildmaster. The buildmaster must have been
configured already to accept changes.

.RS
.nf
buildbot sendchange --master=\fIHOST:PORT\fR --username=\fIUSERNAME\fR
    [--branch=\fIBRANCH\fR] [--category=\fICATEGORY\fR]
    [--revision=\fISTRING\fR | --revision-number=\fINUMBER\fR |
     --revision-file=\fIFILENAME\fR ] [--comments=\fILOG_MESSAGE\fR ]
    [--when=\fITIMESTAMP\fR] \fIFILENAMES...\fR
.fi
.RE

.TP
debugclient
Launch a small debug panel GUI

.RS
buildbot debuclient [--master=\fIHOST:PORT\fR] [--passwd=\fIPASSWORD\fR]
.RE

.SS "Developer commands:"

.TP
statuslog
Emit current builder status to stdout

.RS
buildbot statuslog [--master=\fIHOST:PORT\fR]
.RE

.TP
statusgui
Display a small window showing current builder status

.RS
buildbot statusgui [--master=\fIHOST:PORT\fR]
.RE

.TP
try
Run a build with your local changes. This command requires in-advance
configuration of the buildmaster to accept such build requests. Please
see the documentation for details about this command.

.SH "SEE ALSO"
The full documentation for
.B Buildbot
is maintained as a Texinfo manual.  If the
.B info
and
.B Buildbot
programs are properly installed at your site, the command
.IP
.B info Buildbot
.PP
should give you access to the complete manual.

.SH AUTHOR
This manual page was written by Iustin Pop <[email protected]>,
for the Debian project (and may be used by others).

--- End Message ---
--- Begin Message ---
Source: buildbot
Source-Version: 0.7.12-1

We believe that the bug you reported is fixed in the latest version of
buildbot, which is due to be installed in the Debian FTP archive:

buildbot_0.7.12-1.diff.gz
  to main/b/buildbot/buildbot_0.7.12-1.diff.gz
buildbot_0.7.12-1.dsc
  to main/b/buildbot/buildbot_0.7.12-1.dsc
buildbot_0.7.12-1_all.deb
  to main/b/buildbot/buildbot_0.7.12-1_all.deb
buildbot_0.7.12.orig.tar.gz
  to main/b/buildbot/buildbot_0.7.12.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <[email protected]> (supplier of updated buildbot package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 27 Jan 2010 15:04:26 +0100
Source: buildbot
Binary: buildbot
Architecture: source all
Version: 0.7.12-1
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose <[email protected]>
Changed-By: Matthias Klose <[email protected]>
Description: 
 buildbot   - a system to automate the compile/test cycle
Closes: 554531 565993
Changes: 
 buildbot (0.7.12-1) unstable; urgency=low
 .
   * New upstream version.
   * Recommend python-twisted-mail, python-twisted-web instead of depending
     on it. Only the server does depend on these packages. Closes: #565993.
   * Add manual page for buildbot (Iustin Pop). Closes: #554531.
Checksums-Sha1: 
 dbc02f599b741b6768ab6f7fc1ba41169eb968c9 1104 buildbot_0.7.12-1.dsc
 76e2278cd8cb56dba99086fdcc0400f8fea5079f 1296550 buildbot_0.7.12.orig.tar.gz
 714d2fad69bf3c7f7c27be91f1f71a8a3f6e63f6 6863 buildbot_0.7.12-1.diff.gz
 0f52b4dcc2b66285cd503b193bcc262cef88549f 1093112 buildbot_0.7.12-1_all.deb
Checksums-Sha256: 
 bfc429c39db574ae3e7684d8d99f8d05d3065498ce4ccd9c776fd588320e5b57 1104 
buildbot_0.7.12-1.dsc
 56c38c77a679f380782635ed763744ecaa2c75f8741153b561b7a2cf0577e1be 1296550 
buildbot_0.7.12.orig.tar.gz
 e01f3a3e2b820169df72d9000976d71a097cab7ca96535c60c27e26e19b5a5be 6863 
buildbot_0.7.12-1.diff.gz
 9f6f7738646ac8f883f470287ed81d95048319b05a032eadfab0a80076ac9091 1093112 
buildbot_0.7.12-1_all.deb
Files: 
 2e885b9ab4408df5c50565c487d9c4a1 1104 devel optional buildbot_0.7.12-1.dsc
 5ba9559e2ef0d4e34a26815d95fc2d68 1296550 devel optional 
buildbot_0.7.12.orig.tar.gz
 8bd71e268bc4ac73a35a64f8bc0ca592 6863 devel optional buildbot_0.7.12-1.diff.gz
 b80a4b5faca553a9bef39d3e078dcc38 1093112 devel optional 
buildbot_0.7.12-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAktgT3sACgkQStlRaw+TLJyRogCgkPMsjMrZmJOTlPX78UMsQSc3
/xMAn1aDL0TncQr3ZaZGsqxbtrAN2d1a
=MsqF
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to