722adca3b4daecfb1003f44f056d807bb104e203
[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 Vcs-Git: git://git.steven-mcdonald.id.au/debian/orchestra.git
8 Vcs-Browser: http://git.steven-mcdonald.id.au/?p=debian/orchestra.git;a=summary
9
10 Package: orchestra-conductor
11 Architecture: i386 amd64
12 Depends: ssl-cert, ${misc:Depends}
13 Description: The Orchestra management server
14  Orchestra is a system for managing distributed job execution over a
15  group of servers.
16  .
17  This package contains the Conductor which manages the request queues
18  and dispatches work to the servers.  It also contains the job
19  submission tools.
20
21 Package: orchestra-player-go
22 Architecture: i386 amd64
23 Description: The Orchestra execution agent
24  Orchestra is a system for managing distributed job execution over a
25  group of servers.
26  .
27  This package contains the go implementation of the Player which
28  retrieves the work queue from the Conductor and performs the actual
29  task execution.
30  .
31  As this particular implemention is written in Go, it only works on
32  x86 architecture systems.