osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/42462?usp=email )
Change subject: manuals: osmo-s1gw: adjust build_publish_manuals ......................................................................
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(-)
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 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)