From: Daan De Meyer Date: Thu, 17 Apr 2025 14:02:47 +0000 (+0200) Subject: mkosi: update mkosi commit reference to dbb4020beee2cdf250f93a425794f1cf8b0fe693 X-Git-Tag: v258-rc1~795 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9826d303bda2cb90437ad3a003d12a298805c58;p=thirdparty%2Fsystemd.git mkosi: update mkosi commit reference to dbb4020beee2cdf250f93a425794f1cf8b0fe693 * dbb4020bee mkosi: Use tools tree by default in repository config * a2407a305c dnf: Stop messing around with plugins * eee382ebc6 Fix mkosi help * 8d4f9969bb mkosi-obs: simplify generation of signed UEFI auth files * 364dfc65eb Merge pull request #3661 from septatrix/ssh-runtime |\ | * ab3b52841c Improve Ssh= documentation | * 79878d7e6c Add new Ssh=auto and Ssh=runtime options * 49036322c2 Merge pull request #3682 from DaanDeMeyer/history |\ | * 96e512fe6e installer: Make sure package manager state is preserved in the image | * b859a7cf0a Only copy repository metadata from specific subdirs from /var | * c8bf8e4278 Rename cache_subdirs() to package_subdirs() * | 54b59c4a2e Merge pull request #3696 from DaanDeMeyer/history-cli |\ \ | * | 898d89e887 Rework version bumping | * | cc45fe3bad Only write CLI arguments to history instead of full config | * | 1def443097 Disallow using --rerun-build-scripts with --force again | * | 87b03ee264 Rename get_configdir() to finalize_configdir() | * | 9c1217a217 Get rid of to_json() methods on Args and Config | |/ * | 124f551e77 mkosi-obs: do not publish roothash * | fc86100e51 mkosi-obs: append certs from mkosi.uefi.db/ to 'db' * | 8bee4cb8e2 Make sure sync scripts are executable |/ * a7e90514fa Simplify tools tree out of date error * f9956daba7 Fail if --rerun-build-scripts is used and tools is out of date * d94bf56ae8 mkosi-initrd: add specific configuration for plymouth in Debian * 8235ddbc5b Take shared lock in copy_ephemeral() * 19c74d5ba5 Two follow ups for #3678 * 0d6f15e8c3 Merge pull request #3678 from DaanDeMeyer/history |\ | * 5410c4c7af tests: Require genkey to be run once upfront | * 86b8c611a1 tests: Drop unused tools field | * c3d1bd0dde Rework history <=> sandbox integration * fce4db970f zypper: display debugging output if ARG_DEBUG is set * 2c052b9d45 Allow PCR signing settings to be overridden in sub-images * 00c220225b zypper: do not fail if a package configured to be removed is not found --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8dab68a5177..8b4eda6e544 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: systemd/mkosi@7e4ec15aee6b98300b2ee14265bc647a716a9f8a + - uses: systemd/mkosi@dbb4020beee2cdf250f93a425794f1cf8b0fe693 # 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 diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 033567379c1..de8646ed767 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -120,7 +120,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: systemd/mkosi@7e4ec15aee6b98300b2ee14265bc647a716a9f8a + - uses: systemd/mkosi@dbb4020beee2cdf250f93a425794f1cf8b0fe693 # 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 diff --git a/mkosi/mkosi.conf b/mkosi/mkosi.conf index 57fef25e99f..9d9ab9fce39 100644 --- a/mkosi/mkosi.conf +++ b/mkosi/mkosi.conf @@ -1,7 +1,7 @@ # SPDX-License-Identifier: LGPL-2.1-or-later [Config] -MinimumVersion=commit:7e4ec15aee6b98300b2ee14265bc647a716a9f8a +MinimumVersion=commit:dbb4020beee2cdf250f93a425794f1cf8b0fe693 Dependencies= exitrd initrd