Update source code locations and QubesBuilder documentation

This commit is contained in:
Marek Marczykowski-Górecki 2015-04-21 14:41:23 +02:00
parent 81c8b8b6d6
commit 90a55e5b2e
3 changed files with 31 additions and 74 deletions

View file

@ -15,18 +15,22 @@ All the Qubes code is kept in GIT repositories. We divided the project into seve
- `gui-agent-linux.git` -- GUI virtualization, Linux VM side.
- `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 `qubes-rX` directory, where X is release number (1, 2, etc).
You can browse the repositories [online on
GitHub](https://github.com/QubesOS/). The Qubes official repositories are on
this `QubesOS` github account.
To clone a repository:
{% highlight trac-wiki %}
git clone git://git.qubes-os.org/qubes-r2/<repo_name>.git <repo_name>
git clone git://github.com/QubesOS/<repo_name>.git <repo_name>
{% endhighlight %}
e.g.:
{% highlight trac-wiki %}
git clone git://git.qubes-os.org/qubes-r2/core-admin.git core-admin
git clone git://github.com/QubesOS/core-admin.git core-admin
{% endhighlight %}
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`).
If you want to contribute to the project, there are two preferred ways:
1. Use github [fork & pull requests](https://guides.github.com/activities/forking/)
2. [sending a patch](/wiki/DevelFaq#Q:HowdoIsubmitapatch) via the project's mailing list (`git format-patch`).