osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/39047?usp=email )
Change subject: scripts/manuals: fix osmocom-bb ...................................................................... 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(-) Approvals: fixeria: Looks good to me, approved Jenkins Builder: Verified 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 https://gerrit.osmocom.org/c/osmo-ci/+/39047?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-Change-Id: I33af549de326c20e887ece713087133d3efb4b77 Gerrit-Change-Number: 39047 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osm...@sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanits...@sysmocom.de> Gerrit-Reviewer: osmith <osm...@sysmocom.de> Gerrit-Reviewer: pespin <pes...@sysmocom.de>