public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: "Shannon Sterz" <s.sterz@proxmox.com>
To: "Lukas Wagner" <l.wagner@proxmox.com>
Cc: pdm-devel@lists.proxmox.com
Subject: Re: [PATH datacenter-manager 4/4] docs: add simple man page for pdmAtoB
Date: Tue, 24 Feb 2026 17:22:12 +0100	[thread overview]
Message-ID: <DGNBWCZJN95P.20CP8B29077IF@proxmox.com> (raw)
In-Reply-To: <20260220144114.996538-5-l.wagner@proxmox.com>

On Fri Feb 20, 2026 at 3:41 PM CET, Lukas Wagner wrote:
> Mostly to silence the lintian warning complaining about the missing
> page. The content was copied over from PBS and adapted.
>

this doesn't apply anymore due to [1] being applied for what i can tell.

[1]: https://git.proxmox.com/?p=proxmox-datacenter-manager.git;a=commit;h=5f5143f822ea2ee1fc72489c49c38c2e10952c90

> Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
> ---
>  debian/proxmox-datacenter-manager.install |  1 +
>  docs/Makefile                             |  1 +
>  docs/conf.py                              |  1 +
>  docs/pdmAtoB/man1.rst                     | 16 ++++++++++++++++
>  4 files changed, 19 insertions(+)
>  create mode 100644 docs/pdmAtoB/man1.rst
>
> diff --git a/debian/proxmox-datacenter-manager.install b/debian/proxmox-datacenter-manager.install
> index 499e07ff..3538440c 100644
> --- a/debian/proxmox-datacenter-manager.install
> +++ b/debian/proxmox-datacenter-manager.install
> @@ -14,6 +14,7 @@ usr/share/bash-completion/completions/pdmAtoB.bc
>  usr/share/bash-completion/completions/proxmox-datacenter-api.bc
>  usr/share/bash-completion/completions/proxmox-datacenter-manager-admin.bc
>  usr/share/bash-completion/completions/proxmox-datacenter-privileged-api.bc
> +usr/share/man/man1/pdmAtoB.1
>  usr/share/man/man1/proxmox-datacenter-api.1
>  usr/share/man/man1/proxmox-datacenter-manager-admin.1
>  usr/share/man/man1/proxmox-datacenter-privileged-api.1
> diff --git a/docs/Makefile b/docs/Makefile
> index 0487c97e..faa633bc 100644
> --- a/docs/Makefile
> +++ b/docs/Makefile
> @@ -7,6 +7,7 @@ GENERATED_SYNOPSIS := \
>  	config/views/config.rst \
>
>  MAN1_PAGES := \
> +	pdmAtoB.1 \
>  	proxmox-datacenter-manager-admin.1 \
>  	proxmox-datacenter-manager-client.1 \
>  	proxmox-datacenter-api.1 \
> diff --git a/docs/conf.py b/docs/conf.py
> index 9de1d1da..39724ef3 100644
> --- a/docs/conf.py
> +++ b/docs/conf.py
> @@ -95,6 +95,7 @@ man_pages = [
>      ('proxmox-datacenter-api/man1', 'proxmox-datacenter-api', 'Proxmox Datacenter Manager Public API Server', [author], 1),
>      ('proxmox-datacenter-privileged-api/man1', 'proxmox-datacenter-privileged-api', 'Proxmox Datacenter Manager Privileged API Server', [author], 1),
>      # CLI
> +    ('pdmAtoB/man1', 'pdmAtoB', 'Upgrade checker for Proxmox Datacenter Manager', [author], 1),
>      ('proxmox-datacenter-manager-admin/man1', 'proxmox-datacenter-manager-admin', 'Command line tool for managing Proxmox Datacenter Manager hosts.', [author], 1),
>      ('proxmox-datacenter-manager-client/man1', 'proxmox-datacenter-manager-client', 'Command line tool for connecting and controlling the remotes and resources of a Proxmox Datacenter Manager hosts.', [author], 1),
>      # configs
> diff --git a/docs/pdmAtoB/man1.rst b/docs/pdmAtoB/man1.rst
> new file mode 100644
> index 00000000..10f2e883
> --- /dev/null
> +++ b/docs/pdmAtoB/man1.rst
> @@ -0,0 +1,16 @@
> +:orphan:
> +
> +
> +=======
> +pdmAtoB
> +=======
> +
> +Description
> +===========
> +
> +This tool will help you to detect common pitfalls and misconfiguration before,

nit: i know this is pre-existing but "This tool will help you detect" would
be a bit cleaner imo.

nit: and misconfiguration*s*

> +and during the upgrade of a Proxmox Datacenter Manager system. Any failures or
> +warnings must be addressed prior to the upgrade. If you suspect that a message
> +is a false positive, you have to make carefully sure that it really is.

nit: maybe "you have to be careful when making sure that..." might parse
a bit more easily

but none of these are real blockers and should probably then also apply
to pbs (and maybe pve, did not check there).

> +
> +.. include:: ../pdm-copyright.rst





  reply	other threads:[~2026-02-24 16:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-20 14:41 [PATH datacenter-manager 0/4] Fix or ignore lintian warnings Lukas Wagner
2026-02-20 14:41 ` [PATH datacenter-manager 1/4] debian: silence 'field-too-long Build-Depends' error Lukas Wagner
2026-02-20 14:41 ` [PATH datacenter-manager 2/4] debian: add uses-dpkg-database-directly override for pdmAtoB Lukas Wagner
2026-02-20 14:41 ` [PATH datacenter-manager 3/4] debian: add lintian-override allowing the banner service in getty.target Lukas Wagner
2026-02-20 14:41 ` [PATH datacenter-manager 4/4] docs: add simple man page for pdmAtoB Lukas Wagner
2026-02-24 16:22   ` Shannon Sterz [this message]
2026-02-24 16:22 ` [PATH datacenter-manager 0/4] Fix or ignore lintian warnings Shannon Sterz

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=DGNBWCZJN95P.20CP8B29077IF@proxmox.com \
    --to=s.sterz@proxmox.com \
    --cc=l.wagner@proxmox.com \
    --cc=pdm-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 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