Re: [one-users] OpenNebula 4.5.85-1 on Ubuntu Trusty Tahr

2014-04-24 Thread Daniel Dehennin
Javier Fontan jfon...@opennebula.org writes:

 Hi,

Hello,

 Thanks for taking the time to test it.

 We have already created packages for Ubuntu 14.04 and we are now in
 the process of testing them. There was no time for RC but they will be
 available for the final release.

Is the packaging code[1] available somewhere?

In #2843[2] someone asked for RC packages but I would like to help in
the process of packaging for distribution, at least Debian based.

I setup a poor-man wanna-build[3] at home to ease the process of
building packages in clean environments, but I did not find the
packaging of ONE in git.

Regards.

Footnotes: 
[1]  i.e the debian/ directory

[2]  http://dev.opennebula.org/issues/2843

[3]  Debian wanna-build is to complex to setup for now.
 
http://git.baby-gnu.net/gitweb/gitweb.cgi?p=packaging-with-dvcs.git;a=summary

-- 
Daniel Dehennin
Récupérer ma clef GPG: gpg --recv-keys 0xCC1E9E5B7A6FE2DF
Fingerprint: 3E69 014E 5C23 50E8 9ED6  2AAD CC1E 9E5B 7A6F E2DF


signature.asc
Description: PGP signature
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] OpenNebula 4.5.85-1 on Ubuntu Trusty Tahr

2014-04-24 Thread Javier Fontan
Inside the tar.gz that holds the packages there is a source directory
[1]. That may be what you are looking for.

Context packages are created using a tool called fpm. That may not be
a proper way to do it but for that tiny package it seemed OK to me to
use it. The files, the script and the documentation on how to create
the packages are available in the source repository [2].

Cheers

[1] 
http://downloads.opennebula.org/packages/opennebula-4.5.85/Debian-7/Debian-7-opennebula-4.5.85-1.tar.gz
[2] https://github.com/OpenNebula/one/tree/master/share/scripts/context-packages

On Thu, Apr 24, 2014 at 9:59 PM, Daniel Dehennin
daniel.dehen...@baby-gnu.org wrote:
 Javier Fontan jfon...@opennebula.org writes:

 Hi,

 Hello,

 Thanks for taking the time to test it.

 We have already created packages for Ubuntu 14.04 and we are now in
 the process of testing them. There was no time for RC but they will be
 available for the final release.

 Is the packaging code[1] available somewhere?

 In #2843[2] someone asked for RC packages but I would like to help in
 the process of packaging for distribution, at least Debian based.

 I setup a poor-man wanna-build[3] at home to ease the process of
 building packages in clean environments, but I did not find the
 packaging of ONE in git.

 Regards.

 Footnotes:
 [1]  i.e the debian/ directory

 [2]  http://dev.opennebula.org/issues/2843

 [3]  Debian wanna-build is to complex to setup for now.
  
 http://git.baby-gnu.net/gitweb/gitweb.cgi?p=packaging-with-dvcs.git;a=summary

 --
 Daniel Dehennin
 Récupérer ma clef GPG: gpg --recv-keys 0xCC1E9E5B7A6FE2DF
 Fingerprint: 3E69 014E 5C23 50E8 9ED6  2AAD CC1E 9E5B 7A6F E2DF

 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org




-- 
Javier Fontán Muiños
Developer
OpenNebula - The Open Source Toolkit for Data Center Virtualization
www.OpenNebula.org | @OpenNebula | github.com/jfontan
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] OpenNebula 4.5.85-1 on Ubuntu Trusty Tahr

2014-04-23 Thread Stefan Kooman
Hi list,

I've build OpenNebula 4.6 RC (4.5.85) for Ubuntu Trusty Tahr (14.04)
[1]. The package libxmlrpc-c3-dev does not exist any more in Ubuntu
Trusty Tahr (virtual package). I've replaced the requirement in
control with libxmlrpc-core-c3-dev. Besides that
libxmlrpc-c++8-dev is also required for building. With those packages
in Build-Depends it builds fine. Besides that I've removed rubygems as
a dependency for ruby-opennebula. Rubygems is included in ruby package
in Trusty. I'm testing this build in a vm. So far oned, and sunstone
work. The rest is, as of yet, untested.

@DEVS Are you planning on supporting/releasing OpenNebula 4.6 for Trusty
at OpenNebula 4.6 release time?

Gr. Stefan

[1]: http://obit.bit.nl/ubuntu/trusty/opennebula/


-- 
| BIT BV  http://www.bit.nl/Kamer van Koophandel 09090351
| GPG: 0xD14839C6   +31 318 648 688 / i...@bit.nl
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] OpenNebula 4.5.85-1 on Ubuntu Trusty Tahr

2014-04-23 Thread Javier Fontan
Hi,

Thanks for taking the time to test it.

We have already created packages for Ubuntu 14.04 and we are now in
the process of testing them. There was no time for RC but they will be
available for the final release.

The changes made are the ones you've described and also changed the
default KVM binary path to /usr/bin/qemu-system-x86_64. Besides that
all is working as before.

Cheers

On Wed, Apr 23, 2014 at 3:44 PM, Stefan Kooman ste...@bit.nl wrote:
 Hi list,

 I've build OpenNebula 4.6 RC (4.5.85) for Ubuntu Trusty Tahr (14.04)
 [1]. The package libxmlrpc-c3-dev does not exist any more in Ubuntu
 Trusty Tahr (virtual package). I've replaced the requirement in
 control with libxmlrpc-core-c3-dev. Besides that
 libxmlrpc-c++8-dev is also required for building. With those packages
 in Build-Depends it builds fine. Besides that I've removed rubygems as
 a dependency for ruby-opennebula. Rubygems is included in ruby package
 in Trusty. I'm testing this build in a vm. So far oned, and sunstone
 work. The rest is, as of yet, untested.

 @DEVS Are you planning on supporting/releasing OpenNebula 4.6 for Trusty
 at OpenNebula 4.6 release time?

 Gr. Stefan

 [1]: http://obit.bit.nl/ubuntu/trusty/opennebula/


 --
 | BIT BV  http://www.bit.nl/Kamer van Koophandel 09090351
 | GPG: 0xD14839C6   +31 318 648 688 / i...@bit.nl
 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org



-- 
Javier Fontán Muiños
Developer
OpenNebula - The Open Source Toolkit for Data Center Virtualization
www.OpenNebula.org | @OpenNebula | github.com/jfontan
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org