mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-12 01:11:29 +00:00
doc/requestsync.1: Also update the manpage about the changed default.
pull-debian-source: Change default release to pull from to 'testing' and also update the manpage about it
This commit is contained in:
parent
87660fb375
commit
fdb2e2d4d6
@ -23,7 +23,7 @@ This is the source package that you would like to be downloaded from Debian.
|
|||||||
.TP
|
.TP
|
||||||
.B [target release]
|
.B [target release]
|
||||||
This is the release that you would like the source package to be downloaded from.
|
This is the release that you would like the source package to be downloaded from.
|
||||||
This value defaults to 'unstable'.
|
This value defaults to 'testing'.
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
.PP
|
.PP
|
||||||
|
@ -40,7 +40,7 @@ Display a help message and exit.
|
|||||||
.TP
|
.TP
|
||||||
.B \-d
|
.B \-d
|
||||||
Specifies which Debian distribution a package should be synced from.
|
Specifies which Debian distribution a package should be synced from.
|
||||||
Default is \fIunstable\fR.
|
Default is \fItesting\fR.
|
||||||
.TP
|
.TP
|
||||||
.B \-n
|
.B \-n
|
||||||
Specifies that the package is a new package, and requestsync should not
|
Specifies that the package is a new package, and requestsync should not
|
||||||
|
@ -29,7 +29,7 @@ my($package)=$ARGV[0] || &usage();
|
|||||||
my($help)=0;
|
my($help)=0;
|
||||||
GetOptions('help' => \$help);
|
GetOptions('help' => \$help);
|
||||||
&usage() if($help);
|
&usage() if($help);
|
||||||
my($release)=$ARGV[1] || 'unstable';
|
my($release)=$ARGV[1] || 'testing';
|
||||||
$release=&convertCodeName($release);
|
$release=&convertCodeName($release);
|
||||||
&checkRelease($release);
|
&checkRelease($release);
|
||||||
my($dsc)=&getDSC(&getMadison(&getURL($package,$release)));
|
my($dsc)=&getDSC(&getMadison(&getURL($package,$release)));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user