jenkins-build-srslte: Temporarily Switch git repo to own-controlled one

During integration of the different srsLTE processes, some bugs or
misbehaviors appear which require fixes in srsLTE. Let's use our own
temporary fork until integration is complete and all patches are merged
in upstream.

Change-Id: I6414d9855cf9c004385cc280e5a60e82f8e4fbad
This commit is contained in:
Pau Espin 2020-02-11 14:24:53 +01:00
parent 180adfc3a6
commit 1bce944fa2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ set -e -x
base="$PWD"
name="srslte"
git_url="https://github.com/srsLTE/"
git_url="${git_url-"https://github.com/pespin/"}"
. "$(dirname "$0")/jenkins-build-common.sh"
#TODO: make sure libconfig, zeroMQ is installed