]> git.proxmox.com Git - pve-http-server.git/commit
buildsys: split packaging and source build-systems
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 14 May 2021 14:37:17 +0000 (16:37 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 14 May 2021 14:37:17 +0000 (16:37 +0200)
commitf8f97c8d26d3312b1553095b5eca389ae63c7716
tree93506d626b9f1f5a672fed6b9542bb546da29add
parentec08ad30f5c4774825d9c0629226af7d38b15233
buildsys: split packaging and source build-systems

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
18 files changed:
Makefile
PVE/APIServer/AnyEvent.pm [deleted file]
PVE/APIServer/Formatter.pm [deleted file]
PVE/APIServer/Formatter/Bootstrap.pm [deleted file]
PVE/APIServer/Formatter/HTML.pm [deleted file]
PVE/APIServer/Formatter/Standard.pm [deleted file]
PVE/APIServer/Utils.pm [deleted file]
examples/console-demo.pl [deleted file]
examples/simple-demo.pl [deleted file]
src/Makefile [new file with mode: 0644]
src/PVE/APIServer/AnyEvent.pm [new file with mode: 0644]
src/PVE/APIServer/Formatter.pm [new file with mode: 0644]
src/PVE/APIServer/Formatter/Bootstrap.pm [new file with mode: 0644]
src/PVE/APIServer/Formatter/HTML.pm [new file with mode: 0644]
src/PVE/APIServer/Formatter/Standard.pm [new file with mode: 0644]
src/PVE/APIServer/Utils.pm [new file with mode: 0644]
src/examples/console-demo.pl [new file with mode: 0755]
src/examples/simple-demo.pl [new file with mode: 0755]