------------ - Add new hook post_work_complete_hook that fires after all work is complete and grokmirror goes idle - Add new command grok-pi-indexer for indexing public-inbox mirrored repositories
2.0.9
------------------- - Add initial support for post_clone_complete_hook that fires only after all new clones have been completed. - Fix grok-manifest traceback due to unicode errors in the repo description file. - Minor code cleanups.
2.0.8
------------------- - Fixes around symlink handling in manifest files. Adding and deleting symlinks should properly work again. - Don't require [fsck] section in the config file (though you'd almost always want it there).
2.0.7
------------------- - A slew of small fixes improving performance on very large repository collections (CAF internally is 32,500).
2.0.6
------------------- - Use fsck.extra_repack_flags when doing quick post-clone repacks - Store objects in objstore after grok-dumb-pull call on a repo that uses objstore repositories
2.0.5
------------------- - Prioritize baseline repositories when finding related objstore repos. - Minor fixes.