gitlab CI: build an rpm package to verify the installed file list
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 15 Jul 2020 00:02:20 +0000 (10:02 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 22 Jul 2020 00:47:22 +0000 (10:47 +1000)
commitb74f03301b209f0e2026c51d5c06af1f063f3169
tree8b2aa3eee6538a76f5c6fa35fd6b0b128572b835
parent813a4583522d7a590e5125cad3495da96e08e6a9
gitlab CI: build an rpm package to verify the installed file list

This is not a package intended for, it's a job to fail when we accidentally
change the file list. An rpmbuild job like this was what detected
f15da0f10890467712222410233c0bec9faefdd0.

The spec file resembles the Fedora one but has BuildRequires removed (we rely
on the container for that).

The same task could be achieved by keeping a file list and comparing the
installed tree but since I had the rpm spec file already, let's use that for
now.

This requires meson 0.55 which hit F32 yesterday.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.gitlab-ci.yml
.gitlab-ci/ci.template
.gitlab-ci/config.yml
.gitlab-ci/libinput.spec.in [new file with mode: 0644]