You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@aurora.apache.org by Brian Brazil <br...@boxever.com> on 2015/07/10 13:47:22 UTC

Review Request 36392: Improve diff output of aurora cli.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/36392/
-----------------------------------------------------------

Review request for Aurora.


Repository: aurora


Description
-------

Use json.dumps to pretty print the executor config,
and munge it to look right and not get messed with by
the general pretty printer.
Show newlines directly so that multi-line cmdlines look right.

Make DIFF_VIEWER work for things like "diff -u10"


Diffs
-----

  src/main/python/apache/aurora/client/cli/jobs.py 5f608419e1235f14836865b46be05d13963deb37 

Diff: https://reviews.apache.org/r/36392/diff/


Testing
-------

Tested in vargant environment.


Thanks,

Brian Brazil