forked from Seagate/cortx-motr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
motr-mock.cfg
45 lines (37 loc) · 1.19 KB
/
motr-mock.cfg
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
39
40
41
42
43
44
45
include('/etc/mock/default.cfg')
config_opts['files']['etc/profile.d/motr.sh'] = """
kernel_ver=`cd /usr/src/kernels ; ls -1 | head -n1`
export kernel_src="/usr/src/kernels/${kernel_ver:-`uname -r`}"
"""
config_opts['yum.conf'] += """
[lustre-whamcloud-2.7.0]
baseurl = https://downloads.whamcloud.com/public/lustre/lustre-2.7.0/el7/client/
enabled = 1
gpgcheck = 0
name = Whamcloud - Lustre 2.7.0
[lustre-whamcloud-2.8.0]
baseurl = https://downloads.whamcloud.com/public/lustre/lustre-2.8.0/el7/client/
enabled = 1
gpgcheck = 0
name = Whamcloud - Lustre 2.8.0
[lustre-whamcloud-2.9.0]
baseurl = https://downloads.whamcloud.com/public/lustre/lustre-2.9.0/el7/client/
enabled = 1
gpgcheck = 0
name = Whamcloud - Lustre 2.9.0
[lustre-whamcloud-2.10.3]
baseurl = https://downloads.whamcloud.com/public/lustre/lustre-2.10.3/el7/client/
enabled = 1
gpgcheck = 0
name = Whamcloud - Lustre 2.10.3
[lustre-whamcloud-2.10.4]
baseurl = https://downloads.whamcloud.com/public/lustre/lustre-2.10.4/el7/client/
enabled = 1
gpgcheck = 0
name = Whamcloud - Lustre 2.10.4
[petersen-stack]
baseurl = https://copr-be.cloud.fedoraproject.org/results/petersen/stack/epel-7-$basearch/
enabled = 1
gpgcheck = 0
name = Petersen stack
"""