jobqueue: Move jobqueue out of internal

This commit is contained in:
Sanne Raymaekers 2022-06-10 11:32:40 +02:00 committed by Achilleas Koutsou
parent d9bd19404d
commit 03b57f002c
21 changed files with 28 additions and 19 deletions

View file

@ -252,7 +252,7 @@ install -m 0755 -vd %{buildroot}%
install -m 0644 -vp test/data/openshift/* %{buildroot}%{_datadir}/tests/osbuild-composer/openshift/
install -m 0755 -vd %{buildroot}%{_datadir}/tests/osbuild-composer/schemas
install -m 0644 -vp internal/jobqueue/dbjobqueue/schemas/* %{buildroot}%{_datadir}/tests/osbuild-composer/schemas/
install -m 0644 -vp pkg/jobqueue/dbjobqueue/schemas/* %{buildroot}%{_datadir}/tests/osbuild-composer/schemas/
install -m 0755 -vd %{buildroot}%{_datadir}/tests/osbuild-composer/upgrade8to9
install -m 0644 -vp test/data/upgrade8to9/* %{buildroot}%{_datadir}/tests/osbuild-composer/upgrade8to9/