]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
fetch-mkosi: Shorten commit message title
authorDaan De Meyer <daan@amutable.com>
Thu, 5 Feb 2026 09:53:09 +0000 (10:53 +0100)
committerDaan De Meyer <daan@amutable.com>
Thu, 5 Feb 2026 09:53:09 +0000 (10:53 +0100)
Currently github truncates the message so let's make it a little shorter
so it's not truncated.

tools/fetch-mkosi.py

index b18adf7bfa41eef87b7e3def1e28583650e89931..186b1b52db0cb913a90ef5068c73f4c243127c91 100755 (executable)
@@ -43,7 +43,7 @@ def read_config():
 
 def commit_file(files: list[Path], commit: str, changes: str):
     message = '\n'.join((
-        f'mkosi: update mkosi commit reference to {commit}',
+        f'mkosi: update mkosi ref to {commit}',
         '',
         changes))