testmodule/testmodule.yaml
Petr Šabata fb58c27430 Replacing tangerine with mksh & ed
These two should build against base-runtime; mksh also
buildrequires ed so it needs to be built first.  It would be
great if we could have multiple components in one buildorder
group and possibly even more groups here but it's hard to find
tiny, easy to package components.

Signed-off-by: Petr Šabata <contyk@redhat.com>
2017-03-25 01:24:47 +01:00

33 lines
1 KiB
YAML

document: modulemd
version: 1
data:
summary: A test module in all its beautiful beauty
description: This module demonstrates how to write simple modulemd files And can be used for testing the build and release pipeline.
license:
module: [ MIT ]
dependencies:
buildrequires:
base-runtime: master
requires:
base-runtime: master
references:
community: https://fedoraproject.org/wiki/Modularity
documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules
tracker: https://taiga.fedorainfracloud.org/project/modularity
profiles:
default:
rpms:
- mksh
api:
rpms:
- ed
- mksh
components:
rpms:
ed:
rationale: A build dependency of mksh.
ref: master
tangerine:
rationale: The main package of the module.
buildorder: 10
ref: master