mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
mkosi: update mkosi commit reference to 0d1143150835b21c1bfe64428df5f45b558280b1
* b2fe7ba6b1 Do not use return in finally * b4f3088535 Ensure directories exist before running sync scripts * e83e7036b0 mkosi-obs: also allow enrolling additional certs in KEK * b6432fbc29 initrd: Copy /etc/pki/rpm-gpg into sandbox tree * 44b96b93c8 Partially revert "resources: add systemd-boot-efi" * 7a22260179 Check that keys are both in context.cli and history * 6570b21a4b fix: Remove `erofs-utils` from initrd * ff61c5022a mkosi-initrd: Add atkbd and i8042 modules to the default initrd modules * eaa37f7c6c Generate initrds outside of umask context manager * de09209520 ci: Drop differential shellcheck * d07c6b93c9 build(deps): bump github/codeql-action from 3.28.16 to 3.28.18 * 9a12fb1bef Check that commit exists in config_parse_minimum_version() * 9e5b4f8932 kmod: factor out comparison and also count empty directories as invalid * 39ed5ef6c2 apt: support including additional configuration for reprepro
This commit is contained in:
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
- uses: systemd/mkosi@5e739ef1ed02a4f3b6ae64e50a8ee186cbcb21c2
|
||||
- uses: systemd/mkosi@0d1143150835b21c1bfe64428df5f45b558280b1
|
||||
|
||||
# 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
|
||||
|
||||
2
.github/workflows/linter.yml
vendored
2
.github/workflows/linter.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
VALIDATE_ALL_CODEBASE: false
|
||||
VALIDATE_GITHUB_ACTIONS: true
|
||||
|
||||
- uses: systemd/mkosi@5e739ef1ed02a4f3b6ae64e50a8ee186cbcb21c2
|
||||
- uses: systemd/mkosi@0d1143150835b21c1bfe64428df5f45b558280b1
|
||||
|
||||
- name: Check that tabs are not used in Python code
|
||||
run: sh -c '! git grep -P "\\t" -- src/boot/generate-hwids-section.py src/ukify/ukify.py test/integration-tests/integration-test-wrapper.py'
|
||||
|
||||
2
.github/workflows/mkosi.yml
vendored
2
.github/workflows/mkosi.yml
vendored
@@ -113,7 +113,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
- uses: systemd/mkosi@5e739ef1ed02a4f3b6ae64e50a8ee186cbcb21c2
|
||||
- uses: systemd/mkosi@0d1143150835b21c1bfe64428df5f45b558280b1
|
||||
|
||||
# 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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[Config]
|
||||
MinimumVersion=commit:5e739ef1ed02a4f3b6ae64e50a8ee186cbcb21c2
|
||||
MinimumVersion=commit:0d1143150835b21c1bfe64428df5f45b558280b1
|
||||
Dependencies=
|
||||
exitrd
|
||||
initrd
|
||||
|
||||
Reference in New Issue
Block a user