forked from pool/obs-service-kiwi_metainfo_helper
Fabian Vogt
bdaaa7536c
- Also allow working on Chart.yaml OBS-URL: https://build.opensuse.org/request/show/829839 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-kiwi_metainfo_helper?expand=0&rev=11 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
kiwi_metainfo_helper | ||
kiwi_metainfo_helper.service | ||
obs-service-kiwi_metainfo_helper.changes | ||
obs-service-kiwi_metainfo_helper.spec | ||
README |
obs-service-kiwi_metainfo_helper ================================ This service can be enabled to run during buildtime, when it will edit the kiwi image description to replace placeholders with build-specific metainfo. | Placeholder | Value | Example | |--------------------|--------------------------------------------|-----------------------------------------------------------------------------------------------| | %DISTURL% | The OBS dist url | obs://build.suse.de/SUSE:SLE-15:Update:CR/images/2951b67133dd6384cacb28203174e030-sles15-image| | %RELEASE% | The OBS release number (<cicnt\>.<bldcnt\>)| 4.2 | | %BUILDTIME% | $(date --utc +%FT%T.%NZ) | 2018-10-30T09:19:02.074934628Z | | %OS_VERSION_ID% | VERSION_ID in the os-release file | 15 | | %OS_VERSION_ID_SP% | Like VERSION_ID, but with SP (SLE only) | 15.0 |