mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-20 21:31:35 +00:00
requestsync: We now sync to proposed (LP: #1073060)
This commit is contained in:
parent
87d76c813a
commit
e15667aa2f
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -3,6 +3,7 @@ ubuntu-dev-tools (0.145) UNRELEASED; urgency=low
|
|||||||
* syncpackage: Don't throw away release pockets, returning correct errors
|
* syncpackage: Don't throw away release pockets, returning correct errors
|
||||||
when the source and destination match even though the destination release
|
when the source and destination match even though the destination release
|
||||||
pocket doesn't.
|
pocket doesn't.
|
||||||
|
* requestsync: We now sync to proposed (LP: #1073060)
|
||||||
|
|
||||||
-- Stefano Rivera <stefanor@debian.org> Tue, 30 Oct 2012 09:40:08 +0100
|
-- Stefano Rivera <stefanor@debian.org> Tue, 30 Oct 2012 09:40:08 +0100
|
||||||
|
|
||||||
|
@ -206,7 +206,7 @@ def main():
|
|||||||
|
|
||||||
# Get the current Ubuntu source package
|
# Get the current Ubuntu source package
|
||||||
try:
|
try:
|
||||||
ubuntu_srcpkg = get_ubuntu_srcpkg(srcpkg, release)
|
ubuntu_srcpkg = get_ubuntu_srcpkg(srcpkg, release, 'Proposed')
|
||||||
ubuntu_version = Version(ubuntu_srcpkg.getVersion())
|
ubuntu_version = Version(ubuntu_srcpkg.getVersion())
|
||||||
ubuntu_component = ubuntu_srcpkg.getComponent()
|
ubuntu_component = ubuntu_srcpkg.getComponent()
|
||||||
newsource = False # override the -n flag
|
newsource = False # override the -n flag
|
||||||
|
Loading…
x
Reference in New Issue
Block a user