changes from the previous:
- rebase
- 'manager' sub-command was renamed to 'run'

YAMAMOTO Takashi (8):
  add ryu-manager to PYLINT_INCLUDE
  doc: remove a stale reference
  ryu.cfg: re-export some more stuff for convenience
  allow overriding argv and progname
  add bin/ryu
  rename 'manager' sub-command to 'run'
  add bin/ryu to PYLINT_INCLUDE
  document ryu command

 bin/ryu                        | 20 +++++++++++
 doc/source/conf.py             |  2 ++
 doc/source/man/ryu.rst         | 20 +++++++++++
 doc/source/man/ryu_manager.rst |  4 ---
 run_tests.sh                   |  2 +-
 ryu/cfg.py                     |  3 ++
 ryu/cmd/manager.py             |  8 +++--
 ryu/cmd/of_config_cli.py       |  5 +--
 ryu/cmd/rpc_cli.py             |  4 +--
 ryu/cmd/ryu_base.py            | 75 ++++++++++++++++++++++++++++++++++++++++++
 setup.cfg                      |  1 +
 11 files changed, 132 insertions(+), 12 deletions(-)
 create mode 100755 bin/ryu
 create mode 100644 doc/source/man/ryu.rst
 create mode 100644 ryu/cmd/ryu_base.py

-- 
1.8.3.1


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to