The ta-rpm-deploy.sh script is using ALT_NEXUS_URL to point to this
URL, which is causing issues elsewhere in some jobs. What we really
want is to set this globally, and have scripts use this global var
rather than setting their own.
Change-Id: I9b0017b42421610e4537063140b3d6d37421c21b
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
LOGS_SERVER=https://logs.akraino.org
NEXUS_URL=https://nexus.akraino.org
REGISTRY_PORTS=10001 10002 10003 10004
+RPM_REPO_URL=nexus3.akraino.org
SIGUL_BRIDGE_IP=10.30.216.9
SIGUL_KEY=akraino-release-2018
SILO=production
LOGS_SERVER=https://logs.akraino.org
NEXUS_URL=https://nexus.akraino.org
REGISTRY_PORTS=10001 10002 10003 10004
+RPM_REPO_URL=nexus3.akraino.org
SIGUL_BRIDGE_IP=10.30.216.9
SIGUL_KEY=akraino-sandbox
SILO=sandbox
repo_dir="$WORKSPACE/work/nexus/$NEXUS_REPO"
arch_dir="$repo_dir/$release_path/rpms/$(uname -m)"
sources_dir="$repo_dir/$release_path/rpms/Sources"
-nexus_repo_url="$ALT_NEXUS_URL/repository/$NEXUS_REPO"
+nexus_repo_url="$RPM_REPO_URL/repository/$NEXUS_REPO"
results_dir="$WORKSPACE/work/results"
repo_name=`echo $WORKSPACE | awk -F '/' '{print $4}' | cut -d '-' -f2- | sed 's|\(.*\)-.*|\1|'`