]> git.proxmox.com Git - pve-manager.git/blame - aplinfo/README.format
guest import: validate that selected VMID does not exist yet
[pve-manager.git] / aplinfo / README.format
CommitLineData
aff192e6
DM
1PVE Package description format
2==============================
3
4We basically use a debian like format - see:
5
6http://www.debian.org/doc/debian-policy/ch-controlfields.html
7
8The following (debian) field are used:
9
10Package, Section, Version, Maintainer, Description
11
12Additionally we define the following fields:
13
6de794eb 14Type: openvz | qemu | lxc
aff192e6
DM
15OS: Operating system type
16Location: download url
17Infopage: url to additional info
18ManageUrl: url to connect to management interface
19md5sum: md5sum of the package
0d2daf2c 20sha512sum: sha512sum of the package
aff192e6
DM
21
22Here is an example:
23
24Package: proxmox-mailgateway
25Version: 2.4-2
26Type: openvz
27OS: debian-4.0
28Section: mail
29Certified: yes
30Maintainer: Proxmox Support Team <support@proxmox.com>
31Location: http://download.proxmox.com/appliances/mail/debian-4.0-proxmox-mailgateway_2.4-2_i386.tar.gz
32Infopage: http://pve.proxmox.com/wiki/Proxmox_Mail_Gateway
33ManageUrl: https://__IPADDRESS__/
34md5sum: 3b48ffe08347229a854bc8d5ee161e1f
0d2daf2c 35sha512sum: 85d2a87a70feb0e595dde83b487f1c549c3ef26e7338f39259c81094077479864fac537ec05152510ae7b9735c672033031f267add03410950c721a8e55a2a9c
aff192e6
DM
36Description: Proxmox Mail Gateway
37 A full featured mail proxy for spam an virus filtering.
38
39
40The filename is automatically generated from the above description:
41
42${OS}-${Package}_${VERSION}_i386.tar.gz
43
44If ${Package} starts with "${OS}-", the filename is:
45
46${Package}_${VERSION}_i386.tar.gz