zuul/zuul
Antoine Musso aabb686bc7 Fix up `zuul --version`
argparse does not support optional subparser, hence the `zuul` client
command would always require to be passed a sub command.  That prevented
`zuul --version` from showing up with a 'too few arguments' error.

I found out add_argument() has a action='version' which would print the
content of the 'version' argument and exit.

Change-Id: I553d3b2ab7aa04865e44559135adc5a7640307ed
2014-01-28 10:41:11 +01:00
..
cmd Fix up `zuul --version` 2014-01-28 10:41:11 +01:00
launcher Remove unecessary debug message 2013-12-05 13:22:44 -08:00
lib Revert "report message even if no action is specified" 2013-05-15 14:42:57 +00:00
reporter Make all changes reportable 2013-12-27 10:22:46 -08:00
trigger Use forced_pipeline with timer events 2013-12-27 10:38:35 -08:00
__init__.py Initial commit. 2012-05-29 14:49:32 -07:00
layoutvalidator.py Make all changes reportable 2013-12-27 10:22:46 -08:00
merger.py Add Zuul ref replication 2014-01-08 13:56:03 +08:00
model.py Make all changes reportable 2013-12-27 10:22:46 -08:00
rpcclient.py Add a promote client command 2013-12-09 08:13:23 -08:00
rpclistener.py Add a promote client command 2013-12-09 08:13:23 -08:00
scheduler.py make enqueue_time passable to addChange 2014-01-11 22:16:48 -05:00
version.py Migrate to pbr. 2013-06-25 19:04:30 +00:00
webapp.py Add a JSON status test 2013-07-06 18:20:54 +00:00