-
Notifications
You must be signed in to change notification settings - Fork 86
/
Copy pathMakefile.rhel
49 lines (38 loc) · 1.11 KB
/
Makefile.rhel
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
46
47
48
49
# RHEL 7
build/test_rhel_7_9.6:
$(call test_rpm,rhel,7,7Server,9.6,9.6.24)
touch build/test_rhel_7_9.6
build/test_rhel_7_10:
$(call test_rpm,rhel,7,7Server,10,10.19)
touch build/test_rhel_7_10
build/test_rhel_7_11:
$(call test_rpm,rhel,7,7Server,11,11.14)
touch build/test_rhel_7_11
build/test_rhel_7_12:
$(call test_rpm,rhel,7,7Server,12,12.9)
touch build/test_rhel_7_12
build/test_rhel_7_13:
$(call test_rpm,rhel,7,7Server,13,13.5)
touch build/test_rhel_7_13
build/test_rhel_7_14:
$(call test_rpm,rhel,7,7Server,14,14.1)
touch build/test_rhel_7_14
# RHEL 8
build/test_rhel_8_9.6:
$(call test_rpm,rhel,8,8Server,9.6,9.6.24)
touch build/test_rhel_8_9.6
build/test_rhel_8_10:
$(call test_rpm,rhel,8,8Server,10,10.19)
touch build/test_rhel_8_10
build/test_rhel_8_11:
$(call test_rpm,rhel,8,8Server,11,11.14)
touch build/test_rhel_8_11
build/test_rhel_8_12:
$(call test_rpm,rhel,8,8Server,12,12.9)
touch build/test_rhel_8_12
build/test_rhel_8_13:
$(call test_rpm,rhel,8,8Server,13,13.5)
touch build/test_rhel_8_13
build/test_rhel_8_14:
$(call test_rpm,rhel,8,8Server,14,14.1)
touch build/test_rhel_8_14