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 |
2 changed files with 10 additions and 20 deletions
3
README.md
Normal file
3
README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
this is a testmodule
|
||||||
|
|
||||||
|
And mvadkert likes it!
|
||||||
|
|
@ -2,32 +2,19 @@ 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: 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:
|
||||||
base-runtime: master
|
bootstrap: f26
|
||||||
requires:
|
|
||||||
base-runtime: master
|
|
||||||
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:
|
|
||||||
- mksh
|
|
||||||
api:
|
|
||||||
rpms:
|
|
||||||
- ed
|
|
||||||
- mksh
|
|
||||||
components:
|
components:
|
||||||
rpms:
|
rpms:
|
||||||
ed:
|
ed:
|
||||||
rationale: A build dependency of mksh.
|
rationale: A test build.
|
||||||
ref: master
|
ref: f26
|
||||||
mksh:
|
|
||||||
rationale: The main package of the module.
|
|
||||||
buildorder: 10
|
|
||||||
ref: master
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue