aboutsummaryrefslogtreecommitdiff
path: root/coprmirror.conf.example
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-08-17 08:10:28 -0400
committerB. Stack <bgstack15@gmail.com>2021-08-17 08:10:28 -0400
commitf3dca9210fba77aacf60a77f11e5c3f5e4388011 (patch)
tree5eef352a493197952cbad551e9385025fbdd54d8 /coprmirror.conf.example
downloadcoprmirror-f3dca9210fba77aacf60a77f11e5c3f5e4388011.tar.gz
coprmirror-f3dca9210fba77aacf60a77f11e5c3f5e4388011.tar.bz2
coprmirror-f3dca9210fba77aacf60a77f11e5c3f5e4388011.zip
initial commit
Diffstat (limited to 'coprmirror.conf.example')
-rw-r--r--coprmirror.conf.example12
1 files changed, 12 insertions, 0 deletions
diff --git a/coprmirror.conf.example b/coprmirror.conf.example
new file mode 100644
index 0000000..eeb4310
--- /dev/null
+++ b/coprmirror.conf.example
@@ -0,0 +1,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