mirror of
https://github.com/systemd/systemd.git
synced 2026-06-24 08:47:49 +00:00
Update mkosi and debian commit references (#42474)
This commit is contained in:
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: systemd/mkosi@3e15f6734a3455a008c3617f89a6c5010d5bb9bf
|
||||
- uses: systemd/mkosi@60ed8c964f8d98aa4b325f381c4b3bc6de91a0b7
|
||||
|
||||
# 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
@@ -40,7 +40,7 @@ jobs:
|
||||
GITHUB_ACTIONS_CONFIG_FILE: actionlint.yml
|
||||
ENABLE_GITHUB_PULL_REQUEST_SUMMARY_COMMENT: false
|
||||
|
||||
- uses: systemd/mkosi@3e15f6734a3455a008c3617f89a6c5010d5bb9bf
|
||||
- uses: systemd/mkosi@60ed8c964f8d98aa4b325f381c4b3bc6de91a0b7
|
||||
|
||||
- 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'
|
||||
|
||||
2
.github/workflows/mkosi.yml
vendored
2
.github/workflows/mkosi.yml
vendored
@@ -169,7 +169,7 @@ jobs:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: systemd/mkosi@3e15f6734a3455a008c3617f89a6c5010d5bb9bf
|
||||
- uses: systemd/mkosi@60ed8c964f8d98aa4b325f381c4b3bc6de91a0b7
|
||||
|
||||
# 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/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
@@ -74,7 +74,7 @@ jobs:
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- uses: systemd/mkosi@3e15f6734a3455a008c3617f89a6c5010d5bb9bf
|
||||
- uses: systemd/mkosi@60ed8c964f8d98aa4b325f381c4b3bc6de91a0b7
|
||||
|
||||
- name: Install apk
|
||||
# ubuntu-24.04 doesn't package apk, so fetch the official statically-linked binary from
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[Config]
|
||||
MinimumVersion=commit:3e15f6734a3455a008c3617f89a6c5010d5bb9bf
|
||||
MinimumVersion=commit:60ed8c964f8d98aa4b325f381c4b3bc6de91a0b7
|
||||
Dependencies=
|
||||
minimal-base
|
||||
minimal-0
|
||||
|
||||
@@ -2,15 +2,15 @@
|
||||
|
||||
[TriggerMatch]
|
||||
Distribution=debian
|
||||
Release=bullseye
|
||||
Release=bookworm
|
||||
Release=trixie
|
||||
Release=|bullseye
|
||||
Release=|bookworm
|
||||
Release=|trixie
|
||||
|
||||
[TriggerMatch]
|
||||
Distribution=ubuntu
|
||||
Release=jammy
|
||||
Release=noble
|
||||
Release=questing
|
||||
Release=|jammy
|
||||
Release=|noble
|
||||
Release=|questing
|
||||
|
||||
[Content]
|
||||
Packages=isc-dhcp-server
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
[TriggerMatch]
|
||||
Distribution=ubuntu
|
||||
Release=jammy
|
||||
Release=noble
|
||||
Release=|jammy
|
||||
Release=|noble
|
||||
|
||||
[Content]
|
||||
Packages=
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
# bpftool was untangled in resolute, needs linux-tools-generic in older releases
|
||||
|
||||
[TriggerMatch]
|
||||
Distribution=ubuntu
|
||||
Release=|jammy
|
||||
Release=|noble
|
||||
|
||||
[Content]
|
||||
Packages=linux-tools-generic
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
[TriggerMatch]
|
||||
Distribution=ubuntu
|
||||
Release=jammy
|
||||
Release=noble
|
||||
Release=|jammy
|
||||
Release=|noble
|
||||
|
||||
[Content]
|
||||
Packages=
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
[TriggerMatch]
|
||||
Distribution=ubuntu
|
||||
Release=jammy
|
||||
Release=noble
|
||||
Release=|jammy
|
||||
Release=|noble
|
||||
|
||||
[Content]
|
||||
Packages=
|
||||
|
||||
@@ -9,5 +9,5 @@ Environment=
|
||||
GIT_URL=https://salsa.debian.org/systemd-team/systemd.git
|
||||
GIT_SUBDIR=debian
|
||||
GIT_BRANCH=debian/master
|
||||
GIT_COMMIT=3e1930512d1efee7e11b619a5f493b3229594a51
|
||||
GIT_COMMIT=cde07547abb088a20acd28593e6d0ee25d403b63
|
||||
PKG_SUBDIR=debian
|
||||
|
||||
Reference in New Issue
Block a user