public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH manager 0/2] bin: auto-format code using perltidy
@ 2025-07-07 11:01 Christoph Heiss
  2025-07-07 11:01 ` [pve-devel] [PATCH manager 1/2] buildsys: add target for auto-formatting bin/ scripts Christoph Heiss
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Christoph Heiss @ 2025-07-07 11:01 UTC (permalink / raw)
  To: pve-devel

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



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


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

end of thread, other threads:[~2025-07-07 18:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-07 11:01 [pve-devel] [PATCH manager 0/2] bin: auto-format code using perltidy Christoph Heiss
2025-07-07 11:01 ` [pve-devel] [PATCH manager 1/2] buildsys: add target for auto-formatting bin/ scripts Christoph Heiss
2025-07-07 18:52   ` [pve-devel] applied: " Thomas Lamprecht
2025-07-07 11:01 ` [pve-devel] [PATCH manager 2/2] bin: auto-format code using perltidy with Proxmox style guide Christoph Heiss
2025-07-07 11:23 ` [pve-devel] [PATCH manager 0/2] bin: auto-format code using perltidy Thomas Lamprecht
2025-07-07 11:44   ` Christoph Heiss

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