osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/37339?usp=email )
Change subject: publish-manuals-for-tags: fix osmo-epdg
......................................................................
publish-manuals-for-tags: fix osmo-epdg
Adjust the script for osmo-epdg, which doesn't use autotools.
Fix for:
+ su build -c autoreconf -fi
autoreconf: error: 'configure.ac' is required
:: (osmo-epdg, 0.1.0) Building manuals failed!
Change-Id: I9b144974113dfbcee6b2aeb768d13e47a99557ae
---
M scripts/manuals/publish-manuals-for-tags.sh
1 file changed, 22 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/39/37339/1
diff --git a/scripts/manuals/publish-manuals-for-tags.sh
b/scripts/manuals/publish-manuals-for-tags.sh
index 3f95ce7..3e3baf3 100755
--- a/scripts/manuals/publish-manuals-for-tags.sh
+++ b/scripts/manuals/publish-manuals-for-tags.sh
@@ -379,6 +379,9 @@
su build -c \"make -C \$dir\"
done
;;
+ osmo-epdg)
+ su build -c \"make -C docs/manuals\"
+ ;;
*)
su build -c \"autoreconf -fi\"
su build -c \"./configure $configure_opts\"
@@ -394,6 +397,9 @@
su build -c \"make -C \$dir publish\"
done
;;
+ osmo-epdg)
+ su build -c \"make -C docs/manuals publish\"
+ ;;
*)
su build -c \"make -C doc/manuals publish\"
;;
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/37339?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I9b144974113dfbcee6b2aeb768d13e47a99557ae
Gerrit-Change-Number: 37339
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange