1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-25 18:50:18 +03:00

mkosi: Warn on unpackaged files in the debian package build

(cherry picked from commit e965430f57834d641b0b1327617622c20aa23b70)
This commit is contained in:
Daan De Meyer 2025-01-03 11:42:47 +01:00 committed by Luca Boccassi
parent 472239d430
commit 4bc36b7d57

View File

@ -128,6 +128,8 @@ if ! build; then
exit 1
fi
echo -e "::warning title=UNPACKAGED-FILES::The following files were not picked up by the package, please update the packaging recipe to include: $(tr '\n' ' ' </tmp/unpackaged-files)"
# Otherwise, we append the unpackaged files to the filelist for the systemd package and retry the build.
cat /tmp/unpackaged-files >>debian/systemd.install
build