pespin has uploaded this change for review.

View Change

jenkins.sh: osmo-iuh no longer has doc/manuals/ make target

the doc/manuals directory was dropped together with osmo-hnbgw binary
when it was moved to a separate repository recently.

Change-Id: Iceefc4e477ab516c5dc08e6c5b859c48d92a1b61
---
M contrib/jenkins.sh
1 file changed, 0 insertions(+), 4 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/66/26866/1
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index a3a3d4a..9ee073d 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -62,9 +62,5 @@
$MAKE $PARALLEL_MAKE distcheck \
|| cat-testlogs.sh

-if [ "$WITH_MANUALS" = "1" ] && [ "$PUBLISH" = "1" ]; then
- make -C "$base/doc/manuals" publish
-fi
-
$MAKE $PARALLEL_MAKE maintainer-clean
osmo-clean-workspace.sh

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

Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: Iceefc4e477ab516c5dc08e6c5b859c48d92a1b61
Gerrit-Change-Number: 26866
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-MessageType: newchange