commit | a140e1a13e5652119cfc47e1d031171b9f9d9b85 | [log] [tgz] |
---|---|---|
author | Monty Taylor <mordred@inaugust.com> | Thu Nov 22 10:00:22 2012 -0800 |
committer | Monty Taylor <mordred@inaugust.com> | Thu Nov 22 10:00:22 2012 -0800 |
tree | d0ef1d319cc4e70db1f7a061312a3175ae4369b4 | |
parent | da3bada5340bd3f3fdd2538b3ceddef95ac23ae4 [diff] [blame] |
Add process_cache from openstack-ci-puppet.
diff --git a/setup.py b/setup.py index c1a15ce..2a87690 100644 --- a/setup.py +++ b/setup.py
@@ -59,6 +59,7 @@ 'fetch-remotes=gerritx.cmd.fetch_remotes:main', 'manage-projects=gerritx.cmd.manage_projects:main', 'notify-impact=gerritx.cmd.notify_impact:main', + 'process-cache=gerritx.cmd.process_cache:main', 'run-mirror=gerritx.cmd.run_mirror:main', 'update-blueprint=gerritx.cmd.update_blueprint:main', 'update-bug=gerritx.cmd.update_bug:main',