Userspace patches

From OpenVZ Virtuozzo Containers Wiki
Revision as of 08:37, 26 December 2015 by Sergey Bronnikov (talk | contribs) (Marked this version for translation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

<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[edit]

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[edit]

For new code please follow:

For existing code patches, please follow a style which is used for code around.

Send pull request[edit]

For contributions, please register at our Stash site and follow "forking" workflow.


See also[edit]

</translate>