]> git.proxmox.com Git - pve-guest-common.git/commit
buildsys: split packaging and source build-systems
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 9 May 2021 18:10:14 +0000 (20:10 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 9 May 2021 18:10:14 +0000 (20:10 +0200)
commit960c85be38b8120a990c5fb6614e0dff4a89ef02
tree0f8f021d9d7a9d9ced4d4749c3059066fbb222ae
parent1c527dfe62348869fc1f52ef5adf915c2157a2d0
buildsys: split packaging and source build-systems

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
22 files changed:
Makefile
PVE/AbstractConfig.pm [deleted file]
PVE/AbstractMigrate.pm [deleted file]
PVE/GuestHelpers.pm [deleted file]
PVE/Replication.pm [deleted file]
PVE/ReplicationConfig.pm [deleted file]
PVE/ReplicationState.pm [deleted file]
PVE/VZDump/Common.pm [deleted file]
PVE/VZDump/Plugin.pm [deleted file]
src/Makefile [new file with mode: 0644]
src/PVE/AbstractConfig.pm [new file with mode: 0644]
src/PVE/AbstractMigrate.pm [new file with mode: 0644]
src/PVE/GuestHelpers.pm [new file with mode: 0644]
src/PVE/Replication.pm [new file with mode: 0644]
src/PVE/ReplicationConfig.pm [new file with mode: 0644]
src/PVE/ReplicationState.pm [new file with mode: 0644]
src/PVE/VZDump/Common.pm [new file with mode: 0644]
src/PVE/VZDump/Plugin.pm [new file with mode: 0644]
src/tests/Makefile [new file with mode: 0644]
src/tests/abstract-config-tests.pl [new file with mode: 0755]
tests/Makefile [deleted file]
tests/abstract-config-tests.pl [deleted file]