Commit 87a17a5
committed
Downstream: Fix attributes problem
Attributes were being dumped at the beginning of documents like this:
```
Ceph: Red Hat Ceph Storage
CephCluster: Red Hat Ceph Storage
CephVernum: 7
MessageBus: AMQ-Interconnect
```
This was because wee were passing an attributes file to the processor
instead of an asciidoctor file with the attributes.
Upon inspection we don't even need to pass these attributes, because the
source documents already use the include directive to include their
specific attribute files, which in some cases is different from the
global one we were previously using.
Example:
```
include::assemblies/common/global/adoption-attributes.adoc[]
```
In this patch we stop passing the `--attributes-file` argument to the
`rhoso_adoc_docs_to_text.py` script.
We also remove the `RHOSO_DOCS_ATTRIBUTES_FILE_URL` environmental
variable that is no longer needed.1 parent 8a2ed1c commit 87a17a5
3 files changed
Lines changed: 3 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| |||
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
49 | | - | |
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
46 | | - | |
47 | 45 | | |
48 | 46 | | |
49 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 27 | | |
32 | 28 | | |
33 | 29 | | |
| |||
71 | 67 | | |
72 | 68 | | |
73 | 69 | | |
74 | | - | |
75 | 70 | | |
76 | 71 | | |
77 | 72 | | |
78 | 73 | | |
79 | 74 | | |
80 | | - | |
81 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
82 | 78 | | |
83 | 79 | | |
84 | 80 | | |
85 | | - | |
86 | 81 | | |
87 | 82 | | |
88 | 83 | | |
| |||
0 commit comments