osmith submitted this change.

View Change

Approvals: fixeria: Looks good to me, approved Jenkins Builder: Verified
scripts/manuals: fix osmocom-bb

Adjust publish-manuals-for-tags.sh so it can build manuals for
osmocom-bb as well.

Change-Id: I33af549de326c20e887ece713087133d3efb4b77
---
M scripts/manuals/publish-manuals-for-tags.sh
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/scripts/manuals/publish-manuals-for-tags.sh b/scripts/manuals/publish-manuals-for-tags.sh
index 610457a..77ad3d2 100755
--- a/scripts/manuals/publish-manuals-for-tags.sh
+++ b/scripts/manuals/publish-manuals-for-tags.sh
@@ -389,6 +389,9 @@
osmo-epdg)
su build -c \"make -C docs/manuals\"
;;
+ osmocom-bb)
+ su build -c \"make -C doc/manuals\"
+ ;;
pyosmocom)
su build -c \"make -C docs html latexpdf\"
;;

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

Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I33af549de326c20e887ece713087133d3efb4b77
Gerrit-Change-Number: 39047
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>