~laney/ubuntu-archive-tools/cm-show-fix-released

« back to all changes in this revision

Viewing changes to sru-release

  • Committer: Colin Watson
  • Date: 2014-08-12 10:16:09 UTC
  • Revision ID: cjwatson@canonical.com-20140812101609-qfswz87h8noqr1c0
sru-release: drop support for quantal

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
            else:
178
178
                # -proposed -> -updates
179
179
                # only phasing updates for >=raring to start
180
 
                if (release not in ['lucid', 'precise', 'quantal'] and
 
180
                if (release not in ('lucid', 'precise') and
181
181
                        not options.security):
182
182
                    copy(to_pocket='Updates', to_series=release,
183
183
                         phased_update_percentage=options.percentage)