aboutsummaryrefslogtreecommitdiff
path: root/coprmirror.conf.example
blob: eeb4310ccb484829bd28a4433c656c6364e95671 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# vim: syntax=sh
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.*"
# These get sent to yummirror.sh
workdir=~/dev/coprmirror/new
logfile=./log/copr.$( date "+%FT%H%M%S" )
resign_repo=no
# default: no
include_sources=
this_user=apache
bgstack15