Code review comment for ubuntu-archive-tools:drop-obsolete-series-references

Revision history for this message
Brian Murray (brian-murray) wrote :

The package subscriber changes are no longer relevant because the code is currently:

 97 for series in ubuntu.series:
 98 # Releases in ESM have their own team responsible
 99 if series.name in ('trusty', 'xenial', 'bionic'):
100 continue

« Back to merge proposal