-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
42 lines (27 loc) · 1.21 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
-----------------------------------------------------------
README
-----------------------------------------------------------
This is the official, edited and reviewed documentation for
the Open Build Service (OBS).
The documentation is currently split into two books:
* The OBS admin guide
* The OBS best practices guide
To work on this document you need to install the package "susedoc".
Since this documentation is written in docbook, it should also work
without this package, but we don't have documentation for this yet.
Please provide a patch for this file in case you managed to do it ;)
After editing the document validate your changes via the following
commands:
# . ENV-obs-reference-guide
# make validate
or for the best practices guide:
# . ENV-obs-best-practices
# make validate
html documentation can get generated via
# make html
This document gets hosted on github
https://github.com/openSUSE/open-build-service-documentation
So the standard github work-flow with forked repositories and pull requests
can be used to contribute to these books.
The former svn repositories on berlios and svn.opensuse.org are not used anymore
and will removed or write protected soon!