Compare commits
29 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fa9719f76d | ||
|
|
bca573e472 | ||
|
|
a2c528fd8f | ||
|
|
425f585d8d | ||
|
|
21c1695c3b | ||
|
|
5a8afb7299 | ||
|
|
d20c871436 | ||
|
|
5215559869 | ||
|
|
b8bc29bca1 | ||
|
|
042defad9a | ||
|
|
a8ea59ff5f | ||
|
|
ca5cc418e2 | ||
|
|
7b529e2885 | ||
|
|
37a7a67e97 | ||
|
|
644e12f5bd | ||
|
|
6d4a5083e8 | ||
|
|
4b7cff81bd | ||
|
|
0cdc85092b | ||
|
|
4b2e3213c5 | ||
|
|
2fee9f2292 | ||
|
|
4913efb0de | ||
|
|
b777d056ee | ||
|
|
2ab54c5c4e | ||
|
|
e75e88d6d9 | ||
|
|
f5526df0b4 | ||
|
|
2b091f5a51 | ||
|
|
f8ce51ca2f | ||
|
|
645c18878d | ||
|
|
3bebffa57f |
1 changed files with 11 additions and 26 deletions
|
|
@ -1,35 +1,20 @@
|
||||||
document: modulemd
|
document: modulemd
|
||||||
version: 2
|
version: 1
|
||||||
data:
|
data:
|
||||||
summary: A test module in all its beautiful beauty.
|
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.
|
description: >-
|
||||||
|
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:
|
||||||
- buildrequires:
|
buildrequires:
|
||||||
platform: [f33]
|
bootstrap: f26
|
||||||
#javapackages-tools: [201801]
|
|
||||||
requires:
|
|
||||||
platform: [f33]
|
|
||||||
references:
|
references:
|
||||||
community: https://fedoraproject.org/wiki/Modularity
|
community: https://docs.pagure.org/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:
|
|
||||||
default:
|
|
||||||
rpms:
|
|
||||||
- tangerine
|
|
||||||
api:
|
|
||||||
rpms:
|
|
||||||
- perl-Tangerine
|
|
||||||
- tangerine
|
|
||||||
components:
|
components:
|
||||||
rpms:
|
rpms:
|
||||||
perl-List-Compare:
|
ed:
|
||||||
rationale: A dependency of tangerine.
|
rationale: A test build.
|
||||||
ref: master
|
ref: f26
|
||||||
#modules:
|
|
||||||
#dwm:
|
|
||||||
#rationale: Testing module inclusion.
|
|
||||||
#ref: 6.1
|
|
||||||
#buildorder: 10
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue