~cyphermox/cupstream2distro/cleanup-on-kill

« back to all changes in this revision

Viewing changes to citrain/prepare-silo

  • Committer: Didier Roche
  • Date: 2014-04-01 11:47:55 UTC
  • Revision ID: didier.roche@canonical.com-20140401114755-91ak6m3p2txijdf8
fix comment typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
234
234
        # first source: ppa
235
235
        for (source, version, rev, branch) in packageinppamanager.get_all_packages_uploaded():
236
236
            projects_list_to_eventually_clean.add(source)
237
 
        # second source: pacakge that were removed:
 
237
        # second source: package that were in the previous config
238
238
        for source in allowed_components_from_previous_config:
239
239
            projects_list_to_eventually_clean.add(source)
240
240
        for source in projects_list_to_eventually_clean: