加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
backport-ci-pin-the-debian-systemd-repo-to-a-specific-revisio.patch 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
From cdc1cd4eb3f86f3100d6d04b1b5d12a2d87b8704 Mon Sep 17 00:00:00 2001
From: Frantisek Sumsal <frantisek@sumsal.cz>
Date: Sun, 14 Nov 2021 12:28:21 +0100
Subject: [PATCH] ci: pin the debian systemd repo to a specific revision
to work around missing systemd/systemd#20056 in pre-v250 stable
branches.
v249-stable-only
Conflict:NA
Reference:https://github.com/systemd/systemd/commit/cdc1cd4eb3f86f3100d6d04b1b5d12a2d87b8704
---
.semaphore/semaphore.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml
index 06f162007e..7fc38a553d 100644
--- a/.semaphore/semaphore.yml
+++ b/.semaphore/semaphore.yml
@@ -25,3 +25,8 @@ blocks:
- checkout --use-cache
- .semaphore/semaphore-runner.sh SETUP
- .semaphore/semaphore-runner.sh RUN
+ env_vars:
+ # Pin the debian systemd repo to a specific revision, to work around
+ # missing systemd/systemd#20056 in pre-v250 stable branches
+ - name: BRANCH
+ value: e138f8573a14f8f094bd6c9582bc26ed62c1347f
--
2.33.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化