From 60bf0167cd9569be72e260220eb51129c7c85784 Mon Sep 17 00:00:00 2001 From: yatin Date: Wed, 17 Oct 2018 20:38:57 +0530 Subject: [PATCH] [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 --- configure_facts.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure_facts.sh b/configure_facts.sh index 2bb3e8e71..a254b22f8 100644 --- a/configure_facts.sh +++ b/configure_facts.sh @@ -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