From: "Michael Köppl" <m.koeppl@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH test-tools 1/4] scheduler: drop the unused pdm-api-types dependency
Date: Thu, 10 Sep 2026 18:20:27 +0200 [thread overview]
Message-ID: <20260910162030.1776719-2-m.koeppl@proxmox.com> (raw)
In-Reply-To: <20260910162030.1776719-1-m.koeppl@proxmox.com>
Nothing in proxmox-test-scheduler refers to pdm-api-types. The
dependency only pulled the crate, and with it the datacenter manager
submodule, into the scheduler's build.
Signed-off-by: Michael Köppl <m.koeppl@proxmox.com>
---
proxmox-test-scheduler/Cargo.toml | 2 --
1 file changed, 2 deletions(-)
diff --git a/proxmox-test-scheduler/Cargo.toml b/proxmox-test-scheduler/Cargo.toml
index 8445e9d..643c199 100644
--- a/proxmox-test-scheduler/Cargo.toml
+++ b/proxmox-test-scheduler/Cargo.toml
@@ -34,8 +34,6 @@ proxmox-test-common.workspace = true
proxmox-tfa.workspace = true
proxmox-uuid.workspace = true
-pdm-api-types.workspace = true
-
anyhow.workspace = true
chrono.workspace = true
const_format.workspace = true
--
2.47.3
next prev parent reply other threads:[~2026-09-10 16:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-10 16:20 [PATCH test-tools 0/4] remove PDM submodule Michael Köppl
2026-09-10 16:20 ` Michael Köppl [this message]
2026-09-10 16:20 ` [PATCH test-tools 2/4] instance: register PDM remotes without pdm-client Michael Köppl
2026-09-10 16:20 ` [PATCH test-tools 3/4] instance: source certificate and task types directly Michael Köppl
2026-09-10 16:20 ` [PATCH test-tools 4/4] buildsys: drop the proxmox-datacenter-manager submodule Michael Köppl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260910162030.1776719-2-m.koeppl@proxmox.com \
--to=m.koeppl@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.