Re: [ovirt-devel] Packaging: Rationale for some split packages

2016-01-25 Thread Yaniv Bronheim
I'd love to have such handling also in our rpm build.. we started some work in https://gerrit.ovirt.org/#/c/42491 , lets try to align the handling in both debian and fedora packaging. feel free to post a patch for that as well and I promise to push it forward On Mon, Jan 25, 2016 at 10:14 AM,

Re: [ovirt-devel] [ovirt-announce] [ovirt-users] [ANN] oVirt 3.6.2 Third Release Candidate is now available for testing

2016-01-25 Thread Simone Tiraboschi
On Mon, Jan 25, 2016 at 2:18 PM, Gianluca Cecchi wrote: > On Wed, Jan 20, 2016 at 12:59 PM, Sandro Bonazzola > wrote: > >> The oVirt Project is pleased to announce the availability >> of the Third Release Candidate of oVirt 3.6.2 for testing, as

Re: [ovirt-devel] [ovirt-users] [ovirt-announce] [ANN] oVirt 3.6.2 Third Release Candidate is now available for testing

2016-01-25 Thread Gianluca Cecchi
On Mon, Jan 25, 2016 at 3:16 PM, Simone Tiraboschi wrote: > > > On Mon, Jan 25, 2016 at 2:18 PM, Gianluca Cecchi < > gianluca.cec...@gmail.com> wrote: > >> On Wed, Jan 20, 2016 at 12:59 PM, Sandro Bonazzola >> wrote: >> >>> The oVirt Project is pleased

Re: [ovirt-devel] [ovirt-users] [ANN] oVirt 3.6.2 Third Release Candidate is now available for testing

2016-01-25 Thread Gianluca Cecchi
On Wed, Jan 20, 2016 at 12:59 PM, Sandro Bonazzola wrote: > The oVirt Project is pleased to announce the availability > of the Third Release Candidate of oVirt 3.6.2 for testing, as of January > 20th, 2016 > > > Tested successfully on CentOS 7.2 with SH Engine on NFS and

Re: [ovirt-devel] [UI plugins] replacing RestApiSessionAcquired event

2016-01-25 Thread Vojtech Szocs
- Original Message - > From: "Martin Sivak" > To: "Vojtech Szocs" > Cc: "devel" > Sent: Monday, January 25, 2016 11:14:52 AM > Subject: Re: [ovirt-devel] [UI plugins] replacing RestApiSessionAcquired event > > Hi, > > that is a

Re: [ovirt-devel] [UI plugins] replacing RestApiSessionAcquired event

2016-01-25 Thread Martin Mucha
Hi, I got another bug about missing constructor: public …(P parameters, EngineContext engineContext) { super(parameters, engineContext); } so I looked into: org.ovirt.engine.core.bll.QueriesCommandBase and it seems, that sole 'problem' is with initialization of user in @PostConstruct

Re: [ovirt-devel] Packaging: Rationale for some split packages

2016-01-25 Thread Milan Zamazal
Nir Soffer writes: > Note that safeelase requires several packages which are *not* required > for safelease, but for vdsm. > > Currently vdsm is noarch rpm, so it cannot require arch specific packages. > since it requires safelease, we added arch specific packages to

Re: [ovirt-devel] [UI plugins] replacing RestApiSessionAcquired event

2016-01-25 Thread Martin Sivak
Hi, that is a nice improvement, but I have one question.. how are we going to use this when we have no direct access to the xhr object? jQuery and Angular abstractions come to my mind.. Martin On Fri, Jan 22, 2016 at 1:43 PM, Vojtech Szocs wrote: > Hi, > > in oVirt 4.0 the