| Version 2 (modified by ejhernandez@…, 6 years ago) (diff) |
|---|
There is an infrastructure to let users test last Debian packages from eBox created by a buildbot every night.
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 to update all packages or you can do it manually through:
$ apt-get install libebox ebox-*
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.