Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Userspace patches

171 bytes added, 08:37, 26 December 2015
Marked this version for translation
<translate>
<!--T:1-->
We are waiting for contributions to userspace utilities from OpenVZ community.
<!--T:2-->
This document describes how to contribute your patches to the OpenVZ userspace.
== Source code ==<!--T:3-->
<!--T:4-->
OpenVZ source code is available from GIT repository at
<!--T:5-->https://src.openvz.org/projects/OVZ
<!--T:6-->
To clone, use
git clone https://src.openvz.org/scm/ovz/<project>.git
<!--T:7-->
For example:
<!--T:8-->git clone https://src.openvz.org/scm/ovz/prlctl.git
== Preparing patches ==<!--T:9-->
<!--T:10-->
For new code please follow:
* C++ language - [[C++ Code Style Guide]]
* Python language - [https://www.python.org/dev/peps/pep-0008/ Python code style]
<!--T:11-->
For existing code patches, please follow a style which is used for code around.
== Send pull request ==<!--T:12-->
<!--T:13-->
For contributions, please register at [https://src.openvz.org our Stash site] and follow [https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow "forking" workflow].
== See also ==<!--T:14-->
<!--T:15-->
* [[Contribute]]
* [[C++ Code Style Guide]]