On 05/09/14 18:56, Pedro Alvarez wrote:
Hello all!
As you probably know, we have been thinking about Continuous Delivery and
Continuous Integration. As a result we have started the implemented of Mason.
Today we have deployed a public facing Mason instance so everyone can see it.
What Mason does is:
- Check that the current definition of a devel system (x86_64) can be built.
- Populate an artifact cache server with the artifacts of the previous build.
We are currently working on it, and it will have more improvements soon.
The current IP for Mason is:
http://85.199.252.95/
If you want to use the artifacts you only have to add this line to your
morph.conf file:
artifact-cache-server =
http://85.199.252.93:8080/
Good news, this server has now an official name:
cache.baserock.org. The old
one is going to disappear soon, so if you are using it, please change your
morph.conf file to point to the new one:
artifact-cache-server =
http://cache.baserock.org:8080/
Thanks!
--
Pedro