queue and archive processing(?) leave directories in /tmp
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Jelmer Vernooij |
Bug Description
Somewhere in the processing of things, directories are being left on cocoplum in /tmp. This should not be.
These directories seem to have unpacked source code in them:
ls -la xFYlJtGuvr/
total 28
drwx------ 3 lp_archive lp_archive 4096 2009-10-16 05:46 .
drwxrwxrwt 405 root root 20480 2010-08-13 14:52 ..
drwxr-xr-x 10 lp_archive lp_archive 4096 2009-09-23 22:25 udev-147~
ls -la tmp9Lki8m/
total 40
drwx------ 3 lp_queue lp_queue 4096 2010-08-13 10:40 .
drwxrwxrwt 405 root root 20480 2010-08-13 14:52 ..
drwxr-xr-x 15 lp_queue lp_queue 4096 2010-08-13 10:40 d-conf-0.5
lrwxrwxrwx 1 lp_queue lp_queue 104 2010-08-13 10:40 d-conf_
lrwxrwxrwx 1 lp_queue lp_queue 94 2010-08-13 10:40 d-conf_
lrwxrwxrwx 1 lp_queue lp_queue 93 2010-08-13 10:40 d-conf_
Related branches
- Abel Deuring (community): Approve (code)
-
Diff: 575 lines (+190/-156)4 files modifiedlib/lp/archiveuploader/dscfile.py (+131/-106)
lib/lp/archiveuploader/nascentupload.py (+0/-7)
lib/lp/archiveuploader/tests/test_dscfile.py (+58/-41)
lib/lp/archiveuploader/tests/test_nascentuploadfile.py (+1/-2)
Changed in soyuz: | |
assignee: | nobody → Jelmer Vernooij (jelmer) |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in soyuz: | |
status: | Fix Committed → Fix Released |
I guess this is process-upload for the source uploads and is a consequence of the fix to keep "changelog" out of PWD. See bug 595957