1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
use a dup'd fd so when it closes, stderr doesn't get closed
MIke Fisk
as Michael E. Fisk
More... over 15 years ago
add queues to Procs so we serialize operations to a given destination.
MIke Fisk
as Michael E. Fisk
More... over 15 years ago
abstract out BuggyWaitPid for python 2.4 since it's needed in 2 places
MIke Fisk
as Michael E. Fisk
More... over 15 years ago
document new queuebyhost option
MIke Fisk
as Michael E. Fisk
More... over 15 years ago
python 2.4 regressions fixed. Deal with files that disappear mid-processing.
MIke Fisk
as Michael E. Fisk
More... over 15 years ago
fix infinite loop and result fetch bug in rsync simplification
MIke Fisk
as Michael E. Fisk
More... almost 16 years ago
fix wilcard handling in rsync args
MIke Fisk
as Michael E. Fisk
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.
MIke Fisk
as Michael E. Fisk
More... almost 16 years ago
whitespace
MIke Fisk
as Michael E. Fisk
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)
MIke Fisk
as Michael E. Fisk
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)
MIke Fisk
as Michael E. Fisk
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
MIke Fisk
as Michael E. Fisk
More... about 16 years ago
Handle 2.4 subprocess's desire to reap children for you
MIke Fisk
as Michael E. Fisk
More... about 16 years ago
reap more often
MIke Fisk
as Michael E. Fisk
More... about 16 years ago
no need to play nullglobs games with rsync now
MIke Fisk
as Michael E. Fisk
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.
MIke Fisk
as Michael E. Fisk
More... about 16 years ago
expand fm better in remote commands
MIke Fisk
as Michael E. Fisk
More... about 16 years ago
Do our own epilog printing so we work in python <2.5 and preserve docstring formatting.
MIke Fisk
as Michael E. Fisk
More... about 16 years ago
some people just can't handle tabs
MIke Fisk
as Michael E. Fisk
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