import_all_app_install_data leaves files in /tmp
Bug #1185899 reported by
LaMont Jones
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Apps Directory |
New
|
Undecided
|
Unassigned |
Bug Description
running python manage.py import_
Please clean up tmpfiles.
tags: | added: u1-notrack |
To post a comment you must log in.
Hi Lamont. Can you be more specific? It will create apt caches, but re-use them on every run if they already exist. I'm assuming we don't want to blow away the complete cache for each series each time it runs, but perhaps there's files within that can be blown away? (if it is related to the apt cache, it could just be a matter of running apt-get clean for the specific cache (-o=? in the --help))