Comment 2 for bug 2065306

Revision history for this message
Steve Langasek (vorlon) wrote :

However, this was caused by the following buggy code in ubuntu-qa-website/scripts/branch-series.sql:

-- correct for the common non-LTS case; make the calling script know the
-- difference
UPDATE qatracker_milestone SET status=1 WHERE title=INITCAP(:OLDSERIES) || ' Daily';

reopening this bug since the code needs fixed (using e.g. `distro-info --lts` to notice when the old release is an LTS)