[ARVADOS] updated: 536f0f39795aa532348b89fe702b7ad234b536bc
git at public.curoverse.com
git at public.curoverse.com
Thu Dec 4 13:56:23 EST 2014
Summary of changes:
sdk/cli/bin/crunch-job | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 536f0f39795aa532348b89fe702b7ad234b536bc (commit)
from ad68335f024be3be1a1fa5df41ca4d8592128574 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 536f0f39795aa532348b89fe702b7ad234b536bc
Author: Brett Smith <brett at curoverse.com>
Date: Thu Dec 4 13:56:21 2014 -0500
4027: Fixup crunch-job install log open mode.
diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job
index 3574585..bab1355 100755
--- a/sdk/cli/bin/crunch-job
+++ b/sdk/cli/bin/crunch-job
@@ -1824,7 +1824,7 @@ if ($task_work) {
open(STDOUT_ORIG, ">&", STDOUT);
open(STDERR_ORIG, ">&", STDERR);
-open(STDOUT, ">", "$destdir.log");
+open(STDOUT, ">>", "$destdir.log");
open(STDERR, ">&", STDOUT);
### Crunch script run mode
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list