Code review comment for lp:~zulcss/ubuntu-reports/server-sru-reports

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

This also could use some fixing:

ubuntu_releases = ["lucid", "karmic", "jaunty", "hardy", "dapper"]

to build a dynamic list of ubuntu releases you can do something like the following:

        ubuntu = launchpad.distributions['ubuntu']
        for series in ubuntu.series:
            release_tags.append(series.name)

« Back to merge proposal