Change in osmo-gsm-manuals[master]: jenkins.sh: do not use libosomcore source

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Fri Nov 16 14:46:38 UTC 2018


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/11793


Change subject: jenkins.sh: do not use libosomcore source
......................................................................

jenkins.sh: do not use libosomcore source

Build scripts do not depend on the libosmocore sources anymore
with 161365f ("merge_doc.xsl: move from libosmocore.git"),
so don't try to use them in jenkins.sh anymore.

Related: OS#3385
Change-Id: Ied3661b8a02e9defca0e5aedcc4494845553db84
---
M contrib/jenkins.sh
1 file changed, 2 insertions(+), 12 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/93/11793/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 573e042..80d873d 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -4,20 +4,10 @@
 
 publish="$1"
 
-base="$PWD"
-deps="$base/deps"
-export deps
-
 osmo-clean-workspace.sh
 
-mkdir "$deps" || true
-
-cd "$deps"
-osmo-deps.sh libosmocore
-
-cd "$base"
-$MAKE $PARALLEL_MAKE LIBOSMO_DIR="$deps/libosmocore"
-$MAKE $PARALLEL_MAKE LIBOSMO_DIR="$deps/libosmocore" check
+$MAKE $PARALLEL_MAKE
+$MAKE $PARALLEL_MAKE check
 
 if [ "x$publish" = "x--publish" ]; then
   mkdir out/

-- 
To view, visit https://gerrit.osmocom.org/11793
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ied3661b8a02e9defca0e5aedcc4494845553db84
Gerrit-Change-Number: 11793
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181116/5b1eebb8/attachment.htm>


More information about the gerrit-log mailing list