From 96f7c0b2cd12145b791e1bf9c35c902aafa71a9c Mon Sep 17 00:00:00 2001 From: Eelco Visser Date: Mon, 1 Dec 2008 20:50:50 +0000 Subject: [PATCH] general information --- doc/manual/manual.html | 82 ++++++++++++++++++++++++++++-------------- 1 file changed, 55 insertions(+), 27 deletions(-) diff --git a/doc/manual/manual.html b/doc/manual/manual.html index 7614f708..7ca55eb3 100644 --- a/doc/manual/manual.html +++ b/doc/manual/manual.html @@ -277,18 +277,19 @@ current state of activity. Here's what we fill in for the patchelf project: -
-  Identifier:    patchelf
-  Display name:  Patchelf
-  Description:   A tool for modifying ELF binaries
-  Owner:         eelco
-  Enabled:       Yes
+
+  Identifier: patchelf
 
-The identifier should be a unique name (it is the primary -database key for the project table in the database). If you try to -create a project with an already existing identifier you'd get an -error message such as: +The identifier is the identity of the project. It is +used in URLs and in the names of build results. + +

+ +The identifier should be a unique name (it is the +primary database key for the project table in the database). If you +try to create a project with an already existing identifier you'd get +an error message such as:

 I'm very sorry, but an error occurred: 
@@ -299,6 +300,32 @@ So try to create the project after entering just the general
 information to figure out if you have chosen a unique name. 
 Jobsets can be added once the project has been created.
 
+
+
+  Display name: Patchelf
+
+ +The display name is used in menus. + +
+  Description: A tool for modifying ELF binaries
+
+ +The description is used as short documentation of the +nature of the project. + +
+  Owner: eelco
+
+ +The owner of a project can create and edit jobsets. + +
+  Enabled: Yes
+
+ +Only if the project is enabled are builds performed. +

Once created there should be an entry for the project in the @@ -314,7 +341,7 @@ dependencies, of course). Go to the page of the Patchelf project and 'Add a new jobset' by providing the following 'Information': -

+
   Identifier:     trunk
   Description:    Trunk
   Nix expression: release.nix in input patchelfSrc
@@ -331,29 +358,30 @@ To realize a job we probably need a number of inputs, which can be
 declared in the table below. As many inputs as required can be added. 
 For patchelf we declare the following inputs.
 
-
+
+  patchelfSrc 
+    'Subversion checkout' https://svn.nixos.org/repos/nix/patchelf/trunk
+
+ +patchelfSrc + +
   nixpkgs 'CVS checkout' https://svn.nixos.org/repos/nix/nixpkgs/trunk
 
-
-  officialRelease   Boolean false
-
- - -
-  patchelfSrc Subversion checkout https://svn.nixos.org/repos/nix/patchelf/trunk
-
- - -
-  system String value "i686-linux" 
-
- nixpkgs +
+  officialRelease   Boolean false
+
+ officialRelease -patchelfSrc + + +
+  system String value "i686-linux" 
+
system