forked from lix-project/hydra
general information
This commit is contained in:
parent
ae630bbd77
commit
2810e5e280
|
@ -272,12 +272,12 @@ link to create a new project.
|
||||||
<h3>3.1. General information</h3>
|
<h3>3.1. General information</h3>
|
||||||
|
|
||||||
A project definition consists of some general information and a set of
|
A project definition consists of some general information and a set of
|
||||||
jobsets. We start with the general information.
|
jobsets. The general information identifies a project, its owner, and
|
||||||
|
current state of activity.
|
||||||
|
|
||||||
The general information of a project are mainly its name and
|
Here's what we fill in for the patchelf project:
|
||||||
owner. Here's what we fill in for the patchelf project:
|
|
||||||
|
|
||||||
<pre class="programlisting">
|
<pre>
|
||||||
Identifier: patchelf
|
Identifier: patchelf
|
||||||
Display name: Patchelf
|
Display name: Patchelf
|
||||||
Description: A tool for modifying ELF binaries
|
Description: A tool for modifying ELF binaries
|
||||||
|
@ -285,7 +285,7 @@ owner. Here's what we fill in for the patchelf project:
|
||||||
Enabled: Yes
|
Enabled: Yes
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
The <code>Identifier</code> should be a unique name (it is the primary
|
The <strong>identifier</strong> should be a unique name (it is the primary
|
||||||
database key for the project table in the database). If you try to
|
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
|
create a project with an already existing identifier you'd get an
|
||||||
error message such as:
|
error message such as:
|
||||||
|
@ -301,10 +301,9 @@ Jobsets can be added once the project has been created.
|
||||||
|
|
||||||
<p/>
|
<p/>
|
||||||
|
|
||||||
Once create there should be an entry for the project in the sidebar. Go to
|
Once created there should be an entry for the project in the
|
||||||
the project page for the
|
sidebar. Go to the project page for the <a
|
||||||
<a href="http://localhost:3000/project/patchelf">Patchelf</a>
|
href="http://localhost:3000/project/patchelf">Patchelf</a> project.
|
||||||
project.
|
|
||||||
|
|
||||||
<h3>Jobsets</h3>
|
<h3>Jobsets</h3>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue