5
0
mirror of git://git.proxmox.com/git/pve-http-server.git synced 2025-01-20 14:03:47 +03:00

33 Commits

Author SHA1 Message Date
Thomas Lamprecht
7bcfe16979 buildsys: also cleanup build directory on clean
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
(cherry picked from commit 8a29f1fce9dbcb25a46cd68caff0300a872afc07)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-07-09 14:32:31 +02:00
Thomas Lamprecht
2468a05142 buildsys: no need to include arch detection for arch-independent package
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
(cherry picked from commit e6dc4ff34675b17aa63949987a0a7c66796cfab3)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-07-09 14:32:31 +02:00
Thomas Lamprecht
fd891f1bc7 buildsys: clean and distclean are phony targets
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
(cherry picked from commit 584d34a7de4c18b1237f6b443b812b76d1bf162f)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-07-09 14:32:31 +02:00
Thomas Lamprecht
a9fc6893f6 buildsys: use dpkg-dev makefile helpers for pkg info
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-05-21 21:41:37 +02:00
Thomas Lamprecht
d8ff724d8d bump version to 2.0-13
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-04-03 13:56:04 +02:00
Thomas Lamprecht
487cedb5a7 bump version to 2.0-12
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-02-26 07:08:11 +01:00
Stoiko Ivanov
c610c8597c move read_proxy_conf from PVE::API2Tools to new Utils module
move the read_proxy_conf method into a new perl module
'PVE::APIServer::Utils'.
It now takes the proxy_name (e.g. pveproxy, pmgproxy) as variable to be used
for the configfile location (/etc/default/$proxy_name)

This serves as preparation to make pmgproxy configurable in the same way as
pveproxy.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-02-26 07:05:12 +01:00
Thomas Lamprecht
55af714ea8 bump version to 2.0-11
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-09-28 10:42:07 +02:00
Dietmar Maurer
60f28d48c2 bump version to 2.0-10 2018-08-17 08:30:07 +02:00
Dietmar Maurer
25c6e03f71 bump version to 2.0-9 2018-05-28 10:36:26 +02:00
Fabian Grünbichler
8a424513a4 bump version to 2.0-8 2017-12-11 15:36:42 +01:00
Dietmar Maurer
d80c5f14c1 bump version to 2.0-7 2017-11-14 08:05:38 +01:00
Dietmar Maurer
c5b723232e bump version to 2.0-6 2017-08-10 12:06:11 +02:00
Wolfgang Bumiller
b06960b9e1 bump version to 2.0-5 2017-06-02 12:49:56 +02:00
Dietmar Maurer
e703c558be bump version to 2.0-4 2017-05-02 11:56:13 +02:00
Wolfgang Bumiller
e8ae1f090b buildsys: clean: remove *.buildinfo 2017-04-27 14:02:51 +02:00
Dietmar Maurer
c6cbc95f24 bump version to 2.0-3 2017-04-24 07:43:50 +02:00
Wolfgang Bumiller
24e1f1d0d3 bump version to 2.0-2 2017-04-21 11:52:21 +02:00
Dietmar Maurer
01659eceac bump version to 2.0-1 for debian stretch 2017-03-10 08:51:30 +01:00
Dietmar Maurer
fd03f0e31f Makefile: use "--product pve,pmg --dist stretch" for upload target 2017-03-08 17:35:17 +01:00
Wolfgang Bumiller
e4bce23e8c buildsys: make job safety 2017-02-07 15:23:34 +01:00
Dietmar Maurer
863ecf89c8 bump version to 1.0-4 2017-01-21 16:37:07 +01:00
Dietmar Maurer
8dee83616b bump version to 1.0-3 2017-01-21 16:20:02 +01:00
Dietmar Maurer
fc75d78694 move simple-demo.pl -> examples/simple-demo.pl 2017-01-21 15:48:04 +01:00
Dietmar Maurer
7a9a3b9063 remove simple-demo.pem in distclean
Avoid generating to many different certs (confuses the browser).
2017-01-20 18:11:42 +01:00
Dietmar Maurer
77a98dfede bump version to 1.0-2 2017-01-16 18:39:56 +01:00
Dietmar Maurer
e47181898e simple-demo.pl: simple demo server for testing 2017-01-16 15:10:04 +01:00
Fabian Grünbichler
5a554403b5 build script improvement
build with dpkg-buildpackage (in temp dir), instead of
install-ing the files manually and then pretending to build
with dpkg-buildpackage.

this makes the whole fakeroot/root handling simpler, and
makes "make deb" a simple wrapper around building the
package, like it should be.
2017-01-16 11:36:44 +01:00
Dietmar Maurer
968a4a6d5d include jquery-3.3.1.min.js 2017-01-14 16:00:29 +01:00
Dietmar Maurer
6edb39f69b include bootstrap-3.3.7-dist.zip files 2017-01-14 15:36:15 +01:00
Dietmar Maurer
63307bebd9 add generic formatter framework 2017-01-14 09:53:44 +01:00
Dietmar Maurer
d08808bc8a rename class to PVE::APIServer::AnyEvent
So that we can move all api server related code into PVE::APIServer::*.
2017-01-13 18:18:13 +01:00
Dietmar Maurer
d82180013b initial import
The PVE/AsyncHTTPServer.pm code is copied from the pve-manager
package (PVE/HTTPServer.pm) and renamed.
2017-01-13 12:57:46 +01:00