[Fedora] Use tested repo for deployment

[1] Created promotion jobs which promotes
fedora/current repo to fedora/puppet-passed-ci,
let's consume the tested repo[2].

[1] https://review.rdoproject.org/r/#/c/16899/
[2] https://trunk.rdoproject.org/fedora/puppet-passed-ci/

Change-Id: Ie5a2cbf5a4a1083736b86b943dbf7c330530871b
This commit is contained in:
yatin 2018-10-17 20:38:57 +05:30
parent e0fae9ae84
commit 60bf0167cd
1 changed files with 1 additions and 2 deletions

View File

@ -23,8 +23,7 @@ export SCRIPT_DIR=$(cd `dirname $0` && pwd -P)
source $SCRIPT_DIR/functions
if [ -f /etc/fedora-release ]; then
# Can be changed to more stable repo later(ex:- fedora/puppet-passed-ci)
DLRN_BASE="fedora/current"
DLRN_BASE="fedora/puppet-passed-ci"
DLRN_DEPS_BASE="fedora/stable-base/latest/"
fi