]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Warn on unpackaged files in the debian package build 35832/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 3 Jan 2025 10:42:47 +0000 (11:42 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 3 Jan 2025 18:33:32 +0000 (19:33 +0100)
mkosi.images/build/mkosi.conf.d/debian-ubuntu/mkosi.build.chroot

index 569bf644999710816eea2251701720cde392cf85..971728658603e9c772d2efd88a51cc422899eaba 100755 (executable)
@@ -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