1
0
Go to file
Dominique Leuenberger 9bfdd40291 Accepting request 831457 from openSUSE:Tools
- Use a boolean dep to avoid use of %{is_opensuse}. The prjconf
  selects which one to use this way.
- Bump version to 0.1

- Also allow working on Chart.yaml (jsc#CAPS-5)
- Also allow working on Dockerfile (jsc#CAPS-10)

OBS-URL: https://build.opensuse.org/request/show/831457
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-kiwi_metainfo_helper?expand=0&rev=6
2020-09-05 21:59:32 +00:00
.gitattributes Accepting request 663684 from SUSE:SLE-15:Update 2019-01-09 10:39:18 +00:00
.gitignore Accepting request 663684 from SUSE:SLE-15:Update 2019-01-09 10:39:18 +00:00
kiwi_metainfo_helper - Fix grammar, update README and .service. Technically the name 2020-08-27 07:14:20 +00:00
kiwi_metainfo_helper.service - Fix grammar, update README and .service. Technically the name 2020-08-27 07:14:20 +00:00
obs-service-kiwi_metainfo_helper.changes - Bump version to 0.1 2020-09-02 12:57:07 +00:00
obs-service-kiwi_metainfo_helper.spec - Bump version to 0.1 2020-09-02 12:57:07 +00:00
README - Fix grammar, update README and .service. Technically the name 2020-08-27 07:14:20 +00:00

obs-service-kiwi_metainfo_helper
================================

This service can be enabled to run during buildtime, when it will edit the
build recipe (.kiwi, Dockerfile, Chart.yaml) 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                                                                                          |