osmith submitted this change.

View Change

Approvals: fixeria: Looks good to me, approved Jenkins Builder: Verified
manuals: osmo-s1gw: adjust build_publish_manuals

Use the proper command to build osmo-s1gw manuals, so it doesn't fail
with:
+ su build -c autoreconf -fi
autoreconf: error: 'configure.ac' is required

Change-Id: I096fd34fc5819becbc3a08a2dc4065d4913bbc1b
---
M scripts/manuals/publish-manuals-for-tags.sh
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/manuals/publish-manuals-for-tags.sh b/scripts/manuals/publish-manuals-for-tags.sh
index 06c9288..d65e128 100755
--- a/scripts/manuals/publish-manuals-for-tags.sh
+++ b/scripts/manuals/publish-manuals-for-tags.sh
@@ -425,7 +425,7 @@
osmo-epdg)
su build -c \"make -C docs/manuals\"
;;
- osmocom-bb)
+ osmocom-bb|osmo-s1gw)
su build -c \"make -C doc/manuals\"
;;
pyosmocom)

To view, visit change 42462. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I096fd34fc5819becbc3a08a2dc4065d4913bbc1b
Gerrit-Change-Number: 42462
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>