aboutsummaryrefslogtreecommitdiff
path: root/coprmirror.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'coprmirror.conf.example')
-rw-r--r--coprmirror.conf.example1
1 files changed, 1 insertions, 0 deletions
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" )
bgstack15