File: base.yaml

package info (click to toggle)
libmodulemd 2.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,152 kB
  • sloc: ansic: 37,845; python: 3,236; xml: 1,739; sh: 377; makefile: 42
file content (34 lines) | stat: -rw-r--r-- 670 bytes parent folder | download | duplicates (4)
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
---
# Intents optional:
document: modulemd-defaults
version: 1
data:
    module: httpd
    profiles:
        '2.2': [client, server]
        '2.8': [notreal]
    intents:
        workstation:
            stream: '2.4'
            profiles:
                '2.4': [client]
                '2.6': [client, server, bindings]
---
document: modulemd-defaults
version: 1
data:
    module: postgresql
    stream: '8.1'
    profiles:
        '8.1': [client, server, foo]
        '8.3': [client, server]
---
document: modulemd-defaults
version: 1
data:
    module: nodejs
    stream: '8.0'
    modified: 201909270000
    profiles:
        '6.0': [default]
        '8.0': [super]