delete debian/gbp.conf

This commit is contained in:
luoyaoming 2024-04-24 09:25:12 +08:00 committed by openkylin-cibot
parent 3bf3608106
commit 2573925ecb
3 changed files with 21 additions and 2 deletions

2
debian/gbp.conf vendored
View File

@ -1,2 +0,0 @@
[DEFAULT]
pristine-tar = True

View File

@ -0,0 +1,20 @@
From: luoyaoming <luoyaoming@kylinos.cn>
Date: Wed, 24 Apr 2024 09:25:12 +0800
Subject: delete debian/gbp.conf
---
pkg/cri/server/container_execsync.go | 1 +
1 file changed, 1 insertion(+)
diff --git a/pkg/cri/server/container_execsync.go b/pkg/cri/server/container_execsync.go
index b39c46c..8bb5b8f 100644
--- a/pkg/cri/server/container_execsync.go
+++ b/pkg/cri/server/container_execsync.go
@@ -19,6 +19,7 @@ package server
import (
"bytes"
"io"
+ "errors"
"syscall"
"time"

View File

@ -6,3 +6,4 @@ build-with-go1.18.patch
0006-CVE-2022-24769-20.10.14-Moby-Docker-Engine.patch
0007-CVE-2022-24778-CheckAuthorization-ManifestList-Manif.patch
0008-CVE-2022-31030-Apache-containerd.patch
0009-delete-debian-gbp.conf.patch