mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-04-16 21:01:10 +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
|
||||
when the source and destination match even though the destination release
|
||||
pocket doesn't.
|
||||
* requestsync: We now sync to proposed (LP: #1073060)
|
||||
|
||||
-- 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
|
||||
try:
|
||||
ubuntu_srcpkg = get_ubuntu_srcpkg(srcpkg, release)
|
||||
ubuntu_srcpkg = get_ubuntu_srcpkg(srcpkg, release, 'Proposed')
|
||||
ubuntu_version = Version(ubuntu_srcpkg.getVersion())
|
||||
ubuntu_component = ubuntu_srcpkg.getComponent()
|
||||
newsource = False # override the -n flag
|
||||
|
Loading…
x
Reference in New Issue
Block a user