~sbeattie/conflictchecker/conflictchecker-fixups

« back to all changes in this revision

Viewing changes to findconflicts/__init__.py

  • Committer: Michael Vogt
  • Date: 2007-07-16 13:58:34 UTC
  • mfrom: (17.1.1 findconflicts)
  • Revision ID: mvo@macaroni-20070716135834-b8nsdos3980ex17a
* merged from rob

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
        edgy_stock_components = feisty_stock_components
127
127
        # dapper is currently identical to edgy
128
128
        dapper_stock_components = edgy_stock_components
129
 
        # as it happens, breezy is identical
130
 
        breezy_stock_components = edgy_stock_components
131
129
        self.set_distributions({
132
 
            'breezy': breezy_stock_components,
133
 
            'breezy-backports': breezy_stock_components,
134
 
            'breezy-security': breezy_stock_components,
135
 
            'breezy-updates': breezy_stock_components,
136
130
            'dapper': dapper_stock_components,
137
131
            'dapper-backports': dapper_stock_components,
138
132
            'dapper-commercial': commercial_components,