<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/23693">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">fix tests/Makefile.am: exclude file 'mgcp_extension_osmux.adoc'<br><br>This file is included by 'osmux.adoc', so we end up including it<br>twice in 'test-usermanual.adoc'.  This makes xsltproc complain:<br><br>  /build/tests/test-usermanual.xml:643: element section:<br>    validity error : ID mgcp-extension-osmux already defined<br><br>and sometimes causes sporadic build failures.  Exclude it.<br><br>Change-Id: I00efafc822f46126b59d20e86bb07ec991768c28<br>Related: OS#5112<br>---<br>M tests/Makefile.am<br>1 file changed, 3 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/93/23693/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/tests/Makefile.am b/tests/Makefile.am</span><br><span>index 641b35c..1be6308 100644</span><br><span>--- a/tests/Makefile.am</span><br><span>+++ b/tests/Makefile.am</span><br><span>@@ -12,7 +12,9 @@</span><br><span> # Generate adoc file that includes all chapters (OS#4183: glossary.adoc must be the last file)</span><br><span> ASCIIDOC = test-usermanual.adoc</span><br><span> ASCIIDOC_DEPS =</span><br><span style="color: hsl(0, 100%, 40%);">-COMMON_CHAPTERS = $(shell find $(OSMO_GSM_MANUALS_DIR)/common/chapters -name '*.adoc' | grep -v glossary\.adoc) \</span><br><span style="color: hsl(120, 100%, 40%);">+COMMON_CHAPTERS = $(shell find $(OSMO_GSM_MANUALS_DIR)/common/chapters -name '*.adoc' \</span><br><span style="color: hsl(120, 100%, 40%);">+                    ! -name glossary.adoc \</span><br><span style="color: hsl(120, 100%, 40%);">+                       ! -name mgcp_extension_osmux.adoc) \</span><br><span>                   $(OSMO_GSM_MANUALS_DIR)/common/chapters/glossary.adoc</span><br><span> $(ASCIIDOC): $(COMMON_CHAPTERS)</span><br><span>   echo ":gfdl-enabled:" > $@</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/23693">change 23693</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/23693"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-gsm-manuals </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I00efafc822f46126b59d20e86bb07ec991768c28 </div>
<div style="display:none"> Gerrit-Change-Number: 23693 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>