requestsync: We now sync to proposed (LP: #1073060)

This commit is contained in:
Stefano Rivera 2012-10-30 10:18:17 +01:00
parent 87d76c813a
commit e15667aa2f
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

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

View File

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