Imported Upstream version 0.3.0
[debian/orchestra.git] / debian / control
1 Source: orchestra
2 Maintainer: Chris Collins <chris.collins@anchor.net.au>
3 Section: admin
4 Priority: extra
5 Build-Depends: debhelper (>= 7.0.50~), golang (>= 1:60), golang (<< 1:61)
6 Standards-Version: 3.9.1
7
8 Package: orchestra-conductor
9 Architecture: i386 amd64
10 Depends: ssl-cert, ${misc:Depends}
11 Description: The Orchestra management server
12  Orchestra is a system for managing distributed job execution over a
13  group of servers.
14  .
15  This package contains the Conductor which manages the request queues
16  and dispatches work to the servers.  It also contains the job
17  submission tools.
18
19 Package: orchestra-player-go
20 Architecture: i386 amd64
21 Description: The Orchestra execution agent
22  Orchestra is a system for managing distributed job execution over a
23  group of servers.
24  .
25  This package contains the go implementation of the Player which
26  retrieves the work queue from the Conductor and performs the actual
27  task execution.
28  .
29  As this particular implemention is written in Go, it only works on
30  x86 architecture systems.