Commit Graph

6 Commits

Author SHA1 Message Date
Thomas Lamprecht
1ba0bf9cbc Makefile: fix distclean target
As some Makefiles in sub directories do not implement the distclean
target, namely:
PVE/Service/Makefile
PVE/CLI/Makefile

This target is broken.

As all other implementations just redirect to the 'clean' target I
do not implement the missing ones but rather remove all such
targets. Keep it just in the top level directory, for consistence
sake with other pve repos, and redirect it there directly to the
clean target.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2016-09-28 08:21:48 +02:00
Dietmar Maurer
f0f173e86a add Proxmox Virtual Environment 5.x Release Key
In future, we want to use this key to sign our aplinfo.dat
2016-08-29 12:54:46 +02:00
Fabian Grünbichler
a8ff10b8f0 aplinfo: improve signature verification
instead of importing the trusted gpg keys into root's
.gnupg on each appliance list update, install a trusted
keyring generated at build time.

verify signatures with gpgv and the trusted keyring instead
of gpg --verify on root's keyring with output parsing.
2016-08-24 09:56:38 +02:00
Dietmar Maurer
d23172fb66 update aplinfo.dat
Use latest data from download server.
2015-09-11 08:29:11 +02:00
Dietmar Maurer
82f9a5d7cf implement template download
Also added turnkeylinux.com
2012-02-21 11:45:30 +01:00
Dietmar Maurer
c3731ed285 removed automake/autoconf, removed unused files 2011-08-23 16:11:04 +02:00