1 Star 0 Fork 38

Mingtai/ostree

forked from src-openEuler/ostree 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
skip-updating-the-preference.patch 1006 Bytes
一键复制 编辑 原始数据 按行查看 历史
杨壮壮 提交于 2022-02-08 11:32 +08:00 . update to 2021.6
From fb7daae318b4bec222c166578566ac2945c638a2 Mon Sep 17 00:00:00 2001
From: wangjie <wangejie375@h-partners.com>
Date: Mon, 20 Dec 2021 11:04:00 +0800
Subject: [PATCH] skip updating the preference
---
tests/test-remote-gpg-list-keys.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/test-remote-gpg-list-keys.sh b/tests/test-remote-gpg-list-keys.sh
index 51b6008..ffb7850 100755
--- a/tests/test-remote-gpg-list-keys.sh
+++ b/tests/test-remote-gpg-list-keys.sh
@@ -127,7 +127,7 @@ else
# implicitly migrated to the newer format, but this test hasn't
# signed anything, so the private keys haven't been loaded. Force
# the migration by listing the private keys.
- ${GPG} --homedir=${test_tmpdir}/gpghome -K >/dev/null
+ ${GPG} --homedir=${test_tmpdir}/gpghome -K --batch >/dev/null
# Expire key1, wait for it to be expired and re-import it.
${GPG} --homedir=${test_tmpdir}/gpghome --quick-set-expire ${TEST_GPG_KEYFPR_1} seconds=1
--
1.8.3.1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yangmingtaip/ostree.git
git@gitee.com:yangmingtaip/ostree.git
yangmingtaip
ostree
ostree
master

搜索帮助