File: cm.yaml

package info (click to toggle)
libmodulemd 2.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,152 kB
  • sloc: ansic: 37,845; python: 3,236; xml: 1,739; sh: 377; makefile: 42
file content (14 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
includedmodule:
    # Why is this module included?
    # Required
    rationale: Included in the stack, just because.
    # Link to VCS repository that contains the modulemd file
    # if it differs from the buildsystem default configuration.
    # Optional.
    repository: https://pagure.io/includedmodule.git
    # See the rpms ref.
    ref: somecoolbranchname
    # See the rpms buildorder.
    buildorder: 100
...