pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-iuh/+/26866 )
Change subject: jenkins.sh: osmo-iuh no longer has doc/manuals/ make target ......................................................................
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
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-iuh/+/26866 )
Change subject: jenkins.sh: osmo-iuh no longer has doc/manuals/ make target ......................................................................
Patch Set 1: Code-Review+2
laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-iuh/+/26866 )
Change subject: jenkins.sh: osmo-iuh no longer has doc/manuals/ make target ......................................................................
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(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
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