initialise repo
authorSteven McDonald <steven@steven-mcdonald.id.au>
Sun, 25 Sep 2011 13:55:24 +0000 (23:55 +1000)
committerSteven McDonald <steven@steven-mcdonald.id.au>
Sun, 25 Sep 2011 13:55:24 +0000 (23:55 +1000)
commit70e5f6e13441fe2a7912d90467b40b8389e81f68
tree5b229828980a6cb621c5181de8819c0c02853798
initialise repo
71 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
clientlibs/python/README.md [new file with mode: 0644]
clientlibs/python/audience.py [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/orchestra-conductor.conffile [new file with mode: 0644]
debian/orchestra-conductor.default [new file with mode: 0644]
debian/orchestra-conductor.dirs [new file with mode: 0644]
debian/orchestra-conductor.init [new file with mode: 0755]
debian/orchestra-conductor.install [new file with mode: 0644]
debian/orchestra-player-go.conffile [new file with mode: 0644]
debian/orchestra-player-go.default [new file with mode: 0644]
debian/orchestra-player-go.dirs [new file with mode: 0644]
debian/orchestra-player-go.init [new file with mode: 0755]
debian/orchestra-player-go.install [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
debian/source/local-options [new file with mode: 0644]
doc/audience_api.txt [new file with mode: 0644]
doc/orchestra.tex [new file with mode: 0644]
doc/score_pipe_interface.txt [new file with mode: 0644]
go-patches/json-unmarshal-immediate.diff [new file with mode: 0644]
go-patches/syslog-auto-reconnect.diff [new file with mode: 0644]
samples/conductor.conf [new file with mode: 0644]
samples/player.conf [new file with mode: 0644]
samples/players [new file with mode: 0644]
src/conductor/Makefile [new file with mode: 0644]
src/conductor/audience.go [new file with mode: 0644]
src/conductor/client.go [new file with mode: 0644]
src/conductor/conductor.go [new file with mode: 0644]
src/conductor/config.go [new file with mode: 0644]
src/conductor/dispatch.go [new file with mode: 0644]
src/conductor/http.go [new file with mode: 0644]
src/conductor/job_request.go [new file with mode: 0644]
src/conductor/job_scope.go [new file with mode: 0644]
src/conductor/job_state.go [new file with mode: 0644]
src/conductor/persistence.go [new file with mode: 0644]
src/conductor/registry.go [new file with mode: 0644]
src/conductor/resp_state.go [new file with mode: 0644]
src/conductor/server.go [new file with mode: 0644]
src/conductor/signal.go [new file with mode: 0644]
src/conductor/task_request.go [new file with mode: 0644]
src/conductor/task_response.go [new file with mode: 0644]
src/conductor/task_state.go [new file with mode: 0644]
src/getstatus/Makefile [new file with mode: 0644]
src/getstatus/getstatus.go [new file with mode: 0644]
src/orchestra/Makefile [new file with mode: 0644]
src/orchestra/marshal.go [new file with mode: 0644]
src/orchestra/orchestra.pb.go [new file with mode: 0644]
src/orchestra/orchestra.proto [new file with mode: 0644]
src/orchestra/shared.go [new file with mode: 0644]
src/orchestra/wire.go [new file with mode: 0644]
src/player/Makefile [new file with mode: 0644]
src/player/config.go [new file with mode: 0644]
src/player/execution.go [new file with mode: 0644]
src/player/if_env.go [new file with mode: 0644]
src/player/if_pipe.go [new file with mode: 0644]
src/player/interface.go [new file with mode: 0644]
src/player/player.go [new file with mode: 0644]
src/player/registry.go [new file with mode: 0644]
src/player/resp_state.go [new file with mode: 0644]
src/player/scores.go [new file with mode: 0644]
src/player/signal.go [new file with mode: 0644]
src/player/task_request.go [new file with mode: 0644]
src/player/task_response.go [new file with mode: 0644]
src/submitjob/Makefile [new file with mode: 0644]
src/submitjob/submitjob.go [new file with mode: 0644]