always done from unstable. Adjust requstsync & syncpackage to always

default to unstable.
This commit is contained in:
Dmitrijs Ledkovs 2013-10-22 18:58:48 +01:00
parent 6f692c08a1
commit 585902ad87
3 changed files with 3 additions and 7 deletions

3
debian/changelog vendored
View File

@ -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

View File

@ -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

View File

@ -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] '