Difference between revisions of "Userspace patches"
m (add 'translate' tags) |
|||
Line 1: | Line 1: | ||
{{Virtuozzo}} | {{Virtuozzo}} | ||
+ | <translate> | ||
We are waiting for contributions to userspace utilities from OpenVZ community. | We are waiting for contributions to userspace utilities from OpenVZ community. | ||
Line 42: | Line 43: | ||
* [[Wishlist]] | * [[Wishlist]] | ||
* [[QA|OpenVZ Testing]] | * [[QA|OpenVZ Testing]] | ||
+ | </translate> | ||
[[Category: Contributions]] | [[Category: Contributions]] | ||
[[Category:Virtuozzo]] | [[Category:Virtuozzo]] |
Revision as of 22:37, 25 December 2015
<translate> We are waiting for contributions to userspace utilities from OpenVZ community.
This document describes how to contribute your patches to the OpenVZ userspace.
Source code
OpenVZ source code is available from GIT repository at
https://src.openvz.org/projects/OVZ
To clone, use
git clone https://src.openvz.org/scm/ovz/<project>.git
For example:
git clone https://src.openvz.org/scm/ovz/prlctl.git
Preparing patches
For new code please follow:
- C++ language - C++ Code Style Guide
- C language - Linux kernel code style
- Python language - Python code style
For existing code patches, please follow a style which is used for code around.
Send pull request
For contributions, please register at our Stash site and follow "forking" workflow.
See also
</translate>