From 62761f2afd0152a276586b0caa1df515ea61d2f6 Mon Sep 17 00:00:00 2001 From: Andrew Starr-Bochicchio Date: Fri, 25 Jun 2010 16:11:43 -0400 Subject: [PATCH] ubuntu-build: Update manpage to reflect current usage. (LP: #490535) --- debian/changelog | 3 ++- doc/ubuntu-build.1 | 40 +++++++++++++++++++++++++++++++++------- 2 files changed, 35 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 609e088..90599b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ ubuntu-dev-tools (0.101) UNRELEASED; urgency=low * syncpackage: Update manpage to reflect current usage. (LP: #598477) + * ubuntu-build: Update manpage to reflect current usage. (LP: #490535) - -- Andrew Starr-Bochicchio Fri, 25 Jun 2010 15:45:37 -0400 + -- Andrew Starr-Bochicchio Fri, 25 Jun 2010 16:11:00 -0400 ubuntu-dev-tools (0.100) maverick; urgency=low diff --git a/doc/ubuntu-build.1 b/doc/ubuntu-build.1 index 1329484..27d722d 100644 --- a/doc/ubuntu-build.1 +++ b/doc/ubuntu-build.1 @@ -1,11 +1,9 @@ -.TH UBUNTU-BUILD "1" "14 August 2008" "ubuntu-dev-tools" +.TH UBUNTU-BUILD "1" "June 2010" "ubuntu-dev-tools" .SH NAME ubuntu-build \- command-line interface to Launchpad build operations .SH SYNOPSIS .B ubuntu-build -.br -.B ubuntu-build \-\-help .SH DESCRIPTION \fBubuntu-build\fR provides a command line interface to the Launchpad build @@ -38,10 +36,38 @@ Listed below are the command line options for \fBubuntu-build\fR: .B \-h or \-\-help Display a help message and exit. .TP -.B \-a or \-\-architecture -Only available for \fIrescore\fR and \fIretry\fR operations only. -This will only request the rebuilding/rescoring on the specified -architecture. +Retry and rescore options: +.IP +These options may only be used with the 'retry' and 'rescore' +operations. +.IP +\fB\-a\fR ARCHITECTURE, \fB\-\-arch\fR=\fIARCHITECTURE\fR +Rebuild or rescore a specific architecture. Valid +architectures include: amd64, sparc, powerpc, i386, +armel, ia64, lpia, hppa. +.TP +Batch processing: +.IP +These options and parameter ordering is only available in \fB\-\-batch\fR +mode. Usage: ubuntu\-build \fB\-\-batch\fR [options] ... +.IP +\fB\-\-batch\fR +Enable batch mode +.IP +\fB\-\-series\fR=\fISERIES\fR +Selects the Ubuntu series to operate on (default: +current development series) +.IP +\fB\-\-retry\fR +Retry builds (give\-back). +.IP +\fB\-\-rescore\fR=\fIPRIORITY\fR +Rescore builds to . +.IP +\fB\-\-arch2\fR=\fIARCHITECTURE\fR +Affect only 'architecture' (can be used several +times). Valid architectures are: amd64, sparc, +powerpc, i386, armel, ia64, lpia, hppa. .SH AUTHORS \fBubuntu-build\fR was written by Martin Pitt , and