From cc55071afd6fdc06b574edc3567923333f54e17e Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 25 Oct 2012 16:58:10 +0100 Subject: [PATCH] syncpackage: Default to -proposed. --- debian/changelog | 3 +++ syncpackage | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0e368f5..511fbcb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,6 +28,9 @@ ubuntu-dev-tools (0.144) UNRELEASED; urgency=low (LP: #1029155) * sponsor-patch: Fix crash if Debian patch contains a slash. + [ Colin Watson ] + * syncpackage: Default to -proposed. + -- Stefano Rivera Wed, 18 Jul 2012 12:47:01 +0200 ubuntu-dev-tools (0.143) unstable; urgency=low diff --git a/syncpackage b/syncpackage index e028cb6..f156e5c 100755 --- a/syncpackage +++ b/syncpackage @@ -655,7 +655,7 @@ def main(): if options.release is None: ubuntu = Launchpad.distributions["ubuntu"] - options.release = ubuntu.current_series.name + options.release = "%s-proposed" % ubuntu.current_series.name if not options.fakesync and not options.lp: Logger.warn("The use of --no-lp is not recommended for uploads "