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
.
First, locate software.cfg :
$ cd ~/srv/project/slapos/software/html5as-base/
Then, 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
.
Note: Your md5sum may be different; however, it's not an issue in this context.