summaryrefslogtreecommitdiff
path: root/obsmirror.sh/obsmirror.conf.example
blob: 9c47ca9f1b5724b58b215344ed7152477f37a821 (plain)
1
2
3
4
5
6
7
8
9
# vim: syntax=sh
logfile="/var/log/obsmirror/obsmirror.$( date "+%FT%H%M%S" ).log"
inurl="http://download.opensuse.org/repositories/home:/bgstack15/Debian_Unstable"
workdir=/var/tmp/obs
include_sources=
resign_repo=yes
gpg_passfile=/root/.gnupg/filename
gpg_keyfile=/var/www/deb/public.gpg
thisuser=obsmirror
bgstack15