delete debian/gbp.conf
This commit is contained in:
parent
3bf3608106
commit
2573925ecb
|
@ -1,2 +0,0 @@
|
||||||
[DEFAULT]
|
|
||||||
pristine-tar = True
|
|
|
@ -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"
|
||||||
|
|
|
@ -6,3 +6,4 @@ build-with-go1.18.patch
|
||||||
0006-CVE-2022-24769-20.10.14-Moby-Docker-Engine.patch
|
0006-CVE-2022-24769-20.10.14-Moby-Docker-Engine.patch
|
||||||
0007-CVE-2022-24778-CheckAuthorization-ManifestList-Manif.patch
|
0007-CVE-2022-24778-CheckAuthorization-ManifestList-Manif.patch
|
||||||
0008-CVE-2022-31030-Apache-containerd.patch
|
0008-CVE-2022-31030-Apache-containerd.patch
|
||||||
|
0009-delete-debian-gbp.conf.patch
|
||||||
|
|
Loading…
Reference in New Issue