X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=blobdiff_plain;f=jjb%2Fshell%2Fta-rpm-deploy.sh;fp=jjb%2Fshell%2Fta-rpm-deploy.sh;h=36c7c5b4710b26de58095997568715bc88d0d4b2;hp=e89411b8fe8fd15159f67786e84bb4214578fdbf;hb=c73b99dd7b376740125636ae07cf2c81985ef214;hpb=7dab037d0f98f3af068d551c5d7b43a50c128f22 diff --git a/jjb/shell/ta-rpm-deploy.sh b/jjb/shell/ta-rpm-deploy.sh index e89411b..36c7c5b 100644 --- a/jjb/shell/ta-rpm-deploy.sh +++ b/jjb/shell/ta-rpm-deploy.sh @@ -16,13 +16,13 @@ set -eu -o pipefail set -x # Trace commands for this script to make debugging easier. -NEXUS_REPO=images-snapshots +NEXUS_REPO=rpm.snapshots release_path=TA/release-1 repo_dir="$WORKSPACE/work/nexus/$NEXUS_REPO" x86_dir="$repo_dir/$release_path/rpms/x86_64" sources_dir="$repo_dir/$release_path/rpms/Sources" -nexus_repo_url="$NEXUS_URL/content/repositories/$NEXUS_REPO" +nexus_repo_url="$ALT_NEXUS_URL/repository/$NEXUS_REPO" mkdir -p "$x86_dir" mkdir -p "$sources_dir"