kteam-tools
Differences between revisions 4 and 5
|
Size: 1249
Comment:
|
Size: 1237
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 2: | Line 2: |
| '''What'''<<BR>> | === What === |
| Line 13: | Line 13: |
| '''Where'''<<BR>> | === Where === |
| Line 20: | Line 20: |
| '''Contribute'''<<BR>> | === Contribute === |
What
The Ubuntu Kernel Team have developed (and are continuing to develop) a number of scripts, utilities and processes to help them do all the things they do.
Some of the things in kteam-tools:
- Scripts that are used to perform kernel builds on remote systems.
- Scripts to setup jailed kernel compilation environments (chroots). This allows a single host to build kernels for different Ubuntu releases.
- Scripts and support files to produce daily, custom test isos from the daily, master, Ubuntu isos.
- Scripts used for general / stable kernel maintenance.
- Scripts to produce .debs for mainline kernels
Where
kteam-tools are managed via git in a git repository on the Ubuntu kernel git repository server. A copy of the repository can be obtained via:
git clone git://kernel.ubuntu.com/ubuntu/kteam-tools.git
Contribute
Get a copy of the latest version of the repository using the command line given above in the Where section.
- Make any changes that you wish to contribute.
- Send a pull request to the Ubuntu kernel team mailing list asking that your changes be taken from your git repository and merged into the master kteam-tools git repository.
Kernel/kteam-tools (last edited 2023-10-20 06:28:49 by juergh)