/
githubmirror
/
libmodulemd
Обзор
Документация
Войти
/
githubmirror
/
libmodulemd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
modulemd/tests/test_data/overriding.yaml
37 строк
834 B
Stephen Gallagher
Drop v1 code and refactor build system
17 июл 2019, 23:13
17 июл 2019, 23:13
1df0553
Код
Авторство
О чём код?
--- # Override the default stream and add new profile defaults document: modulemd-defaults version: 1 data: module: httpd stream: '2.4' profiles: '2.2': [client, server] '2.4': [client, server] intents: workstation: stream: '2.8' profiles: '2.4': [client] '2.6': [client, server, bindings] '2.8': [client, server, bindings, new] --- # Reduce the number of profile defaults document: modulemd-defaults version: 1 data: module: postgresql stream: '8.1' profiles: '8.1': [client, server, foo] --- # Override the default stream document: modulemd-defaults version: 1 data: module: nodejs stream: '9.0' profiles: '6.0': [default] '8.0': [minimal] '9.0': [supermegaultra]