Changeset 370:c40b5e1621b5
- Timestamp:
- 08/25/08 09:21:51 (3 months ago)
- Author:
- Christos Trochalakis <yatiohi@…>
- Branch:
- default
- Message:
-
Configure directories in sample-dev.cfg, test.cfg to be relative to workdir
e.x.
scratchdir="%(workdir)s/local-vcs"
instead of:
scratchdir="/var/tmp/transifex/local-vcs"
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r343
|
r370
|
|
| 22 | 22 | |
| 23 | 23 | # scratchdir: Local copies of the remote repos (cache). Needs some space. |
| 24 | | scratchdir="/var/tmp/transifex/local-vcs" |
| | 24 | scratchdir="%(workdir)s/local-vcs" |
| 25 | 25 | |
| 26 | 26 | # Global ignore file wildcard list (all modules, all projects) |
| … |
… |
|
| 48 | 48 | # If you have sqlite, here's a simple default to get you started |
| 49 | 49 | # in development |
| 50 | | sqlalchemy.dburi="sqlite:////var/tmp/transifex/transifex.sqlite" |
| | 50 | sqlalchemy.dburi="sqlite:///%(workdir)s/transifex.sqlite" |
| 51 | 51 | |
| 52 | 52 | # for Windows users, sqlite URIs look like: |
| … |
… |
|
| 61 | 61 | # log_debug_info_filter.on = False |
| 62 | 62 | |
| 63 | | createrepo_cache_dir = "/var/tmp/createrepo" |
| | 63 | createrepo_cache_dir = "%(workdir)s/createrepo" |
| 64 | 64 | server.environment="development" |
| 65 | 65 | server.webpath="" |
-
|
r343
|
r370
|
|
| 22 | 22 | |
| 23 | 23 | # scratchdir: Local copies of the remote repos (cache). Needs some space. |
| 24 | | scratchdir="/var/tmp/transifex/local-vcs" |
| | 24 | scratchdir="%(workdir)s/local-vcs" |
| 25 | 25 | |
| 26 | 26 | # Global ignore file wildcard list (all modules, all projects) |
| … |
… |
|
| 68 | 68 | # log_debug_info_filter.on = False |
| 69 | 69 | |
| 70 | | createrepo_cache_dir = "/var/tmp/createrepo" |
| | 70 | createrepo_cache_dir = "%(workdir)s/createrepo" |
| 71 | 71 | server.environment="development" |
| 72 | 72 | server.webpath="" |