Skip to content

Commit d9826d3

Browse files
DaanDeMeyerbluca
authored andcommitted
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 systemd#3661 from septatrix/ssh-runtime |\ | * ab3b52841c Improve Ssh= documentation | * 79878d7e6c Add new Ssh=auto and Ssh=runtime options * 49036322c2 Merge pull request systemd#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 systemd#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 systemd#3678 * 0d6f15e8c3 Merge pull request systemd#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
1 parent 10ed8cd commit d9826d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
28-
- uses: systemd/mkosi@7e4ec15aee6b98300b2ee14265bc647a716a9f8a
28+
- uses: systemd/mkosi@dbb4020beee2cdf250f93a425794f1cf8b0fe693
2929

3030
# Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space
3131
# immediately, we remove the files in the background. However, we first move them to a different location

.github/workflows/mkosi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120

121121
steps:
122122
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
123-
- uses: systemd/mkosi@7e4ec15aee6b98300b2ee14265bc647a716a9f8a
123+
- uses: systemd/mkosi@dbb4020beee2cdf250f93a425794f1cf8b0fe693
124124

125125
# Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space
126126
# immediately, we remove the files in the background. However, we first move them to a different location

mkosi/mkosi.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: LGPL-2.1-or-later
22

33
[Config]
4-
MinimumVersion=commit:7e4ec15aee6b98300b2ee14265bc647a716a9f8a
4+
MinimumVersion=commit:dbb4020beee2cdf250f93a425794f1cf8b0fe693
55
Dependencies=
66
exitrd
77
initrd

0 commit comments

Comments
 (0)