commit | d7f6846f3a8bc3d918300d30d4e85d2d10aa223a | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <gwsapan@gmail.com> | Sun Oct 11 20:50:27 2015 +0200 |
committer | Sapan Bhatia <gwsapan@gmail.com> | Sun Oct 11 20:50:27 2015 +0200 |
tree | 54da24b89ce6b3bbf7675b5fd8c032d2beda80bb | |
parent | fcd094dff9a65681327f288f01733e7c1ccccdf1 [diff] |
Change hello_world -> helloworld, for consistency
diff --git a/xos/observers/hello_world/helloworld-observer.py b/xos/observers/helloworld/helloworld-observer.py similarity index 100% rename from xos/observers/hello_world/helloworld-observer.py rename to xos/observers/helloworld/helloworld-observer.py
diff --git a/xos/observers/hello_world/helloworld_config b/xos/observers/helloworld/helloworld_config similarity index 94% rename from xos/observers/hello_world/helloworld_config rename to xos/observers/helloworld/helloworld_config index 97248ae..671af51 100644 --- a/xos/observers/hello_world/helloworld_config +++ b/xos/observers/helloworld/helloworld_config
@@ -37,7 +37,7 @@ images_directory=/opt/xos/images dependency_graph=/opt/xos/model-deps logfile=/var/log/xos_backend.log -steps_dir=/opt/xos/observers/hello_world/steps +steps_dir=/opt/xos/observers/helloworld/steps [gui] disable_minidashboard=True
diff --git a/xos/observers/hello_world/model-deps b/xos/observers/helloworld/model-deps similarity index 100% rename from xos/observers/hello_world/model-deps rename to xos/observers/helloworld/model-deps
diff --git a/xos/observers/hello_world/nohup.out b/xos/observers/helloworld/nohup.out similarity index 100% rename from xos/observers/hello_world/nohup.out rename to xos/observers/helloworld/nohup.out
diff --git a/xos/observers/hello_world/run.sh b/xos/observers/helloworld/run.sh similarity index 100% rename from xos/observers/hello_world/run.sh rename to xos/observers/helloworld/run.sh
diff --git a/xos/observers/hello_world/start.sh b/xos/observers/helloworld/start.sh similarity index 100% rename from xos/observers/hello_world/start.sh rename to xos/observers/helloworld/start.sh
diff --git a/xos/observers/hello_world/steps/sync_hello.py b/xos/observers/helloworld/steps/sync_hello.py similarity index 100% rename from xos/observers/hello_world/steps/sync_hello.py rename to xos/observers/helloworld/steps/sync_hello.py
diff --git a/xos/observers/hello_world/steps/sync_world.py b/xos/observers/helloworld/steps/sync_world.py similarity index 100% rename from xos/observers/hello_world/steps/sync_world.py rename to xos/observers/helloworld/steps/sync_world.py
diff --git a/xos/observers/hello_world/stop.sh b/xos/observers/helloworld/stop.sh similarity index 100% rename from xos/observers/hello_world/stop.sh rename to xos/observers/helloworld/stop.sh