diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-04-24 15:25:30 +0200 |
---|---|---|
committer | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-04-27 11:54:09 +0200 |
commit | e5da685e7ceecabc37e0b740642e6765c9d6cfc3 (patch) | |
tree | cf678d9ecc58937dac4020e8421348e75aa4ddca /CONTRIBUTING.md | |
parent | 4a553433d13ebd13499b39a94f5d79968e1d8934 (diff) | |
download | openshift-e5da685e7ceecabc37e0b740642e6765c9d6cfc3.tar.gz openshift-e5da685e7ceecabc37e0b740642e6765c9d6cfc3.tar.bz2 openshift-e5da685e7ceecabc37e0b740642e6765c9d6cfc3.tar.xz openshift-e5da685e7ceecabc37e0b740642e6765c9d6cfc3.zip |
Move link to BUILD.md to README.md
Most people contributing to the project do not need to build an RPM, so
it can be left out of the Contribution Guide.
Placing it in the README for still some visibility.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a000802e2..9be34bcab 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,10 +66,6 @@ These are plugins used in playbooks and roles: └── test Contains tests. ``` -## Building openshift-ansible RPMs and container images - -See the [build instructions in BUILD.md](BUILD.md). - ## Running tests We use [tox](http://readthedocs.org/docs/tox/) to manage virtualenvs and run |