Enhancement #1841
Provide a command line switch to move the temp directory
Status: | Resolved | Start date: | 04/16/2014 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | J. Moringen | % Done: | 100% | |
Category: | User Interface | |||
Target version: | 0.2 |
Description
My /tmp partition is still too small to contain all checked out projects for my distributions and I can't find a switch to change the directory that is used to cache project repositories.
Associated revisions
Support specifying temp directory in src/analysis/*.lisp
fixes #1841
- src/analysis/util.lisp (default-temporary-directory): new function;
compute a temporary directory based on a base directory and name hint - src/analysis/analysis.lisp (header): updated copyright
(analyze uri eql :auto): accept keyword parameter temp-directory; pass
to scm-specialized method - src/analysis/git.lisp (analyze uri eql :git): use
`default-temporary-directory' in default value of temp-directory
keyword parameter - src/analysis/subversion.lisp (analyze uri eql :svn): likewise
- src/commandline-interface/main.lisp (analyze-project): accept
temp-directory keyword parameter
(load-projects): likewise
(update-synopsis): added temp-directory commandline option
(main): process temp-directory commandline option
History
#1 Updated by J. Moringen over 10 years ago
- Category set to User Interface
#2 Updated by J. Moringen over 10 years ago
- Target version set to 0.3
#3 Updated by J. Moringen over 10 years ago
- Target version changed from 0.3 to 0.2
#4 Updated by J. Moringen over 10 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset af2904e85c82acc9cc64642f202011a0d1cd2a31.