mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-06 14:31:30 +00:00
syncpackage: Default to <current_series>-proposed.
This commit is contained in:
parent
1c698ff626
commit
cc55071afd
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -28,6 +28,9 @@ ubuntu-dev-tools (0.144) UNRELEASED; urgency=low
|
|||||||
(LP: #1029155)
|
(LP: #1029155)
|
||||||
* sponsor-patch: Fix crash if Debian patch contains a slash.
|
* sponsor-patch: Fix crash if Debian patch contains a slash.
|
||||||
|
|
||||||
|
[ Colin Watson ]
|
||||||
|
* syncpackage: Default to <current_series>-proposed.
|
||||||
|
|
||||||
-- Stefano Rivera <stefanor@ubuntu.com> Wed, 18 Jul 2012 12:47:01 +0200
|
-- Stefano Rivera <stefanor@ubuntu.com> Wed, 18 Jul 2012 12:47:01 +0200
|
||||||
|
|
||||||
ubuntu-dev-tools (0.143) unstable; urgency=low
|
ubuntu-dev-tools (0.143) unstable; urgency=low
|
||||||
|
@ -655,7 +655,7 @@ def main():
|
|||||||
|
|
||||||
if options.release is None:
|
if options.release is None:
|
||||||
ubuntu = Launchpad.distributions["ubuntu"]
|
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:
|
if not options.fakesync and not options.lp:
|
||||||
Logger.warn("The use of --no-lp is not recommended for uploads "
|
Logger.warn("The use of --no-lp is not recommended for uploads "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user