mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-11 08:51:29 +00:00
Exit if debian and ubuntu version are the same already.
This commit is contained in:
parent
cc7c0f544c
commit
25aef8b726
@ -267,6 +267,10 @@ if __name__ == '__main__':
|
|||||||
debiancomponent = debian_component(srcpkg)
|
debiancomponent = debian_component(srcpkg)
|
||||||
deb_version = cur_deb_version(srcpkg)
|
deb_version = cur_deb_version(srcpkg)
|
||||||
|
|
||||||
|
if deb_version == cur_ver:
|
||||||
|
print 'The versions in Debian and Ubuntu are the same already (%s). Aborting.' % (deb_version,)
|
||||||
|
sys.exit(1)
|
||||||
|
|
||||||
# generate bug report
|
# generate bug report
|
||||||
subscribe = 'ubuntu-archive'
|
subscribe = 'ubuntu-archive'
|
||||||
status = 'confirmed'
|
status = 'confirmed'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user