-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
38 lines (33 loc) · 1 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
instance:
upstream:
config: ${HOME}/.koji/config.d/fedora.conf
target: f40
tag: f40 #if tag is null, the destination tag mapped into target will be used
downstream:
config: ${HOME}/.koji/config.d/local.conf
target: f40
tag: f40 # destination tag
# Maximum number of tasks to be queued in koji. If undefined, defaults to 10
max_tasks: 16
pkg_import:
attempt: yes
topurl: https://kojipkgs.fedoraproject.org/packages
dir: ${HOME}/.rpms
# files to fetch and store info
files:
# list specifying packages to build.
buildlist: ${PWD}/buildlist.txt
# list specifying packages to ignore while building
ignorelist: ${PWD}/ignorelist.txt
# path to file where application logs would be stored
logfile: ${PWD}/kojibuild.log
notifications:
notify: no
# notification event - "success", "fail", "all"
trigger: fail
server: smtp.example.com
port: 587
sender_id: [email protected]
recipients: [[email protected]]
# authentication - "none", "tls", "start_tls"
auth: none