Editing Userspace patches
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
{{Virtuozzo}} | {{Virtuozzo}} | ||
+ | {{Stub}} | ||
− | |||
− | |||
We are waiting for contributions to userspace utilities from OpenVZ community. | We are waiting for contributions to userspace utilities from OpenVZ community. | ||
− | |||
This document describes how to contribute your patches to the OpenVZ userspace. | This document describes how to contribute your patches to the OpenVZ userspace. | ||
− | == Source code == | + | == Source code == |
− | |||
OpenVZ source code is available from GIT repository at | OpenVZ source code is available from GIT repository at | ||
− | + | https://src.openvz.org/projects/OVZ | |
− | https://src.openvz.org/projects/OVZ | ||
− | |||
To clone, use | To clone, use | ||
git clone https://src.openvz.org/scm/ovz/<project>.git | git clone https://src.openvz.org/scm/ovz/<project>.git | ||
− | |||
For example: | For example: | ||
− | + | git clone https://src.openvz.org/scm/ovz/prlctl.git | |
− | git clone https://src.openvz.org/scm/ovz/prlctl.git | ||
− | == Preparing patches == | + | == Preparing patches == |
− | |||
For new code please follow: | For new code please follow: | ||
* C++ language - [[C++ Code Style Guide]] | * C++ language - [[C++ Code Style Guide]] | ||
Line 37: | Line 29: | ||
* Python language - [https://www.python.org/dev/peps/pep-0008/ Python code style] | * Python language - [https://www.python.org/dev/peps/pep-0008/ Python code style] | ||
− | |||
For existing code patches, please follow a style which is used for code around. | For existing code patches, please follow a style which is used for code around. | ||
− | == Send pull request == | + | == Send pull request == |
− | |||
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]. | 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 == | + | == See also == |
− | |||
* [[Contribute]] | * [[Contribute]] | ||
* [[C++ Code Style Guide]] | * [[C++ Code Style Guide]] | ||
Line 54: | Line 43: | ||
* [[Wishlist]] | * [[Wishlist]] | ||
* [[QA|OpenVZ Testing]] | * [[QA|OpenVZ Testing]] | ||
− | |||
[[Category: Contributions]] | [[Category: Contributions]] | ||
[[Category:Virtuozzo]] | [[Category:Virtuozzo]] |