3706: Process directory trees in sorted() order, instead of the order
authorTom Clegg <tom@curoverse.com>
Mon, 3 Nov 2014 14:32:16 +0000 (09:32 -0500)
committerTom Clegg <tom@curoverse.com>
Mon, 3 Nov 2014 16:29:30 +0000 (11:29 -0500)
commit6c7e0599e34d037c0e280b7622969488fb8f8b2e
tree6991fa88115ed78f8505242f026256e174514d53
parentce2362b3b62ccb8fe2e5db5a2b87e9a6212ed86b
3706: Process directory trees in sorted() order, instead of the order
returned by os.listdir().

This causes write_directory_tree() to produce a manifest that is
normalized to the greatest extent possible for the given
max_manifest_depth.
sdk/python/arvados/collection.py
sdk/python/arvados/util.py