[pve-devel] [PATCH manager 0/2] bin: auto-format code using perltidy

Christoph Heiss c.heiss at proxmox.com
Mon Jul 7 13:01:35 CEST 2025


Reformats all Perl scripts in bin/ with perltidy using Proxmox style
guides, as was done in commit 138cae897 for all other Perl code.

As these files do not use `.pl` or `.pm` as file extensions, they were
missed during the initial reformatting.

Patch #1 just adds the appropriate make target, patch #2 runs exactly
that.

Christoph Heiss (2):
  buildsys: add target for auto-formatting bin/ scripts
  bin: auto-format code using perltidy with Proxmox style guide

 Makefile                |   1 +
 bin/Makefile            |   4 +
 bin/pve-init-ceph-crash | 127 +++++++++++++-------------
 bin/pvebanner           |   2 +-
 bin/pvedaemon           |   2 +-
 bin/pveperf             | 198 ++++++++++++++++++++--------------------
 bin/pveproxy            |  10 +-
 bin/pvereport           |   2 +-
 bin/pveupdate           | 118 +++++++++++++-----------
 bin/pveupgrade          |  36 ++++----
 bin/pveversion          |  37 ++++----
 bin/spiceproxy          |  12 +--
 12 files changed, 280 insertions(+), 269 deletions(-)

-- 
2.49.0





More information about the pve-devel mailing list