From 34b63d170e0d18ae12ff55d7097157560c7f5f2f Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 17 Aug 2021 20:56:47 -0400 Subject: add YUMMIRROR_SCRIPT option to coprmirror The sample path finds the running coprmirror.sh script and uses that directory. --- coprmirror.conf.example | 1 + 1 file changed, 1 insertion(+) (limited to 'coprmirror.conf.example') diff --git a/coprmirror.conf.example b/coprmirror.conf.example index eeb4310..317b213 100644 --- a/coprmirror.conf.example +++ b/coprmirror.conf.example @@ -3,6 +3,7 @@ copr_url="https://copr-be.cloud.fedoraproject.org/results/" copr="bgstack15/stackrpms" # choose which environments to exclude. Regex. excludes="epel-6.*|fedora-3[12].*|rhelbeta-8.*" +YUMMIRROR_SCRIPT="$( dirname "$( readlink -f "${0}" )" )/yummirror.sh" # These get sent to yummirror.sh workdir=~/dev/coprmirror/new logfile=./log/copr.$( date "+%FT%H%M%S" ) -- cgit