Any buildout.cfg
files downloaded by Buildout must have a corresponding MD5 sum. This is done for security and to enforce strict stability of the software release overtime.
Since we modified intance_html5as.cfg.in
to have a title parameter, the MD5 sum should be updated to software.cfg
.
After located software.cfg
($ cd ~/srv/project/slapos/software/html5as-base/
), you can run:
$ md5sum instance.cfg.in
to get MD5 sum of the file. Then copy the hash into [template-cfg]
section in software.cfg
to replace the old md5sum
.
$ md5sum instance_html5as.cfg.in
to get MD5 sum of the file. Then copy the hash into [instance_html5as]
section in software.cfg
to replace the old md5sum
.