mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-08-20 20:28:47 -04:00
SourceCode changed
minor changes
This commit is contained in:
parent
27114944e6
commit
af2d84078a
1 changed files with 5 additions and 5 deletions
|
@ -9,23 +9,23 @@ Qubes Source Code Repositories
|
||||||
|
|
||||||
All the Qubes code is kept in GIT repositories. We divided the project into several components, each of which has its own separate repository, some of them:
|
All the Qubes code is kept in GIT repositories. We divided the project into several components, each of which has its own separate repository, some of them:
|
||||||
|
|
||||||
- `core-admin.git` -- the core Qubes infrastructure responsible for VM management, VM temaplates, fs sharing, etc.
|
- `core-admin.git` -- the core Qubes infrastructure responsible for VM management, VM templates, fs sharing, etc.
|
||||||
- `gui-daemon.git` -- GUI virtualization, Dom0 side.
|
- `gui-daemon.git` -- GUI virtualization, Dom0 side.
|
||||||
- `gui-agent-linux.git` -- GUI virtualization, Linux VM side.
|
- `gui-agent-linux.git` -- GUI virtualization, Linux VM side.
|
||||||
- `linux-template-builder.git` - scripts and other files used to create Qubes templates images.
|
- `linux-template-builder.git` - scripts and other files used to create Qubes templates images.
|
||||||
|
|
||||||
You can browse the repositories [on line via GitWeb](http://git.qubes-os.org/gitweb/). The Qubes official repositories are in the `mainstream-rX` directory, where X is release number (1, 2, etc).
|
You can browse the repositories [on line via GitWeb](http://git.qubes-os.org/gitweb/). The Qubes official repositories are in the `qubes-rX` directory, where X is release number (1, 2, etc).
|
||||||
|
|
||||||
To clone a repository:
|
To clone a repository:
|
||||||
|
|
||||||
``` {.wiki}
|
``` {.wiki}
|
||||||
git clone git://git.qubes-os.org/mainstream-r2/<repo_name>.git <repo_name>
|
git clone git://git.qubes-os.org/qubes-r2/<repo_name>.git <repo_name>
|
||||||
```
|
```
|
||||||
|
|
||||||
e.g.:
|
e.g.:
|
||||||
|
|
||||||
``` {.wiki}
|
``` {.wiki}
|
||||||
git clone git://git.qubes-os.org/mainstream-r2/core-admin.git core-admin
|
git clone git://git.qubes-os.org/qubes-r2/core-admin.git core-admin
|
||||||
```
|
```
|
||||||
|
|
||||||
Currently the preferred way of contributing to the project is by sending a patch via the project's mailing list (`git format-patch`).
|
Currently the preferred way of contributing to the project is by [sending a patch](/wiki/DevelFaq#Q:HowdoIsubmitapatch) via the project's mailing list (`git format-patch`).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue