Skip to content
Snippets Groups Projects
Commit 02ffc789 authored by Luis Araujo's avatar Luis Araujo
Browse files

Add script to check package installability


The obs-installability script uses the dose-distcheck tool to check
for package installability across the different images types.

It checks for the following group of packages lists:
```
target: for packages to be installed on minimal images
hmi + target: for HMI packages to be installed on target images
development + target: for tools used by OBS and developers
sdk + development + target: for packages to be installed on basesdk images
sdk + development + hmi + target: for packages to be installed on sdk images
```
And it translates the dose-distcheck YAML output to the JUnit format so
that Jenkins can understand it.

This commit also includes the Dockerfile and Jenkisfile for integration.

Signed-off-by: default avatarLuis Araujo <luis.araujo@collabora.co.uk>
parent 37b7e95b
No related branches found
No related tags found
1 merge request!4Add script to check package installability
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment