mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-08 07:21:30 +00:00
Native syncs won't have changes files
This commit is contained in:
parent
1c814c8ec6
commit
46f3f929bc
@ -108,7 +108,8 @@ def get_ubuntu_delta_changelog(srcpkg):
|
|||||||
for record in spph:
|
for record in spph:
|
||||||
changes_url = record.changesFileUrl()
|
changes_url = record.changesFileUrl()
|
||||||
if changes_url is None:
|
if changes_url is None:
|
||||||
continue
|
# Native sync
|
||||||
|
break
|
||||||
changes = Changes(urllib2.urlopen(changes_url))
|
changes = Changes(urllib2.urlopen(changes_url))
|
||||||
for line in changes['Changes'].splitlines():
|
for line in changes['Changes'].splitlines():
|
||||||
line = line[1:]
|
line = line[1:]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user