~brian-murray/ubuntu-archive-tools/sru-review-versioned-debdiffs

« back to all changes in this revision

Viewing changes to sru-report

  • Committer: Sebastien Bacher
  • Date: 2021-04-30 17:49:00 UTC
  • Revision ID: seb128@ubuntu.com-20210430174900-nb32o0u2pl5n712l
sru-report: fix an variable set error in the previous change

Show diffs side-by-side

added added

removed removed

Lines of Context:
354
354
            sru_item['release_version'] = rpkg['release']
355
355
            sru_item['update_version'] = rpkg['updates']
356
356
            sru_item['proposed_version'] = rpkg['proposed']
357
 
            sru_item['url'] = rpkg['proposed'] = pkgurl + rpkg['proposed']
 
357
            sru_item['url'] = pkgurl + rpkg['proposed']
358
358
            sru_item['age'] = age
359
359
 
360
360
            print('  <tr><td><a href="%s">%s</a>%s %s</td> ' %