How to test nightly builds from eBox

There is an infrastructure to let users test last Debian packages from eBox created by a buildbot every night. WARNING: HIGHLY EXPERIMENTAL

Basically, you should edit your /etc/apt/sources.list from your eBox with the following source:

deb http://ebox-platform.com/debian/nightly-builds ./

If any dependency is not available, you can add the extra-unstable source with a bunch of the new needed packages:

deb http://ebox-platform.com/debian/unstable extra/ 

then, in order to update your eBox:

$ ebox-software

You can now from the GUI interface via Software Management->eBox components to update all packages or you can do it manually through:

$ apt-get install libebox ebox-* ebox-control-center-

Re-edit apt source lists (/etc/apt/sources.list) to set again the nightly builds since ebox-software will overwrite every update done at ebox-software package.

This process is highly experimental so we don't take the responsibility of using it, and we strongly discouraged its usage apart from testing purposes.