mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Also fall back to rmadison when ubuntu_version >= debian_version
This happens, for example, when there are Ubuntu local changes and the Debian importer hasn't caught up yet.
This commit is contained in:
parent
22274ef8aa
commit
51dc6ffb7e
@ -143,7 +143,7 @@ if __name__ == '__main__':
|
|||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
# Stop if Ubuntu has already the version from Debian or a newer version
|
# Stop if Ubuntu has already the version from Debian or a newer version
|
||||||
if (ubuntu_version == debian_version) and hasLP:
|
if (ubuntu_version >= debian_version) and hasLP:
|
||||||
# try rmadison
|
# try rmadison
|
||||||
import ubuntutools.requestsync.mail
|
import ubuntutools.requestsync.mail
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user