Use fedora28-stein dlrn path for periodics

The periodics release file for fedora stein was merged at [1] but dlrn
url does not include stein, this review add stein suffix.

Change-Id: I7c4491d31089db00aded0435c5ec3af2fdf4cda4
Closes-Bug: #1823066
This commit is contained in:
Quique Llorente 2019-04-04 08:34:21 +02:00
parent 1da70f5141
commit 0d9e444ff7
1 changed files with 2 additions and 2 deletions

View File

@ -38,12 +38,12 @@ repo_cmd_before: |
# TODO: Is there a Fedora equivalent or NODEPOOL_BUILDLOGS_CENTOS_PROXY?
export NODEPOOL_RDO_PROXY=https://trunk.rdoproject.org
fi
rdo_dlrn=`curl --silent ${NODEPOOL_RDO_PROXY}/fedora28/{{ dlrn_hash_path|default(dlrn_hash_tag, true) }}/delorean.repo -S 2>>~/dlrn_repo_curl_errors.log | grep baseurl | cut -d= -f2`
rdo_dlrn=`curl --silent ${NODEPOOL_RDO_PROXY}/fedora28-stein/{{ dlrn_hash_path|default(dlrn_hash_tag, true) }}/delorean.repo -S 2>>~/dlrn_repo_curl_errors.log | grep baseurl | cut -d= -f2`
if [[ -z "$rdo_dlrn" ]]; then
echo "Failed to parse dlrn hash"
exit 1
fi
fedora_stable="https://trunk.rdoproject.org/fedora28/stable-base/latest/"
fedora_stable="https://trunk.rdoproject.org/fedora28-stein/stable-base/latest/"
export RDO_DLRN_REPO=${rdo_dlrn/https:\/\/trunk.rdoproject.org/$NODEPOOL_RDO_PROXY}
export FEDORA_STABLE=${fedora_stable/https:\/\/trunk.rdoproject.org/$NODEPOOL_RDO_PROXY}
repos: