5
0
mirror of git://git.proxmox.com/git/pve-guest-common.git synced 2024-12-23 17:34:10 +03:00
Go to file
Thomas Lamprecht 7b9d1adeb2 refactor parse_pending_delete to sane implemenation
this was quite the mess, a perl greedy match over non-whitespace
character is equivalent to a split on whitespace on, but the latter
is much easier to grasp when looking at this the first time.

Do a real for loop with real variable names and less nest everything
into one line.

the test added in the previous commit should give use the safety net
for that cleanup.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-10-18 17:48:03 +02:00
debian bump version to 3.0-1 2019-05-21 21:03:47 +02:00
PVE refactor parse_pending_delete to sane implemenation 2019-10-18 17:48:03 +02:00
tests add basic abstract config test system 2019-10-18 17:48:03 +02:00
Makefile add basic abstract config test system 2019-10-18 17:48:03 +02:00