rename proxmox-autoinst-helper to proxmox-auto-install-assistant

stay on the verbose side

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-04-18 20:10:37 +02:00
parent 01470aaee1
commit 2721bd70eb
4 changed files with 5 additions and 7 deletions

View File

@ -1,7 +1,7 @@
[workspace]
members = [
"proxmox-auto-installer",
"proxmox-autoinst-helper",
"proxmox-auto-install-assistant",
"proxmox-chroot",
"proxmox-fetch-answer",
"proxmox-installer-common",

View File

@ -21,8 +21,8 @@ BINDIR = $(PREFIX)/bin
USR_BIN := \
proxmox-chroot\
proxmox-tui-installer\
proxmox-autoinst-helper\
proxmox-fetch-answer\
proxmox-auto-install-assistant \
proxmox-auto-installer
COMPILED_BINS := \
@ -53,7 +53,7 @@ $(BUILDDIR):
proxinstall \
proxmox-low-level-installer \
proxmox-auto-installer/ \
proxmox-autoinst-helper/ \
proxmox-auto-install-assistant/ \
proxmox-fetch-answer/ \
proxmox-chroot \
proxmox-tui-installer/ \
@ -129,7 +129,7 @@ cargo-build:
$(CARGO) build --package proxmox-tui-installer --bin proxmox-tui-installer \
--package proxmox-auto-installer --bin proxmox-auto-installer \
--package proxmox-fetch-answer --bin proxmox-fetch-answer \
--package proxmox-autoinst-helper --bin proxmox-autoinst-helper \
--package proxmox-auto-install-assistant --bin proxmox-auto-install-assistant \
--package proxmox-chroot --bin proxmox-chroot $(CARGO_BUILD_ARGS)
%-banner.png: %-banner.svg

View File

@ -1,5 +1,5 @@
[package]
name = "proxmox-autoinst-helper"
name = "proxmox-auto-install-assistant"
version = "0.1.0"
edition = "2021"
authors = [
@ -10,8 +10,6 @@ license = "AGPL-3"
exclude = [ "build", "debian" ]
homepage = "https://www.proxmox.com"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
clap = { version = "4.0", features = ["derive"] }