forked from BytemarkHosting/symbiosis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
51 lines (31 loc) · 1.17 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
README
------
This README is intentionally brief.
All the details on the Bytemark Symbiosis packages may be found online:
http://symbiosis.bytemark.co.uk/
Building The Packages
---------------------
The minimum packages needed to get the build process working are:
rake devscripts rdoc graphviz
You should be able to build all packages via :
rake repo
This will generate all files and copy them to a subdirectory of
'repo/'. Each package has its own dependency requirements and the
build will fail if these are not met.
Using schroot/sbuild/sautobild
------------------------------
It is possible to build the packages using per-arch/distro chroots.
Bytemark have written a package called "sautobuild" which can perform
automated builds of a source package, given a set of schroots.
Other rake tasks
----------------
There are other rake tasks that can be seen by running
rake -T
API Documentation
-----------------
There is plenty of documentation in the Ruby libraries written for
Symbiosis. Rdoc is used to generate it as part of the
symbiosis-api-doc package. If you run
rake rdoc
This will generate it in doc/html.
-- Patrick J Cherry <[email protected]>