Difference between revisions of "Userspace patches"
(extend steps and add links) |
|||
Line 4: | Line 4: | ||
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]. | ||
+ | |||
+ | This document describes how to contribute your patches to the OpenVZ userspace. | ||
+ | |||
+ | == Source code == | ||
+ | |||
+ | Userspace 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 | ||
+ | |||
+ | |||
+ | == Editing == | ||
+ | |||
+ | FIXME | ||
+ | |||
+ | == Preparing patches == | ||
+ | |||
+ | FIXME | ||
+ | |||
+ | == Send pull request == | ||
+ | |||
+ | {{Note|You need to be registered in Stash first in order to be able to create pull request.}} | ||
+ | |||
+ | |||
+ | == See also == | ||
+ | |||
+ | * [[Contribute]] | ||
+ | * [[Static code analysis]] | ||
+ | * [[Wishlist]] | ||
+ | * [[QA|OpenVZ Testing]] | ||
[[Category: Contributions]] | [[Category: Contributions]] |
Revision as of 13:50, 5 June 2015
We are waiting for contributions to userspace utilities from OpenVZ community.
For contributions, please register at our Stash site and follow "forking" workflow.
This document describes how to contribute your patches to the OpenVZ userspace.
Source code
Userspace 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
Editing
FIXME
Preparing patches
FIXME
Send pull request
Note: You need to be registered in Stash first in order to be able to create pull request. |