Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Jan Kaluza
f49709147b Test 2018-04-06 07:15:24 +02:00
Jan Kaluza
c376e7a294 Test 2018-04-05 16:49:44 +02:00
mprahl
00e5543288 Try a stream with a period 2018-02-07 12:20:58 -05:00

View file

@ -1,10 +1,8 @@
document: modulemd document: modulemd
version: 1 version: 1
data: data:
summary: A test module in all its beautiful beauty summary: A test module in all its beautiful beauty.
description: >- description: This module demonstrates how to write simple modulemd files And can be used for testing the build and release pipeline.
This module demonstrates how to write simple modulemd files And
can be used for testing the build and release pipeline.
license: license:
module: [ MIT ] module: [ MIT ]
dependencies: dependencies:
@ -13,8 +11,9 @@ data:
requires: requires:
platform: f28 platform: f28
references: references:
community: https://docs.pagure.org/modularity/ community: https://fedoraproject.org/wiki/Modularity
documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules
tracker: https://taiga.fedorainfracloud.org/project/modularity
profiles: profiles:
default: default:
rpms: rpms:
@ -25,14 +24,7 @@ data:
- tangerine - tangerine
components: components:
rpms: rpms:
perl-List-Compare: wmname:
rationale: A dependency of tangerine. rationale: Test pungi multilib on binary package.
ref: master
perl-Tangerine:
rationale: Provides API for this module and is a dependency of tangerine.
ref: 7e96446
tangerine:
rationale: Provides API for this module.
buildorder: 10 buildorder: 10
ref: master ref: master