~ubuntu-branches/ubuntu/natty/ubuntu-dev-tools/natty

« back to all changes in this revision

Viewing changes to doc/pull-lp-source.1

  • Committer: Bazaar Package Importer
  • Author(s): Stefano Rivera, Felix Geyer, Stefano Rivera, Julian Taylor, Benjamin Drung
  • Date: 2011-03-12 22:07:47 UTC
  • Revision ID: james.westby@ubuntu.com-20110312220747-3047m3rilq3jva3y
Tags: 0.120
[ Felix Geyer ]
* pull-lp-source.1: Document -d option.

[ Stefano Rivera ]
* ubuntutools.archive: Filter rmadison results. (LP: #710579)
  - Canonicalise suites (use code-names) before passing them to rmadison.
* pull-{lp,debian}-source: Download requested versions, as well as simply
  the latest version in a release.
* pull-{lp,debian}-source, pull-debian-debdiff: Catch KeyboardInterrupt.
  (LP: #713845)
* pull-debian-source: Handle -p-u and -security suites.
* Bump X-Python-Version to >= 2.6, now that python-launchpadlib no longer
  supports Python 2.5.

[ Julian Taylor ]
* add support for cowbuilder and cowbuilder-dist in builder.py
  - allows use in sponsor-patch and backportpackage (LP: #728751)

[ Benjamin Drung ]
* data/ubuntu.csv: Add Oneiric Ocelot to the list of know releases.
* ubuntutools.distro_info: Fix TypeError crash and add a test case to
  catch regressions (LP: #731398).

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
pull\-lp\-source \- download a source package from Launchpad
5
5
 
6
6
.SH SYNOPSIS
7
 
.B pull\-lp\-source \fR[\fIoptions\fR]\fB <\fBsource package\fR> [\fItarget release\fR]
 
7
.B pull\-lp\-source \fR[\fIoptions\fR]\fB \fBsource package\fR
 
8
[\fIrelease\fR|\fIversion\fR]
8
9
 
9
10
.SH DESCRIPTION
10
 
\fBpull\-lp\-source\fR downloads and extracts the latest version of
11
 
<\fBsource package\fR> from Launchpad.
12
 
If the optional parameter [\fItarget release\fR] is specified, the latest
13
 
version in that release will be downloaded instead.
 
11
\fBpull\-lp\-source\fR downloads and extracts the specified
 
12
\fIversion\fR of <\fBsource package\fR> from Launchpad, or the latest
 
13
version of the specified \fIrelease\fR.
 
14
If no \fIversion\fR or \fIrelease\fR is specified, the latest version in
 
15
the development release will be downloaded.
14
16
 
15
17
.SH OPTIONS
16
18
Listed below are the command line options for pull\-lp\-source:
17
19
.TP
18
 
.B <source package>
 
20
.B source package
19
21
This is the source package that you would like to be downloaded from Launchpad.
20
22
.TP
21
 
.B [target release]
 
23
.B version
 
24
This is the version of the source package to be downloaded.
 
25
.TP
 
26
.B release
22
27
This is the release that you would like the source package to be downloaded from.
23
28
This value defaults to the current development release.
24
29
.TP
25
30
.BR \-h ", " \-\-help
26
31
Display a help message and exit.
27
32
.TP
 
33
.BR \-d ", " \-\-download\-only
 
34
Do not extract the source package.
 
35
.TP
28
36
.B \-m \fIUBUNTU_MIRROR\fR, \fB\-\-mirror\fR=\fIUBUNTU_MIRROR\fR
29
37
Use the specified Ubuntu mirror.
30
38
Should be in the form \fBhttp://archive.ubuntu.com/ubuntu\fR.