public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup v2 1/2] cargo: fixed cargo local path overrides
@ 2023-08-07 13:38 Gabriel Goller
  2023-08-07 13:38 ` [pbs-devel] [PATCH proxmox-backup v2 2/2] cargo: added other shared crates to " Gabriel Goller
  2023-08-08  9:51 ` [pbs-devel] applied: [PATCH proxmox-backup v2 1/2] cargo: fixed cargo " Wolfgang Bumiller
  0 siblings, 2 replies; 3+ messages in thread
From: Gabriel Goller @ 2023-08-07 13:38 UTC (permalink / raw)
  To: pbs-devel

The crates `proxmox-apt` and `proxmox-openid` have been moved to the `proxmox`
workspace. Adjusted the path in the Cargo.toml file.

Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
---
 Cargo.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 2a05c471..a50186c6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -260,8 +260,8 @@ proxmox-rrd.workspace = true
 #proxmox-time = { path = "../proxmox/proxmox-time" }
 #proxmox-uuid = { path = "../proxmox/proxmox-uuid" }
 
-#proxmox-apt = { path = "../proxmox-apt" }
-#proxmox-openid = { path = "../proxmox-openid-rs" }
+#proxmox-apt = { path = "../proxmox/proxmox-apt" }
+#proxmox-openid = { path = "../proxmox/proxmox-openid" }
 
 #pxar = { path = "../pxar" }
 
-- 
2.39.2





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [pbs-devel] [PATCH proxmox-backup v2 2/2] cargo: added other shared crates to local path overrides
  2023-08-07 13:38 [pbs-devel] [PATCH proxmox-backup v2 1/2] cargo: fixed cargo local path overrides Gabriel Goller
@ 2023-08-07 13:38 ` Gabriel Goller
  2023-08-08  9:51 ` [pbs-devel] applied: [PATCH proxmox-backup v2 1/2] cargo: fixed cargo " Wolfgang Bumiller
  1 sibling, 0 replies; 3+ messages in thread
From: Gabriel Goller @ 2023-08-07 13:38 UTC (permalink / raw)
  To: pbs-devel

Added proxmox-ldap, -metrics, -sortable-metrics and -human-bytes to local
path overrides.

Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
---
 Cargo.toml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index a50186c6..4d34f8a1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -68,7 +68,7 @@ proxmox-metrics = "0.3"
 proxmox-rest-server = { version = "0.4.1", features = [ "templates" ] }
 # some use "cli", some use "cli" and "server", pbs-config uses nothing
 proxmox-router = { version = "2.0.0", default_features = false }
-# everything but pbs-config and pbs-client ues "api-macro"
+# everything but pbs-config and pbs-client use "api-macro"
 proxmox-schema = "2.0.0"
 proxmox-section-config = "2"
 proxmox-serde = "0.1.1"
@@ -259,6 +259,10 @@ proxmox-rrd.workspace = true
 #proxmox-tfa = { path = "../proxmox/proxmox-tfa" }
 #proxmox-time = { path = "../proxmox/proxmox-time" }
 #proxmox-uuid = { path = "../proxmox/proxmox-uuid" }
+#proxmox-ldap = { path = "../proxmox/proxmox-ldap" }
+#proxmox-metrics = { path = "../proxmox/proxmox-metrics" }
+#proxmox-sortable-macro = { path = "../proxmox/proxmox-sortable-macro" }
+#proxmox-human-byte = { path = "../proxmox/proxmox-human-byte" }
 
 #proxmox-apt = { path = "../proxmox/proxmox-apt" }
 #proxmox-openid = { path = "../proxmox/proxmox-openid" }
-- 
2.39.2





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [pbs-devel] applied: [PATCH proxmox-backup v2 1/2] cargo: fixed cargo local path overrides
  2023-08-07 13:38 [pbs-devel] [PATCH proxmox-backup v2 1/2] cargo: fixed cargo local path overrides Gabriel Goller
  2023-08-07 13:38 ` [pbs-devel] [PATCH proxmox-backup v2 2/2] cargo: added other shared crates to " Gabriel Goller
@ 2023-08-08  9:51 ` Wolfgang Bumiller
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Bumiller @ 2023-08-08  9:51 UTC (permalink / raw)
  To: Gabriel Goller; +Cc: pbs-devel

applied both patches, thanks




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-08  9:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-07 13:38 [pbs-devel] [PATCH proxmox-backup v2 1/2] cargo: fixed cargo local path overrides Gabriel Goller
2023-08-07 13:38 ` [pbs-devel] [PATCH proxmox-backup v2 2/2] cargo: added other shared crates to " Gabriel Goller
2023-08-08  9:51 ` [pbs-devel] applied: [PATCH proxmox-backup v2 1/2] cargo: fixed cargo " Wolfgang Bumiller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal