]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: update mkosi ref to 14d2d37a1923c03062f55454b2b61d0c64db6238 40573/head
authorDaan De Meyer <daan@amutable.com>
Thu, 5 Feb 2026 12:10:35 +0000 (13:10 +0100)
committerDaan De Meyer <daan@amutable.com>
Thu, 5 Feb 2026 12:10:35 +0000 (13:10 +0100)
14d2d37a19 sandbox: Make sure we're dumpable before writing uidmap files
215a9497cc fedora: Use N-1 key as well when querying rawhide GPG key
842a37ed6c Add MakeScriptsExecutable= setting to optionally try to make scripts executable before bailing out
814f2004bb build(deps): bump github/codeql-action from 4.31.9 to 4.32.0
d8f4f628bf build(deps): bump actions/checkout from 6.0.1 to 6.0.2
3e55361142 docs: remove superfluous definition colon
5901524c48 mkosi-tools: add libarchive-tools package.
968392f1b9 docs: Add information about gui mkosi-tools profile
0e2960c245 Add missing call to run_locale_gen()
41cd2067bc rpm: Set pkgverify_level to digest
86fe0f448a dnf: Give advanced users some control over plugins
50a1feee52 run: Improve sandbox command logging
b1dffe1c3c Fix environment variable name for systemd-repart
07726068d9 Allow specifying "default" value for Initrds=
704f163ec0 Allow setting PORTABLE_PREFIXES= via Environment=
e6588afb45 opensuse: More GPG key handling fixes
c367f993dd opensuse: Fetch remote keys as well if RepositoryKeyFetch= is enabled
31852c9314 ci: Use mkosi box for unit test CI as well
e4229f5bf5 Make sure we pass the right context to finalize_default_initrd()
9b431b783a tools: don't pull in virtiofsd in bookworm tools trees
ae2d88d463 build(deps): bump github/codeql-action from 4.31.6 to 4.31.9
933401a8b6 build(deps): bump actions/checkout from 6.0.0 to 6.0.1
6bfeb4ac86 opensuse: Import GPG keys for all repositories
9829b9136f Add support for locale-gen
63ae86ec04 nixos: Use repository key fetching by default on nixos
f01ca9904b docs: Reword dependencies vs tools tree requirement a bit
ab47ba25ef docs: Minor correction on enabling unprivileged namespaces
7bd46a417e docs: Update unprivileged user namespace docs

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

index cebf183af47804e4702d0f8b7a3b7d845eff971a..4b5e6fe759a3b76ce7cab2808d2adf44efcde208 100644 (file)
@@ -25,7 +25,7 @@ jobs:
 
     steps:
       - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
-      - uses: systemd/mkosi@e3642f81d3a7f8f9310c0c734b2ba9dd41e50e14
+      - uses: systemd/mkosi@14d2d37a1923c03062f55454b2b61d0c64db6238
 
       # 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 2cfb3dd182f85306b610772775c4117978601ea8..c20aceeda9242dea19a720ccdfb9364df6c4e8d9 100644 (file)
@@ -39,7 +39,7 @@ jobs:
           GITHUB_ACTIONS_CONFIG_FILE: actionlint.yml
           ENABLE_GITHUB_PULL_REQUEST_SUMMARY_COMMENT: false
 
-      - uses: systemd/mkosi@e3642f81d3a7f8f9310c0c734b2ba9dd41e50e14
+      - uses: systemd/mkosi@14d2d37a1923c03062f55454b2b61d0c64db6238
 
       - 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 0cd3a565f9b5cff8332d1b4349e7895014c5eb6e..4b4c0f00c147a0014d0c4b740d66ce92b89dd03f 100644 (file)
@@ -167,7 +167,7 @@ jobs:
 
     steps:
       - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
-      - uses: systemd/mkosi@e3642f81d3a7f8f9310c0c734b2ba9dd41e50e14
+      - uses: systemd/mkosi@14d2d37a1923c03062f55454b2b61d0c64db6238
 
       # 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 8d77a78cba57c71f90d31948fe3ca0f3a8a886cb..a52f3be22f4fa2773076c97fab1fa98d1527ee6b 100644 (file)
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: LGPL-2.1-or-later
 
 [Config]
-MinimumVersion=commit:e3642f81d3a7f8f9310c0c734b2ba9dd41e50e14
+MinimumVersion=commit:14d2d37a1923c03062f55454b2b61d0c64db6238
 Dependencies=
         initrd
         minimal-base