Changes have been pushed for the project "Fawkes Robotics Software Framework".

Gitweb: http://git.fawkesrobotics.org/fawkes.git
Trac:   http://trac.fawkesrobotics.org

The branch, timn/yaml-config-list-values has been updated
        to  31d90e5f31fb87d4c361de7e434e124ce6165fac (commit)
      from  7412e55b464df24951053b675cff0d00e59fea42 (commit)

http://git.fawkesrobotics.org/fawkes.git/timn/yaml-config-list-values

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- *Log* ---------------------------------------------------------------
commit 31d90e5f31fb87d4c361de7e434e124ce6165fac
Author:     Tim Niemueller <niemuel...@kbsg.rwth-aachen.de>
AuthorDate: Tue Jan 8 17:30:51 2013 +0100
Commit:     Tim Niemueller <niemuel...@kbsg.rwth-aachen.de>
CommitDate: Tue Jan 8 17:30:51 2013 +0100

    config: move config files, drop number prefix
    
    The config files are now in the conf.d directory (clearer than
    modules.d). Drop the number prefix. We do not really have config values
    which must be read in a specified order as of now. If we ever have, we
    can add specific prefixes for those.

http://git.fawkesrobotics.org/fawkes.git/commit/31d90e5
http://trac.fawkesrobotics.org/changeset/31d90e5

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


- *Summary* -----------------------------------------------------------
 cfg/{modules.d/50_amcl.yaml => conf.d/amcl.yaml}   |    0
 .../50_bblogger.yaml => conf.d/bblogger.yaml}      |    0
 .../50_bbsync.yaml => conf.d/bbsync.yaml}          |    0
 .../50_festival.yaml => conf.d/festival.yaml}      |    0
 .../60_firevision.yaml => conf.d/firevision.yaml}  |    0
 .../50_joystick.yaml => conf.d/joystick.yaml}      |    0
 .../50_katana.yaml => conf.d/katana.yaml}          |    0
 cfg/{modules.d/50_laser.yaml => conf.d/laser.yaml} |    0
 .../50_laserht.yaml => conf.d/laserht.yaml}        |    0
 .../80_luaagent.yaml => conf.d/luaagent.yaml}      |    0
 .../meta_plugins.yaml}                             |    0
 cfg/{modules.d/50_nao.yaml => conf.d/nao.yaml}     |    0
 .../50_openni.yaml => conf.d/openni.yaml}          |    0
 .../50_pantilt.yaml => conf.d/pantilt.yaml}        |    0
 .../50_refboxcomm.yaml => conf.d/refboxcomm.yaml}  |    0
 .../50_robotino.yaml => conf.d/robotino.yaml}      |    0
 .../50_roomba.yaml => conf.d/roomba.yaml}          |    0
 .../80_skiller.yaml => conf.d/skiller.yaml}        |    0
 .../static_transforms.yaml}                        |    0
 .../tabletop_objects.yaml}                         |    0
 .../50_webview.yaml => conf.d/webview.yaml}        |    0
 .../50_worldmodel.yaml => conf.d/worldmodel.yaml}  |    0
 .../50_xmlrpc.yaml => conf.d/xmlrpc.yaml}          |    0
 cfg/config.yaml                                    |    2 +-
 24 files changed, 1 insertions(+), 1 deletions(-)
 rename cfg/{modules.d/50_amcl.yaml => conf.d/amcl.yaml} (100%)
 rename cfg/{modules.d/50_bblogger.yaml => conf.d/bblogger.yaml} (100%)
 rename cfg/{modules.d/50_bbsync.yaml => conf.d/bbsync.yaml} (100%)
 rename cfg/{modules.d/50_festival.yaml => conf.d/festival.yaml} (100%)
 rename cfg/{modules.d/60_firevision.yaml => conf.d/firevision.yaml} (100%)
 rename cfg/{modules.d/50_joystick.yaml => conf.d/joystick.yaml} (100%)
 rename cfg/{modules.d/50_katana.yaml => conf.d/katana.yaml} (100%)
 rename cfg/{modules.d/50_laser.yaml => conf.d/laser.yaml} (100%)
 rename cfg/{modules.d/50_laserht.yaml => conf.d/laserht.yaml} (100%)
 rename cfg/{modules.d/80_luaagent.yaml => conf.d/luaagent.yaml} (100%)
 rename cfg/{modules.d/05_meta_plugins.yaml => conf.d/meta_plugins.yaml} (100%)
 rename cfg/{modules.d/50_nao.yaml => conf.d/nao.yaml} (100%)
 rename cfg/{modules.d/50_openni.yaml => conf.d/openni.yaml} (100%)
 rename cfg/{modules.d/50_pantilt.yaml => conf.d/pantilt.yaml} (100%)
 rename cfg/{modules.d/50_refboxcomm.yaml => conf.d/refboxcomm.yaml} (100%)
 rename cfg/{modules.d/50_robotino.yaml => conf.d/robotino.yaml} (100%)
 rename cfg/{modules.d/50_roomba.yaml => conf.d/roomba.yaml} (100%)
 rename cfg/{modules.d/80_skiller.yaml => conf.d/skiller.yaml} (100%)
 rename cfg/{modules.d/50_static_transforms.yaml => 
conf.d/static_transforms.yaml} (100%)
 rename cfg/{modules.d/50_tabletop_objects.yaml => 
conf.d/tabletop_objects.yaml} (100%)
 rename cfg/{modules.d/50_webview.yaml => conf.d/webview.yaml} (100%)
 rename cfg/{modules.d/50_worldmodel.yaml => conf.d/worldmodel.yaml} (100%)
 rename cfg/{modules.d/50_xmlrpc.yaml => conf.d/xmlrpc.yaml} (100%)


- *Diffs* -------------------------------------------------------------

- *commit* 31d90e5f31fb87d4c361de7e434e124ce6165fac - - - - - - - - - -
Author:  Tim Niemueller <niemuel...@kbsg.rwth-aachen.de>
Date:    Tue Jan 8 17:30:51 2013 +0100
Subject: config: move config files, drop number prefix

 cfg/{modules.d/50_amcl.yaml => conf.d/amcl.yaml}   |    0
 .../50_bblogger.yaml => conf.d/bblogger.yaml}      |    0
 .../50_bbsync.yaml => conf.d/bbsync.yaml}          |    0
 .../50_festival.yaml => conf.d/festival.yaml}      |    0
 .../60_firevision.yaml => conf.d/firevision.yaml}  |    0
 .../50_joystick.yaml => conf.d/joystick.yaml}      |    0
 .../50_katana.yaml => conf.d/katana.yaml}          |    0
 cfg/{modules.d/50_laser.yaml => conf.d/laser.yaml} |    0
 .../50_laserht.yaml => conf.d/laserht.yaml}        |    0
 .../80_luaagent.yaml => conf.d/luaagent.yaml}      |    0
 .../meta_plugins.yaml}                             |    0
 cfg/{modules.d/50_nao.yaml => conf.d/nao.yaml}     |    0
 .../50_openni.yaml => conf.d/openni.yaml}          |    0
 .../50_pantilt.yaml => conf.d/pantilt.yaml}        |    0
 .../50_refboxcomm.yaml => conf.d/refboxcomm.yaml}  |    0
 .../50_robotino.yaml => conf.d/robotino.yaml}      |    0
 .../50_roomba.yaml => conf.d/roomba.yaml}          |    0
 .../80_skiller.yaml => conf.d/skiller.yaml}        |    0
 .../static_transforms.yaml}                        |    0
 .../tabletop_objects.yaml}                         |    0
 .../50_webview.yaml => conf.d/webview.yaml}        |    0
 .../50_worldmodel.yaml => conf.d/worldmodel.yaml}  |    0
 .../50_xmlrpc.yaml => conf.d/xmlrpc.yaml}          |    0
 cfg/config.yaml                                    |    2 +-
 24 files changed, 1 insertions(+), 1 deletions(-)

_Diff for modified files_:
diff --git a/cfg/config.yaml b/cfg/config.yaml
index fc64b58..3999de8 100644
--- a/cfg/config.yaml
+++ b/cfg/config.yaml
@@ -4,7 +4,7 @@
 # Configuration meta information document
 include:
   # reads files ending in .yaml from modules.d config subdir
-  - !ignore-missing modules.d/
+  - !ignore-missing conf.d/
   # Reads the host-specific configuration file, no failure if missing
   - !host-specific host.yaml
 ---




-- 
Fawkes Robotics Framework                 http://www.fawkesrobotics.org
_______________________________________________
fawkes-commits mailing list
fawkes-commits@lists.kbsg.rwth-aachen.de
https://lists.kbsg.rwth-aachen.de/listinfo/fawkes-commits

Reply via email to