]> git.proxmox.com Git - pve-manager.git/blame - aplinfo/README.format
iupdate aplinfo for debian-7.0-standard
[pve-manager.git] / aplinfo / README.format
CommitLineData
aff192e6
DM
1Package sources
2===============
3
4debian and ubuntu packages are built using 'dab'
5
6
7Other packages are from:
8
9http://download.openvz.org/template/precreated/contrib/
10
11centos-4-i386-default-4.7-20090117.tar.gz => centos-4-standard_4.7-1_i386.tar.gz
12centos-5-i386-default-5.2-20090117.tar.gz => centos-5-standard_5.2-1_i386.tar.gz
13
14fedora-9-i386-default-20090108.tar.gz => fedora-9-standard_9-2_i386.tar.gz
15
16
17PVE Package description format
18==============================
19
20We basically use a debian like format - see:
21
22http://www.debian.org/doc/debian-policy/ch-controlfields.html
23
24The following (debian) field are used:
25
26Package, Section, Version, Maintainer, Description
27
28Additionally we define the following fields:
29
30Type: openvz | qemu
31OS: Operating system type
32Location: download url
33Infopage: url to additional info
34ManageUrl: url to connect to management interface
35md5sum: md5sum of the package
36
37Here is an example:
38
39Package: proxmox-mailgateway
40Version: 2.4-2
41Type: openvz
42OS: debian-4.0
43Section: mail
44Certified: yes
45Maintainer: Proxmox Support Team <support@proxmox.com>
46Location: http://download.proxmox.com/appliances/mail/debian-4.0-proxmox-mailgateway_2.4-2_i386.tar.gz
47Infopage: http://pve.proxmox.com/wiki/Proxmox_Mail_Gateway
48ManageUrl: https://__IPADDRESS__/
49md5sum: 3b48ffe08347229a854bc8d5ee161e1f
50Description: Proxmox Mail Gateway
51 A full featured mail proxy for spam an virus filtering.
52
53
54The filename is automatically generated from the above description:
55
56${OS}-${Package}_${VERSION}_i386.tar.gz
57
58If ${Package} starts with "${OS}-", the filename is:
59
60${Package}_${VERSION}_i386.tar.gz