~stefanor/+junk/ubuntu-seeded-packages

« back to all changes in this revision

Viewing changes to update.py

  • Committer: Stefano Rivera
  • Date: 2014-07-23 19:29:48 UTC
  • Revision ID: stefanor@ubuntu.com-20140723192948-6carg6326gwlkg0k
Ignore ubuntu-rtm

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
            continue
85
85
        elif parts[2] in ('raring', 'saucy'):
86
86
            continue  # There's a a raring hiding in kubuntu-active
 
87
        elif parts[2] == 'ubuntu-rtm':
 
88
            continue  # Not the development release
87
89
 
88
90
        version = parts[-1]
89
91
        type_ = parts[-2]