use a dup'd fd so when it closes, stderr doesn't get closed |
|
More...
|
over 15 years ago
|
add queues to Procs so we serialize operations to a given destination. |
|
More...
|
over 15 years ago
|
abstract out BuggyWaitPid for python 2.4 since it's needed in 2 places |
|
More...
|
over 15 years ago
|
document new queuebyhost option |
|
More...
|
over 15 years ago
|
python 2.4 regressions fixed. Deal with files that disappear mid-processing. |
|
More...
|
over 15 years ago
|
fix infinite loop and result fetch bug in rsync simplification |
|
More...
|
almost 16 years ago
|
fix wilcard handling in rsync args |
|
More...
|
almost 16 years ago
|
Make ls work even if user or group don't exist or we don't have permission to stat an entry. |
|
More...
|
almost 16 years ago
|
whitespace |
|
More...
|
almost 16 years ago
|
make head node have this set to the global settings, because we need to have command settings (e.g. rsynccmd) |
|
More...
|
almost 16 years ago
|
restore uses new put(relative=True) which uses rsync to make parent directories, so we don't need to call mkdir synchonously (which we weren't waiting for synchonously anyway) |
|
More...
|
almost 16 years ago
|
Changed scheduler locking to just a pidfile (not a sock) and made wait check for premature scheduler exit |
|
More...
|
about 16 years ago
|
fixed reraise syntax |
|
More...
|
about 16 years ago
|
cleanup CommandSetBase option parsing for derived classes |
|
More...
|
about 16 years ago
|
doc cleanups |
|
More...
|
about 16 years ago
|
add global -v option |
|
More...
|
about 16 years ago
|
push jobs in a batch instead of one at a time |
|
More...
|
about 16 years ago
|
comments and clean-up |
|
More...
|
about 16 years ago
|
expand ~ in map commands |
|
More...
|
about 16 years ago
|
properly reraise |
|
More...
|
about 16 years ago
|
Handle 2.4 subprocess's desire to reap children for you |
|
More...
|
about 16 years ago
|
reap more often |
|
More...
|
about 16 years ago
|
no need to play nullglobs games with rsync now |
|
More...
|
about 16 years ago
|
Instead of putting globs on the rsync command-line (which may therefore expand to be too large), only non-globs and then use includes and excludes to mask things. This should also be better about dealing with empty globs. |
|
More...
|
about 16 years ago
|
expand fm better in remote commands |
|
More...
|
about 16 years ago
|
Do our own epilog printing so we work in python <2.5 and preserve docstring formatting. |
|
More...
|
about 16 years ago
|
some people just can't handle tabs |
|
More...
|
about 16 years ago
|
Create a /sys in the cloud, store the fm script there, and run it from there on slaves |
|
More...
|
about 16 years ago
|
fixed regression in restore operation using new dir structure for partitions |
|
More...
|
about 16 years ago
|
fixed regression on reduce jobs with new directory-per-instance layout. |
|
More...
|
about 16 years ago
|