[ARVADOS] updated: 56ecb7b0e39dd3c84130bad3a4a585ab6c710037

git at public.curoverse.com git at public.curoverse.com
Tue Dec 1 13:35:01 EST 2015


Summary of changes:
 sdk/go/crunchrunner/upload.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  56ecb7b0e39dd3c84130bad3a4a585ab6c710037 (commit)
      from  4c9b3a85870572aa375329f39347fad58ab9d0e6 (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 56ecb7b0e39dd3c84130bad3a4a585ab6c710037
Author: radhika <radhika at curoverse.com>
Date:   Tue Dec 1 13:33:55 2015 -0500

    7710: update crunchrunner.upload.go to compile; this was broken after the keep-web updates; also, add this package to gostuff in run-tests.sh

diff --git a/sdk/go/crunchrunner/upload.go b/sdk/go/crunchrunner/upload.go
index 4ced0ce..06a6678 100644
--- a/sdk/go/crunchrunner/upload.go
+++ b/sdk/go/crunchrunner/upload.go
@@ -130,7 +130,7 @@ func (m *ManifestWriter) WalkFunc(path string, info os.FileInfo, err error) erro
 
 	stream.offset += count
 
-	stream.ManifestStream.Files = append(stream.ManifestStream.Files,
+	stream.ManifestStream.FileTokens = append(stream.ManifestStream.FileTokens,
 		fmt.Sprintf("%v:%v:%v", fileStart, count, fn))
 
 	return nil
@@ -189,7 +189,7 @@ func (m *ManifestWriter) ManifestText() string {
 			buf.WriteString(" ")
 			buf.WriteString(b)
 		}
-		for _, f := range v.Files {
+		for _, f := range v.FileTokens {
 			buf.WriteString(" ")
 			f = strings.Replace(f, " ", "\\040", -1)
 			f = strings.Replace(f, "\n", "", -1)

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list