buildout.hash.cfg 1.24 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
# THIS IS NOT A BUILDOUT FILE, despite purposedly using a compatible syntax.
# The only allowed lines here are (regexes):
# - "^#" comments, copied verbatim
# - "^[" section beginings, copied verbatim
# - lines containing an "=" sign which must fit in the following categorie.
#   - "^\s*filename\s*=\s*path\s*$" where "path" is relative to this file
#     Copied verbatim.
#   - "^\s*hashtype\s*=.*" where "hashtype" is one of the values supported
#     by the re-generation script.
#     Re-generated.
# - other lines are copied verbatim
# Substitution (${...:...}), extension ([buildout] extends = ...) and
# section inheritance (< = ...) are NOT supported (but you should really
# not need these here).
15
[lamp-instance]
16
filename = instance.cfg.in
17
md5sum = 603d03f43ea04e95237c80d3b9e72ba7
18 19 20

[instance-apache-php]
filename = instance-apache-php.cfg.in
21
md5sum = 8506f245087dfdc02561e8739a567bd6
22 23 24

[instance-lamp]
filename = instance-lamp.cfg.jinja2.in
25
md5sum = 79343539dff96f2d4592a4358d469201
26 27 28 29 30 31 32

[template-apache.conf]
filename = apache.conf.in
md5sum = 04080510698732d84122b464fdb08c6a

[template-php.ini]
filename = php.ini.in
33 34 35 36
md5sum = 980f603c34fcb008ce73a9dde2dbceb3

[template-apache-httpd]
filename = apache-httpd.conf.in
37
md5sum = 4ad906791f0d6fd3a4aef8f5a8018b45