testnode: software link proof of concept
Showing
-
Maintainer
The idea here is that testnode builds a mariadb and create a
[mariadb]
section in the buildout.cfg used by the softwares that this testnode will build.This way, if the software built by the testnode also have a
[mariadb]
section, it will just use mariadb from the testnode instead of building a new one.Good points:
- save compilation time and disk space
- can solve problems of too deep paths and #!
Bad points:
- There is no version spec, just
[mariadb]
. The software built in testnode might want to use another mariadb version. - "Sometimes", software built in testnode will write in the testnode's software. I vaguely remember problems with perl and w3m.
-
mentioned in merge request nexedi/slapos!54 (merged)
Please register or sign in to comment