~michael.nelson/ubuntu-webcatalog/985446-remove-commercial-apps-too

« back to all changes in this revision

Viewing changes to src/webcatalog/management/commands/import_all_app_install_data.py

[r=achuni,nessita] Remove dup apps-per-series and don't let import_app_install_data overwrite sca-imported apps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
            self.output("Importing app-install-data for {0}\n".format(
39
39
                distroseries), 1)
40
40
            call_command('import_app_install_data', distroseries)
 
41
        self.output("Running check_all_latest across all distroseries.\n", 1)
 
42
        call_command('check_all_latest')
41
43
 
42
44
    def output(self, message, level=None, flush=False):
43
45
        if hasattr(self, 'stdout'):