982
edits
No edit summary |
|||
| Line 275: | Line 275: | ||
* reporting results | * reporting results | ||
* Its possible to separate the logic that decides what steps to take from the actual execution. The logic decides what commands to execute and sets up the command list, then a simple process just executes the commands. This could make a log easier to read. | |||
* When getting the sources, its possible to automatically detect if a reconfiguration is needed or not. | |||
* You might want to control which components are rebuilt and which are simply recompiled and re-linked | |||
* You might be in the process of updating a file in one of the components. How would the build need to change to avoid overwriting your change. | |||
* We currently use the main flightgear git archives for sources. Its possible to use personal or team clones for one or more components instead? | |||
edits