parent
5c43715ee2
commit
4ddf1cab41
@ -1,8 +1,9 @@
|
||||
---
|
||||
document: modulemd-defaults
|
||||
version: 1
|
||||
data:
|
||||
module: go-toolset
|
||||
profiles:
|
||||
rhel8:
|
||||
- common
|
||||
stream: rhel8
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
||||
rhel8: [common]
|
||||
...
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
---
|
||||
document: modulemd-defaults
|
||||
version: 1
|
||||
data:
|
||||
module: httpd
|
||||
profiles:
|
||||
'2.4':
|
||||
- common
|
||||
stream: '2.4'
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
||||
2.4: [common]
|
||||
...
|
||||
|
||||
|
@ -1,16 +1,13 @@
|
||||
---
|
||||
document: modulemd-defaults
|
||||
version: 1
|
||||
data:
|
||||
module: nginx
|
||||
profiles:
|
||||
'1.14':
|
||||
- common
|
||||
'1.16':
|
||||
- common
|
||||
'1.18':
|
||||
- common
|
||||
'1.20':
|
||||
- common
|
||||
'1.22':
|
||||
- common
|
||||
stream: '1.14'
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
||||
1.14: [common]
|
||||
1.16: [common]
|
||||
1.20: [common]
|
||||
1.22: [common]
|
||||
1.24: [common]
|
||||
...
|
||||
|
||||
|
@ -1,16 +1,13 @@
|
||||
---
|
||||
document: modulemd-defaults
|
||||
version: 1
|
||||
data:
|
||||
module: nodejs
|
||||
profiles:
|
||||
'12':
|
||||
- common
|
||||
'14':
|
||||
- common
|
||||
'16':
|
||||
- common
|
||||
'18':
|
||||
- common
|
||||
'20':
|
||||
- common
|
||||
stream: '12'
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
||||
12: [common]
|
||||
14: [common]
|
||||
16: [common]
|
||||
18: [common]
|
||||
20: [common]
|
||||
...
|
||||
|
||||
|
@ -1,14 +1,12 @@
|
||||
---
|
||||
document: modulemd-defaults
|
||||
version: 1
|
||||
data:
|
||||
module: php
|
||||
profiles:
|
||||
'7.2':
|
||||
- common
|
||||
'7.3':
|
||||
- common
|
||||
'7.4':
|
||||
- common
|
||||
'8.0':
|
||||
- common
|
||||
stream: '7.2'
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
||||
7.2: [common]
|
||||
7.3: [common]
|
||||
7.4: [common]
|
||||
8.0: [common]
|
||||
...
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
---
|
||||
document: modulemd-defaults
|
||||
version: 1
|
||||
data:
|
||||
module: redis
|
||||
profiles:
|
||||
'5':
|
||||
- common
|
||||
'6':
|
||||
- common
|
||||
stream: '5'
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
||||
5: [common]
|
||||
6: [common]
|
||||
...
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
---
|
||||
document: modulemd-defaults
|
||||
version: 1
|
||||
data:
|
||||
module: squid
|
||||
profiles:
|
||||
'4':
|
||||
- common
|
||||
stream: '4'
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
||||
4: [common]
|
||||
...
|
||||
|
||||
|
Loading…
Reference in new issue