1
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
May 28, 2023 — May 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Each command execution gets its own directory for output, including a 0 file, stderr file, and a status file that contains much of the data previously in the sync files. This solves a problem collecting job stats after completion from the syncdir which isn't cache coherent.
MIke Fisk
as Michael E. Fisk
More... over 15 years ago
additional prettiness in exit status printout
MIke Fisk
as Michael E. Fisk
More... over 15 years ago
show exact distribution of errcodes
MIke Fisk
as Michael E. Fisk
More... over 15 years ago
expand ~ in syncdir
MIke Fisk
as Michael E. Fisk
More... over 15 years ago
Merge branch 'master' of [email protected]:mfisk/filemap More... over 15 years ago
Summarize exit status and CPU times upon completion. More... over 15 years ago
update SSH default to pass kerberos creds on older versions and not default to ControlMaster
MIke Fisk
as Michael E. Fisk
More... over 15 years ago
everybody deserves a docstring More... over 15 years ago
much nicer command-line help More... over 15 years ago
merged rsyncmd changes More... over 15 years ago
avoid rsync errors on unmatched remote globs (painfully)
MIke Fisk
as Michael E. Fisk
More... over 15 years ago
scheduler cleanup More... over 15 years ago
remove debugging output More... over 15 years ago
remove ambiguity about when to use FMCONFIG and when to use STDIN. More... over 15 years ago
fix regressions More... over 15 years ago
remove debugging output More... over 15 years ago
add umask support; simplify absolutes passing; bugfixes on stderr printing; add group argument to init cmd; add set?id and sticky handling to ls More... over 15 years ago
Merge branch 'master' of [email protected]:mfisk/filemap More... over 15 years ago
use .files for partial output from maps, then rename when run is complete. Do it for partition files too.
MIke Fisk
as Michael E. Fisk
More... over 15 years ago
remove job error reporting from scheduler, which is now decoupled from user; map cmd now does this on client
MIke Fisk
as Michael E. Fisk
More... over 15 years ago
fix jobs cmd; add .stderr-file error reporting to client
MIke Fisk
as Michael E. Fisk
More... over 15 years ago
make multi-user friendly
MIke Fisk
as Michael E. Fisk
More... over 15 years ago
allow /jobs to be empty
MIke Fisk
as Michael E. Fisk
More... over 15 years ago
first cut at a df command
MIke Fisk
as Michael E. Fisk
More... over 15 years ago
make store do long lists of files in batches; ls uses scientific notation for sizes
MIke Fisk
as Michael E. Fisk
More... over 15 years ago
support older versions of python.
MIke Fisk
as Michael E. Fisk
More... over 15 years ago
refactor config parsing logic for clarity; use FMCONFIG, ./filemap.conf, /etc/filemap.conf in that order
MIke Fisk
as Michael E. Fisk
More... over 15 years ago
note for improvement More... over 15 years ago
typo in docstring More... over 15 years ago
example with documentation More... over 15 years ago