[pve-devel] [PATCH pve-client 0/6] Use SectionConfig for pve-client

Dietmar Maurer dietmar at proxmox.com
Tue Jun 5 12:17:38 CEST 2018


I want to re-use as much code as possible.

Dietmar Maurer (6):
  imported SectionConfig from pve-common
  register standard option inside PVE::APIClient::Config
  add PVE::Tools::extract_param helper
  help.pm: fix generate usage string (hide password option)
  use SectionConfig for PVE::APIClient::Config
  Remove the File::HomeDir requirement

 Makefile                         |   1 +
 PVE/APIClient/Commands/help.pm   |   2 +-
 PVE/APIClient/Commands/lxc.pm    |   3 +-
 PVE/APIClient/Commands/remote.pm | 143 ++++++-----
 PVE/APIClient/Config.pm          | 192 ++++++++-------
 PVE/SectionConfig.pm             | 497 +++++++++++++++++++++++++++++++++++++++
 PVE/Tools.pm                     |  10 +
 7 files changed, 705 insertions(+), 143 deletions(-)
 create mode 100644 PVE/SectionConfig.pm

-- 
2.11.0




More information about the pve-devel mailing list