From 9260319e7411ff8281700a532caa436f40120ec4 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Fri, 30 May 2025 16:52:07 +0200 Subject: gitlab scraper: download in toml and text format --- .../host_missing/accel_missing/981.toml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 gitlab/issues/target_missing/host_missing/accel_missing/981.toml (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/981.toml') diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/981.toml b/gitlab/issues/target_missing/host_missing/accel_missing/981.toml deleted file mode 100644 index 63ffff17..00000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/981.toml +++ /dev/null @@ -1,20 +0,0 @@ -id = 981 -title = "VNC UNIX sockets are not deleted" -state = "opened" -created_at = "2022-04-12T23:47:14.360Z" -closed_at = "n/a" -labels = [] -url = "https://gitlab.com/qemu-project/qemu/-/issues/981" -host-os = "Linux" -host-arch = "x86_64" -qemu-version = "6.2.93 (v7.0.0-rc3-4-g4bf58c7213)" -guest-os = "n/a" -guest-arch = "n/a" -description = """After exiting QEMU a unix VNC socket file is left behind. Upon termination I would expect it to remove the socket file like it does for example with a monitor unix socket.""" -reproduce = """``` - rm -f foo.socket - qemu-system-x86_64 -vnc unix:foo.socket - # Exit QEMU - ls foo.socket - ```""" -additional = "n/a" -- cgit 1.4.1