/
githubmirror
/
libmodulemd
Обзор
Документация
Войти
/
githubmirror
/
libmodulemd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
modulemd/tests/test_data/merger/base.yaml
34 строки
670 B
Stephen Gallagher
Rework defaults merging logic
03 окт 2019, 00:12
Не верифицирован
03 окт 2019, 00:12
7006809
Код
Авторство
О чём код?
--- # 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]