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 = 6395a5d69e2fee494a7d00fd2ac563cb
18 19 20

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

[instance-lamp]
filename = instance-lamp.cfg.jinja2.in
25
md5sum = de1f450a80547d12334b712016138078
26 27 28

[template-apache.conf]
filename = apache.conf.in
29
md5sum = e49410f0a4bf28993a56bb28aff0a6f0
30 31 32

[template-php.ini]
filename = php.ini.in
33
md5sum = 677e1185a99d337cd1be778c548a6d30
34 35 36

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