https://github.com/redhat-openstack/openstack-packaging-doc
MOVED into main website -> https://github.com/redhat-openstack/website/blob/master/source/documentation/packaging.html.md
https://github.com/redhat-openstack/openstack-packaging-doc
Last synced: 11 months ago
JSON representation
MOVED into main website -> https://github.com/redhat-openstack/website/blob/master/source/documentation/packaging.html.md
- Host: GitHub
- URL: https://github.com/redhat-openstack/openstack-packaging-doc
- Owner: redhat-openstack
- Created: 2014-12-03T11:37:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-02T13:07:28.000Z (about 10 years ago)
- Last Synced: 2023-03-21T10:28:57.750Z (almost 3 years ago)
- Language: CSS
- Homepage:
- Size: 265 KB
- Stars: 7
- Watchers: 38
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RDO packaging documentation
RDO is a community distribution of OpenStack which strives to provide the
latest upstream code packaged for Red Hat Enterprise Linux, CentOS and Fedora.
This repository attempts to be the definitive source of information about
RDO OpenStack packaging for developers and packagers.
## Editing
The documentation is written in `asciidoc` and you can edit individual
documents in `doc` directory using your favorite text editor.
See the individual documents
(especially [RDO packaging guide](doc/rdo-packaging.txt))
for more instructions on contributing.
## Rendering
You need `asciidoctor` to render HTML pages.
yum -y install rubygem-asciidoctor.noarch
Running
make
will produce output in `html` directory
You can also use
./autobuild.sh
script to automatically rebuild docs on `doc/*.txt` changes.
## Adding new doc
At the time of writing, only [RDO packaging guide](doc/rdo-packaging.txt)
is included, but if you'd like to document anything else using nice asciidoc
text files, just:
* add new `doc/*.txt` file
* optionally link to it from `doc/index.txt`