mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +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:
|
||||
changes_url = record.changesFileUrl()
|
||||
if changes_url is None:
|
||||
continue
|
||||
# Native sync
|
||||
break
|
||||
changes = Changes(urllib2.urlopen(changes_url))
|
||||
for line in changes['Changes'].splitlines():
|
||||
line = line[1:]
|
||||
|
Loading…
x
Reference in New Issue
Block a user