Modify ↓
Opened 19 years ago
Closed 19 years ago
#10 closed task (fixed)
Build execution by slaves
Reported by: | cmlenz | Owned by: | cmlenz |
---|---|---|---|
Priority: | critical | Milestone: | 0.2 |
Component: | Build slave | Version: | |
Keywords: | Cc: | ||
Operating System: |
Description
A build slave, after having received a snapshot archive of the code base, should execute the build using the instructions in the provided build recipe.
The recipe is considered to be stored in the repository of the project; the path to the recipe in the snapshot archive should be configurable per build config, and passed to the slave when the build is initiated. The slave may block while executing a step of the build, and should report success or failure after each of the steps has been completed.
Attachments (0)
Change History (1)
comment:1 Changed 19 years ago by cmlenz
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Implemented in [61]