]> 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)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 27 Feb 2026 20:05:57 +0000 (20:05 +0000)
Currently github truncates the message so let's make it a little shorter
so it's not truncated.

(cherry picked from commit 7bb0bd400fe247ff317831844df2f48712cb07c3)
(cherry picked from commit ce886461d4c7a48cde4df9bd7759e59d84170a32)
(cherry picked from commit 8ba1e10ff16521838835588896b45370e7ec1ecd)

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))