mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 15:41:09 +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
|
||||
|
||||
* 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
|
||||
|
||||
|
@ -44,7 +44,7 @@ Display a help message and exit.
|
||||
.TP
|
||||
.B \-d
|
||||
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
|
||||
.B \-n
|
||||
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():
|
||||
ubu_info = UbuntuDistroInfo()
|
||||
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.
|
||||
usage = ('Usage: %prog [options] '
|
||||
|
Loading…
x
Reference in New Issue
Block a user