Skip to content

Commit

Permalink
use a local path when copying things from stagingyum to yum
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed May 2, 2024
1 parent 9c269d3 commit 4076019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet/modules/web/files/deploy-yumrepo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ if [[ -z $REPO_SOURCE ]] || [[ -z $REPO_DEST ]] ; then
fi

if [[ $STAGING == true ]] ; then
REPO_SOURCE_BASE="rsync://rsync.theforeman.org/stagingyum/"
REPO_SOURCE_BASE="/var/www/vhosts/stagingyum/htdocs/"
REPO_SOURCE_RPM="${REPO_SOURCE_BASE}/${REPO_SOURCE}"
else
REPO_SOURCE_BASE="rsync://koji.katello.org/releases"
Expand Down

0 comments on commit 4076019

Please sign in to comment.