1
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
. More... over 10 years ago
correct now More... over 10 years ago
reduce test More... over 10 years ago
excess More... over 10 years ago
deal with the path to fm having things like "../" in it More... almost 11 years ago
deal with nodes that don't have hostnames More... almost 11 years ago
regression tests More... almost 11 years ago
bugfix: fm get: get assumed src was a dir and didn't include proper rsync include line for a file More... almost 11 years ago
Merge branch 'master' of github.com:mfisk/filemap More... almost 11 years ago
make writes to child stdins async so we don't block if too big for OS buffer size (was causing process spawning to serialize) More... almost 11 years ago
fixed a typo in the untested rsync get fix More... about 11 years ago
in rsyncget(), the parent directory globs weren't given trailing slashes, so she matching things other than directories. The result was unrequested files being retrieved. More... over 11 years ago
small fix for the serialize flag to store More... over 11 years ago
fixed %(input) parsing to substitute if %(input) is not a stand alone token More... over 11 years ago
help output would break if options didn't have a long option in addition to the short, this is now fixed More... over 11 years ago
Merge branch 'master' of github.com:mfisk/filemap More... over 11 years ago
getting rid of that awful is a tty check More... over 11 years ago
recompute things if the node that holds the output is inactive or no longer exists More... over 11 years ago
bugfix: store and redistribute would use different seeds and hence different nodes More... over 11 years ago
for plotting purposes, use the command without the input file added/substituted and treat it as a string rather than a list (for hashing purposes) More... over 11 years ago
fixed nasty bug where an already running scheduler or an exception in RunUntilDOne would cause .schedlog to get concatenated to istelf and explode. More... over 11 years ago
Merge branch 'master' of github.com:mfisk/filemap More... over 11 years ago
add "environ" global option to set one or more environment variables More... over 11 years ago
Merge pull request #4 from mfisk/plot-enhance More... over 11 years ago
I added 2 features to fm plot that I've wanted for a while, grouping by hostname and highlighting reduntant work More... over 11 years ago
print max time as well as avg and stddev More... over 11 years ago
bugfix: -s was using different job names following a redistribute because it wasn't handling redistributes the same was as a non -s job. More... over 11 years ago
kill terminating jobs More... over 11 years ago
save command line in status file More... over 11 years ago
Display plot color legend on stdout with fm -v plot More... over 11 years ago