[ARVADOS] updated: 1.1.2-140-ge1d2663

Git user git at public.curoverse.com
Tue Jan 30 19:44:38 EST 2018


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

       via  e1d26636c385f4c09484673b1b90eec6191ba6c5 (commit)
      from  14e0d031833b75c2bbbfe796294934aea2da3d19 (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 e1d26636c385f4c09484673b1b90eec6191ba6c5
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Tue Jan 30 19:44:26 2018 -0500

    12764: gofmt fix
    
    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 1f94973..dfb1eb8 100644
--- a/services/crunch-run/crunchrun.go
+++ b/services/crunch-run/crunchrun.go
@@ -583,7 +583,7 @@ func (runner *ContainerRunner) SetupMounts() (err error) {
 		if dir.IsDir() {
 			err = filepath.Walk(cp.src, func(walkpath string, walkinfo os.FileInfo, walkerr error) error {
 				if walkerr != nil {
-					return walkerr;
+					return walkerr
 				}
 				if walkinfo.Mode().IsRegular() {
 					return copyfile(walkpath, path.Join(cp.bind, walkpath[len(cp.src):]))

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list