[ARVADOS] updated: 20f3649bb6c55b6ae1d6e89b65561c424bbd7b91

git at public.curoverse.com git at public.curoverse.com
Thu Mar 12 09:32:57 EDT 2015


Summary of changes:
 sdk/python/bin/arv-normalize | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

       via  20f3649bb6c55b6ae1d6e89b65561c424bbd7b91 (commit)
      from  593e8c87cde8ea027ba2e321930a5243198a9f66 (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 20f3649bb6c55b6ae1d6e89b65561c424bbd7b91
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Thu Mar 12 09:36:37 2015 -0400

    Fix arv-normalize regression.  refs #5145 refs #4823

diff --git a/sdk/python/bin/arv-normalize b/sdk/python/bin/arv-normalize
index b84910e..b059d79 100755
--- a/sdk/python/bin/arv-normalize
+++ b/sdk/python/bin/arv-normalize
@@ -20,7 +20,6 @@ import arvados
 r = sys.stdin.read()
 
 cr = arvados.CollectionReader(r)
-cr.normalize()
 
 if args.extract:
     i = args.extract.rfind('/')
@@ -35,4 +34,4 @@ if args.extract:
             if fn in s.files():
                 sys.stdout.write(s.files()[fn].as_manifest())
 else:
-    sys.stdout.write(cr.manifest_text(args.strip))
+    sys.stdout.write(cr.manifest_text(strip=args.strip, normalize=True))

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list