Revision 13426
Added by Aaron Marcuse-Kubitza over 10 years ago
README.TXT | ||
---|---|---|
98 | 98 |
the following must happen within screen to avoid affecting the outer shell: |
99 | 99 |
unset TMOUT # TMOUT causes screen to exit even with background processes |
100 | 100 |
set -o ignoreeof #prevent Ctrl+D from exiting `screen` to keep attached jobs |
101 |
unset n # on local machine, clear any limit set in .profile (unless desired) |
|
101 |
on local machine: |
|
102 |
unset n # clear any limit set in .profile (unless desired) |
|
103 |
unset log # allow logging output to go to log files |
|
102 | 104 |
unset version # clear any version from last import, etc. |
103 | 105 |
if no commits have been made since the last import (eg. if retrying an |
104 | 106 |
import), set a custom version that differs from the auto-assigned one |
Also available in: Unified diff
fix: /README.TXT: Full database import: on local machine: need to allow logging output to go to log files