From 2cb7e37a0ed0870150bc0ea9fc1636d1ba6faa22 Mon Sep 17 00:00:00 2001 From: Thomas Parrott Date: Thu, 11 Jul 2024 10:46:22 +0100 Subject: [PATCH] lxd: Use different commit for cherry-pick For some reason this is applying locally but not in LP. Signed-off-by: Thomas Parrott --- snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index cd3907d48..54352e58c 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1438,7 +1438,7 @@ parts: git cherry-pick -x 45126f2a54079799066abf6477a252605709b8e5 # shared: Set `GetClientCertificate` in TLS config. git cherry-pick -x 52eaf3efa780d68fa51a74d9631f3c5e7a7fc879 # shared: Add comments to exported functions (revive: exported). git cherry-pick -x 75fbdaeebea454fd074c9efac7a2c584a78762c7 # test/suites: Improve PKI test coverage. - git cherry-pick -x d406168d699a5d91f3518338ca2bfa31efdd7dd0 # lxd/instance/exec: Only use keepalives on TCP sockets + git cherry-pick -x ce66fe3c1404c82183711bf7e35889bf19cfd5b9 # lxd/instance/exec: Only use keepalives on TCP sockets # Setup build environment export GOPATH=$(realpath ./.go)