]> git.proxmox.com Git - pve-manager.git/commit - Makefile
pvecfg: adapt version and release semantic
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 26 May 2019 13:58:16 +0000 (15:58 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 26 May 2019 14:11:43 +0000 (16:11 +0200)
commit180a86d39a0c0963f7a886263ee971e3b92e303b
tree0f322047f37c246d8193b309e08e2a257fb2f142
parent97ed02b8b63811929777e06438f6d470b98cb160
pvecfg: adapt version and release semantic

Wit commit a74ba607d4b02c5734c5480de62700f52f96ac71 we switched over
to using the dpkg-dev provided helpers to set package version,
architecture and such in the buildsystem.

But unlike other repositories we used the version also for giving it
back over the API through the during build generated PVE::pvecfg
module, which wasn't fully updated to the new style.

This patch does that, and also cleans up semantics a bit, the
following two changed:

release is now the Debian release, instead of the "package release"
(i.e., the -X part of a full package version).
version is now simply the full (pve-manager) version, e.g., 6.0-1 or
the currently for testing used 6.0-0+1

This allows to do everything we used this information for even in a
slightly easier way (no  string concat needed anymore), and fits also
with the terminology we often used in our public channels (mailing
lists, forum, website)

Remove some cruft as we touch things.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
PVE/API2/Nodes.pm
PVE/APLInfo.pm
PVE/Makefile
PVE/Report.pm
PVE/Service/pveproxy.pm
PVE/pvecfg.pm.in
www/manager6/Workspace.js