]> git.proxmox.com Git - dab.git/commit
constructor: factor out getting the target name
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 21 Oct 2022 11:55:38 +0000 (13:55 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 21 Oct 2022 12:20:31 +0000 (14:20 +0200)
commit3a5a17ae0d46d41ffe56fa725b641d29bc9094da
treed0e1343c1359d3ed09b46fa0dde8a4f9b7b08c9d
parent4dd544fb3b845692b32041365565d1d3c3c71c27
constructor: factor out getting the target name

get_target_name will be reused later for adding a dab command to get
the final archive name, to be used for a `make upload` target.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
DAB.pm