]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: update mkosi commit reference to 5a476a92deca8ad54869e5d416217aa1bb137b25
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 7 Dec 2025 01:14:19 +0000 (10:14 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 7 Dec 2025 02:15:31 +0000 (11:15 +0900)
5a476a92de Use Path.relative_to instead of Path.parts
03f41faf9f Update doc for mkosi ssh to mention sd v256 sshd-vsock
e054976d18 Rewrite note on fw deps of kernel modules in manpage
a046243a50 Add python3-pefile to fedora tools conf
0bab54087e Fix truthy condition
01c38544b2 code review
563dca41da code review
6074d14c0e code review
7e842db3b1 Don't discard ordering of include/exclude entries in KernelModules=
0047b64785 build(deps): bump github/codeql-action from 4.31.2 to 4.31.6
f13325bc4b build(deps): bump actions/checkout from 5.0.0 to 6.0.0
9ac31d1795 Add zram and nfnetlink to default initrd
4bdb47b6da verity: copy signing certificate to /usr/lib/verity.d/
8865afde9e Improve manpage output using pandoc lua filter (#4005)
a425313c58 Pass environment to systemd-sysusers invocation
23f09d5de7 Make Ruff check for dangling whitespace
abeed73d13 qemu: Add missing sandbox
a05872e523 Ssh=yes maps to Ssh=always, update the manpage
79489534ca Warn of mkosi's sshd lacking support in distros' SElinux policy
696f99da43 Manpage: Update supported output formats
21675c4822 Silence swtpm SHA1 signature deprecation warning
df53510982 DOC: update Ssh= to note sd-v256+ already generates sshd-vsock
50ccef7926 Configure default tools tree with ToolsTree=yes
0b701c690d opensuse: do not install openSUSE-release for Leap >= 16.0
4bababf421 opensuse: fix mirror URL for Leap >= 16.0
c43123398c config.py: add config_default_proxy_exclude()
07a0a2be67 installer: Only mount configured state subdirs into sandbox
d5efbf6f8c build(deps): bump github/codeql-action from 3.30.5 to 4.31.2
2912ed20d5 PTY forward fixes
66dab75259 sandbox: Drop all capabilities that don't make sense in userns
8fe5df4400 Respect SYSTEMD_TINT_BACKGROUND and SYSTEMD_ADJUST_TERMINAL_TITLE
b9d208789d log: Drop konsole hack
7fa6eac65c Clarify that mkosi.images is not picked up in mkosi.conf.d
08a0f768dd vmspawn: Support BindUser=
c7c3eaee4e mkosi-vm: Enable universe repository for ubuntu in mkosi-vm
688e77f1a8 vmspawn: Use --grow-image
c47b7fe57b arch: Switch to the newly established fastly mirror
7db8f2cda3 Match compressed pacman packages too
e3b3b93c50 Prevent using Overlay=yes with Format=portable
83a25324b3 Make sure apt sources are installed when BaseTrees= is in the mix
f6fa2fd6a0 test: add unit tests for parents_below() utility function
1eafbd8d03 Don't print newlines in stash_terminal_title()
bbaf92b50e Don't print newline after ansi sequences
d1b84f5fb3 Look for .sdmagic before we consider a PE binary a UKI/addon
b4efdbf14e Treat /opt the same as /usr for the sandbox
71ffced0f1 Rework PACKAGE_GLOBS to be a PackageManager classmethod
29605c2757 Various SPDX and whitespace fixes

.github/workflows/coverage.yml
.github/workflows/linter.yml
.github/workflows/mkosi.yml
mkosi/mkosi.conf

index 9595544ce4929aae5123e84d3616c944a6b2b97c..3e1ffffb7469092019a63bc6493d373aad829367 100644 (file)
@@ -25,7 +25,7 @@ jobs:
 
     steps:
       - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
-      - uses: systemd/mkosi@10544812b35a668d4aac9834c78ee8166e99bc78
+      - uses: systemd/mkosi@5a476a92deca8ad54869e5d416217aa1bb137b25
 
       # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space
       # immediately, we remove the files in the background. However, we first move them to a different location
index 4bcb6801da82e63af8dda52077c6924b7b5eed5f..1a0bc39172013c401f2ad02a6461e944e6719067 100644 (file)
@@ -38,7 +38,7 @@ jobs:
           LINTER_RULES_PATH: .github/linters
           GITHUB_ACTIONS_CONFIG_FILE: actionlint.yml
 
-      - uses: systemd/mkosi@10544812b35a668d4aac9834c78ee8166e99bc78
+      - uses: systemd/mkosi@5a476a92deca8ad54869e5d416217aa1bb137b25
 
       - name: Check that tabs are not used in Python code
         run: sh -c '! git grep -P "\\t" -- src/core/generate-bpf-delegate-configs.py src/boot/generate-hwids-section.py src/ukify/ukify.py test/integration-tests/integration-test-wrapper.py'
index 4f50feea0865954d06939c45965aaf3786b093d5..5a5ea8d4f76c886c306ed162cce697074e4df613 100644 (file)
@@ -167,7 +167,7 @@ jobs:
 
     steps:
       - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
-      - uses: systemd/mkosi@10544812b35a668d4aac9834c78ee8166e99bc78
+      - uses: systemd/mkosi@5a476a92deca8ad54869e5d416217aa1bb137b25
 
       # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space
       # immediately, we remove the files in the background. However, we first move them to a different location
index 8c1a08abab83f302f8b467a9bda6a0df8e560dbc..87e0bdbfdaa56a98a605a296695cf78a2ee7fe49 100644 (file)
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: LGPL-2.1-or-later
 
 [Config]
-MinimumVersion=commit:10544812b35a668d4aac9834c78ee8166e99bc78
+MinimumVersion=commit:5a476a92deca8ad54869e5d416217aa1bb137b25
 Dependencies=
         exitrd
         initrd