mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-14 11:29:43 +08:00
Fix content generator using name instead of mmd content
The original variable name was confusing and caused the misuse. This has been fixed as well
This commit is contained in:
@@ -599,8 +599,8 @@
|
||||
}
|
||||
],
|
||||
"arch": "noarch",
|
||||
"filesize": 5,
|
||||
"checksum": "ee434023cf89d7dfb21f63d64f0f9d74",
|
||||
"filesize": 1134,
|
||||
"checksum": "bf1615b15f6a0fee485abe94af6b56b6",
|
||||
"checksum_type": "md5",
|
||||
"type": "modulemd"
|
||||
}
|
||||
@@ -615,7 +615,7 @@
|
||||
"typeinfo": {
|
||||
"modulemd": {
|
||||
"module_build_service_id": 1,
|
||||
"modulemd_str": ""
|
||||
"modulemd_str": "# Document type identifier\ndocument: modulemd\n# Module metadata format version\nversion: 1\ndata:\n # Module name, optional\n # Typically filled in by the buildsystem, using the VCS repository\n # name as the name of the module.\n name: nginx\n # Module update stream, optional\n # Typically filled in by the buildsystem, using the VCS branch name\n # as the name of the stream.\n stream: 1\n # Module version, integer, optional, cannot be negative\n # Typically filled in by the buildsystem, using the VCS commit\n # timestamp. Module version defines upgrade path for the particular\n # update stream.\n version: 2\n # A short summary describing the module, required\n summary: An example nginx module\n # A verbose description of the module, required\n description: >\n A module for the tests of module build service\n # Module and content licenses in the Fedora license identifier\n # format, required\n license:\n # Module license, required\n # This list covers licenses used for the module metadata, SPEC\n # files or extra patches\n module:\n - MIT\n"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user