/
githubmirror
/
libmodulemd
Обзор
Документация
Войти
/
githubmirror
/
libmodulemd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
modulemd/tests/test_data/merging-base.yaml
33 строки
629 B
Stephen Gallagher
Drop v1 code and refactor build system
17 июл 2019, 23:13
17 июл 2019, 23:13
1df0553
Код
Авторство
О чём код?
--- # Intents optional: document: modulemd-defaults version: 1 data: module: httpd stream: '2.2' 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] --- document: modulemd-defaults version: 1 data: module: nodejs stream: '8.0' profiles: '6.0': [default] '8.0': [super]