mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-07-30 16:14:02 +00:00
sponsor-patch: Compare new sync version to the current Ubuntu version,
rather than itself (LP: #878499)
This commit is contained in:
parent
5bf59a2cd7
commit
e899e83543
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -10,6 +10,8 @@ ubuntu-dev-tools (0.134) UNRELEASED; urgency=low
|
|||||||
- Always display blacklist comments, if they exist.
|
- Always display blacklist comments, if they exist.
|
||||||
- Display timestamps for DSD blacklist comments.
|
- Display timestamps for DSD blacklist comments.
|
||||||
- Add --fakesync option, relegating --no-lp to really crazy corner cases.
|
- Add --fakesync option, relegating --no-lp to really crazy corner cases.
|
||||||
|
* sponsor-patch: Compare new sync version to the current Ubuntu version,
|
||||||
|
rather than itself (LP: #878499)
|
||||||
|
|
||||||
[ Benjamin Drung ]
|
[ Benjamin Drung ]
|
||||||
* syncpackage: Catch user abort.
|
* syncpackage: Catch user abort.
|
||||||
|
@ -263,7 +263,8 @@ def sponsor_patch(bug_number, build, builder, edit, keyid, lpinstance, update,
|
|||||||
|
|
||||||
if successful:
|
if successful:
|
||||||
source_package.check_sync_request_version(bug_number, task)
|
source_package.check_sync_request_version(bug_number, task)
|
||||||
successful = source_package.check_version(task.get_version())
|
successful = source_package.check_version(
|
||||||
|
task.get_previous_version())
|
||||||
|
|
||||||
if successful and build:
|
if successful and build:
|
||||||
dist = UbuntuDistroInfo().devel()
|
dist = UbuntuDistroInfo().devel()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user