FS#167 - Improper cleanup of tempdir
Originally submitted by Jason Tackaberry
VCS’ temporary dir (and its contents) is not removed on cleanup. Space in /dev/shm is wasted as a result.
Patch attached.
ID | Project | Summary | Priority | Severity | Assigned To | Progress | |
---|---|---|---|---|---|---|---|
165 | vcs | Very Low | Low | outlyer |
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Cause: Use of
[*]
instead of[@]
in arguments to rm.'*'
quotes the array as a single string,'@'
quotes its elements.Reference: http://wiki.bash-hackers.org/syntax/arrays
Regression introduced in 1.11.2