[ARVADOS] updated: 1.1.2-50-gce75059

Git user git at public.curoverse.com
Fri Jan 12 16:04:10 EST 2018


Summary of changes:
 services/crunch-run/crunchrun.go | 1 -
 1 file changed, 1 deletion(-)

       via  ce7505914ba4c53a7aa1d987aaf92de81af1fb49 (commit)
      from  aa04aa117da273ac363453d2297e3474407ac573 (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 ce7505914ba4c53a7aa1d987aaf92de81af1fb49
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Fri Jan 12 16:03:22 2018 -0500

    12934: Remove debug log
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/services/crunch-run/crunchrun.go b/services/crunch-run/crunchrun.go
index a6c71fb..bf5a164 100644
--- a/services/crunch-run/crunchrun.go
+++ b/services/crunch-run/crunchrun.go
@@ -1068,7 +1068,6 @@ func (runner *ContainerRunner) UploadOutputFile(
 				mnt := runner.Container.Mounts[bind]
 				// Check if there is a bind for this
 				// directory, in which case assume we don't need .keep
-				runner.CrunchLog.Printf("%v %v", path, bind)
 				if (containerPath == bind || strings.HasPrefix(containerPath, bind+"/")) && mnt.PortableDataHash != "d41d8cd98f00b204e9800998ecf8427e+0" {
 					return
 				}

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list