mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-06 14:31:30 +00:00
always done from unstable. Adjust requstsync & syncpackage to always
default to unstable.
This commit is contained in:
parent
6f692c08a1
commit
585902ad87
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -1,7 +1,8 @@
|
|||||||
ubuntu-dev-tools (0.151) UNRELEASED; urgency=low
|
ubuntu-dev-tools (0.151) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* Since Britney migration was introduced in Ubuntu, automatic syncing is
|
* Since Britney migration was introduced in Ubuntu, automatic syncing is
|
||||||
always done from unstable.
|
always done from unstable. Adjust requstsync & syncpackage to always
|
||||||
|
default to unstable.
|
||||||
|
|
||||||
-- Dmitrijs Ledkovs <xnox@ubuntu.com> Tue, 22 Oct 2013 17:02:41 +0100
|
-- Dmitrijs Ledkovs <xnox@ubuntu.com> Tue, 22 Oct 2013 17:02:41 +0100
|
||||||
|
|
||||||
|
@ -44,7 +44,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 \fItesting\fR in LTS cycles, otherwise \fIunstable\fR.
|
Default is \fIunstable\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
|
||||||
|
@ -45,11 +45,6 @@ from ubuntutools.question import confirmation_prompt, EditBugReport
|
|||||||
def main():
|
def main():
|
||||||
ubu_info = UbuntuDistroInfo()
|
ubu_info = UbuntuDistroInfo()
|
||||||
DEFAULT_SOURCE = 'unstable'
|
DEFAULT_SOURCE = 'unstable'
|
||||||
try:
|
|
||||||
if ubu_info.is_lts(ubu_info.devel()):
|
|
||||||
DEFAULT_SOURCE = 'testing'
|
|
||||||
except DistroDataOutdated, e:
|
|
||||||
print >> sys.stderr, str(e)
|
|
||||||
|
|
||||||
# Our usage options.
|
# Our usage options.
|
||||||
usage = ('Usage: %prog [options] '
|
usage = ('Usage: %prog [options] '
|
||||||
|
Loading…
x
Reference in New Issue
Block a user