debian-forge/samples
Tom Gundersen ff8fda9e53 tests/dnf: always specify platform_module_id
As long as this matches the build environment, this does not make
a differenece, but let us not depend on this.

This will be useful when automatically transforming dnf to rpm
pipelines, as the platform_module_id is needed as input to
osbuild-composer's dnf-json tool.

Performed using this script:

```

cat $1 | jq '(.stages[]? | select(.name == "org.osbuild.dnf") | .options.module_platform_id) |= . + "platform:f30"'  | sponge $1
cat $1 | jq '(.build.pipeline.stages[]? | select(.name == "org.osbuild.dnf") | .options.module_platform_id) |= . + "platform:f30"'  | sponge $1
```

Signed-off-by: Tom Gundersen <teg@jklm.no>
2020-03-03 00:05:26 +01:00
..
base-qcow2.json tests/dnf: always specify platform_module_id 2020-03-03 00:05:26 +01:00
base-rawfs.json tests/dnf: always specify platform_module_id 2020-03-03 00:05:26 +01:00
base-rpm-qcow2.json samples: fix types for fstab.{freq, passno} 2020-01-29 18:03:24 +01:00
base.json tests/dnf: always specify platform_module_id 2020-03-03 00:05:26 +01:00
cloud-base.json tests/dnf: always specify platform_module_id 2020-03-03 00:05:26 +01:00
error.json samples: add a simple error example 2019-12-18 12:45:59 +01:00
f27-build-from-ubuntu1804.json Introduce runners 2019-11-25 13:05:22 +01:00
f30-aarch64.json tests/dnf: always specify platform_module_id 2020-03-03 00:05:26 +01:00
f30-base-uefi.json tests/dnf: always specify platform_module_id 2020-03-03 00:05:26 +01:00
f30-bootpart-hybrid.json tests/dnf: always specify platform_module_id 2020-03-03 00:05:26 +01:00
f30-ppc64le.json tests/dnf: always specify platform_module_id 2020-03-03 00:05:26 +01:00
f30-qcow2-gpt.json tests/dnf: always specify platform_module_id 2020-03-03 00:05:26 +01:00
f30-qcow2-hybrid.json tests/dnf: always specify platform_module_id 2020-03-03 00:05:26 +01:00
f30-s390x.json tests/dnf: always specify platform_module_id 2020-03-03 00:05:26 +01:00
noop.json pipeline: stop naming pipelines 2019-09-29 18:59:45 +02:00
sources.json samples/sources: add f30 on s390x dnf repo 2020-01-13 20:05:10 +01:00
ubuntu1804.json Introduce runners 2019-11-25 13:05:22 +01:00