Re: zip command is missing on EL6 host

2015-05-07 Thread Martin Perina


- Original Message -
> From: "David Caro" 
> To: "Martin Perina" 
> Cc: infra@ovirt.org
> Sent: Thursday, May 7, 2015 2:01:07 PM
> Subject: Re: zip command is missing on EL6 host
> 
> On 05/07, Martin Perina wrote:
> > 
> > 
> > - Original Message -
> > > From: "David Caro" 
> > > To: "Martin Perina" 
> > > Cc: infra@ovirt.org
> > > Sent: Thursday, May 7, 2015 12:43:02 PM
> > > Subject: Re: zip command is missing on EL6 host
> > > 
> > > 
> > > There's no nice and easy solution here
> > > 
> > > 
> > > Easy ones:
> > > You can do yum install yourself in the script
> > > You can generate the spec and intall the BuildRequires
> > > 
> > > 
> > > Nice
> > > Adapting the standard CI to the releng-tools special case and add the dep
> > > in
> > > the .req file
> > 
> > Hmm, I'm completely lost here. I cannot find any .req file in releng-tools
> > project. Or am I missing something?
> 
> The standard CI is not yet implemented there, so no .req files there yet, and
> will need some adapting to get it

OK, so I will try a different solution in the meantime.

Thanks

Martin

> 
> > 
> > Martin
> > 
> > > 
> > > If you specify a url on the sources in the spec, doesn't it download it?
> > > if
> > > so,
> > > just skip the unzip and move inside the spec
> > 
> > > 
> > > 
> > > On 05/07, Martin Perina wrote:
> > > > Hi,
> > > > 
> > > > any progress with the issue?
> > > > 
> > > > Thanks
> > > > 
> > > > Martin
> > > > 
> > > > - Original Message -
> > > > > From: "Martin Perina" 
> > > > > To: infra@ovirt.org
> > > > > Sent: Wednesday, May 6, 2015 11:29:36 AM
> > > > > Subject: zip command is missing on EL6 host
> > > > > 
> > > > > Hi,
> > > > > 
> > > > > I submitted a patch to create WildFly RPM with upgraded
> > > > > hibernate-validator
> > > > > [1].
> > > > > Unfortunately build of this patch is failing on EL6 host [2], because
> > > > > zip
> > > > > command
> > > > > is missing. The zip command is needed during execution of build.sh
> > > > > command
> > > > > (it's
> > > > > not needed during SRPM creation by rpmbui;d, that's why it's not
> > > > > included
> > > > > in
> > > > > BuildRequires).
> > > > > 
> > > > > The build finished successfully on EL7 host [3], because zip is
> > > > > present
> > > > > on
> > > > > it.
> > > > > 
> > > > > How can this be fixed?
> > > > > 
> > > > > Thanks
> > > > > 
> > > > > Martin
> > > > > 
> > > > > 
> > > > > [1] https://gerrit.ovirt.org/40574
> > > > > [2]
> > > > > http://jenkins.ovirt.org/job/ovirt-engine-wildfly_master_create-rpms-el6-x86_64_created/2/
> > > > > [3]
> > > > > http://jenkins.ovirt.org/job/ovirt-engine-wildfly_master_create-rpms-el7-x86_64_created/2/
> > > > ___
> > > > Infra mailing list
> > > > Infra@ovirt.org
> > > > http://lists.ovirt.org/mailman/listinfo/infra
> > > 
> > > --
> > > David Caro
> > > 
> > > Red Hat S.L.
> > > Continuous Integration Engineer - EMEA ENG Virtualization R&D
> > > 
> > > Tel.: +420 532 294 605
> > > Email: dc...@redhat.com
> > > Web: www.redhat.com
> > > RHT Global #: 82-62605
> > > 
> 
> --
> David Caro
> 
> Red Hat S.L.
> Continuous Integration Engineer - EMEA ENG Virtualization R&D
> 
> Tel.: +420 532 294 605
> Email: dc...@redhat.com
> Web: www.redhat.com
> RHT Global #: 82-62605
> 
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: zip command is missing on EL6 host

2015-05-07 Thread David Caro
On 05/07, Martin Perina wrote:
> 
> 
> - Original Message -
> > From: "David Caro" 
> > To: "Martin Perina" 
> > Cc: infra@ovirt.org
> > Sent: Thursday, May 7, 2015 12:43:02 PM
> > Subject: Re: zip command is missing on EL6 host
> > 
> > 
> > There's no nice and easy solution here
> > 
> > 
> > Easy ones:
> > You can do yum install yourself in the script
> > You can generate the spec and intall the BuildRequires
> > 
> > 
> > Nice
> > Adapting the standard CI to the releng-tools special case and add the dep in
> > the .req file
> 
> Hmm, I'm completely lost here. I cannot find any .req file in releng-tools
> project. Or am I missing something?

The standard CI is not yet implemented there, so no .req files there yet, and
will need some adapting to get it

> 
> Martin
> 
> > 
> > If you specify a url on the sources in the spec, doesn't it download it? if
> > so,
> > just skip the unzip and move inside the spec
> 
> > 
> > 
> > On 05/07, Martin Perina wrote:
> > > Hi,
> > > 
> > > any progress with the issue?
> > > 
> > > Thanks
> > > 
> > > Martin
> > > 
> > > - Original Message -
> > > > From: "Martin Perina" 
> > > > To: infra@ovirt.org
> > > > Sent: Wednesday, May 6, 2015 11:29:36 AM
> > > > Subject: zip command is missing on EL6 host
> > > > 
> > > > Hi,
> > > > 
> > > > I submitted a patch to create WildFly RPM with upgraded
> > > > hibernate-validator
> > > > [1].
> > > > Unfortunately build of this patch is failing on EL6 host [2], because 
> > > > zip
> > > > command
> > > > is missing. The zip command is needed during execution of build.sh
> > > > command
> > > > (it's
> > > > not needed during SRPM creation by rpmbui;d, that's why it's not 
> > > > included
> > > > in
> > > > BuildRequires).
> > > > 
> > > > The build finished successfully on EL7 host [3], because zip is present
> > > > on
> > > > it.
> > > > 
> > > > How can this be fixed?
> > > > 
> > > > Thanks
> > > > 
> > > > Martin
> > > > 
> > > > 
> > > > [1] https://gerrit.ovirt.org/40574
> > > > [2]
> > > > http://jenkins.ovirt.org/job/ovirt-engine-wildfly_master_create-rpms-el6-x86_64_created/2/
> > > > [3]
> > > > http://jenkins.ovirt.org/job/ovirt-engine-wildfly_master_create-rpms-el7-x86_64_created/2/
> > > ___
> > > Infra mailing list
> > > Infra@ovirt.org
> > > http://lists.ovirt.org/mailman/listinfo/infra
> > 
> > --
> > David Caro
> > 
> > Red Hat S.L.
> > Continuous Integration Engineer - EMEA ENG Virtualization R&D
> > 
> > Tel.: +420 532 294 605
> > Email: dc...@redhat.com
> > Web: www.redhat.com
> > RHT Global #: 82-62605
> > 

-- 
David Caro

Red Hat S.L.
Continuous Integration Engineer - EMEA ENG Virtualization R&D

Tel.: +420 532 294 605
Email: dc...@redhat.com
Web: www.redhat.com
RHT Global #: 82-62605


pgpJ29j7VAqPF.pgp
Description: PGP signature
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: zip command is missing on EL6 host

2015-05-07 Thread Alon Bar-Lev


- Original Message -
> From: "Alon Bar-Lev" 
> To: "Martin Perina" 
> Cc: "Eyal Edri" , infra@ovirt.org
> Sent: Thursday, May 7, 2015 2:45:38 PM
> Subject: Re: zip command is missing on EL6 host
> 
> 
> 
> - Original Message -
> > From: "Martin Perina" 
> > To: "Eyal Edri" 
> > Cc: infra@ovirt.org
> > Sent: Thursday, May 7, 2015 2:44:37 PM
> > Subject: Re: zip command is missing on EL6 host
> > 
> > 
> > 
> > - Original Message -
> > > From: "Eyal Edri" 
> > > To: "Martin Perina" 
> > > Cc: infra@ovirt.org
> > > Sent: Thursday, May 7, 2015 12:40:04 PM
> > > Subject: Re: zip command is missing on EL6 host
> > > 
> > > Hi Martin,
> > > 
> > > Unfortunately infra teams has been handling multiple urgent issues in
> > > these
> > > past days,
> > > and this wasn't picked up yet.
> > 
> > No problem, I just didn't know if somebody read it already or not :-)
> > 
> > > 
> > > how come the job needs zip if it uses mock? maybe you're missing an el6
> > > repo
> > > with it
> > > for the job to work?
> > 
> > Because the zip is needed before executing the build of SRPMS archive. We
> > need
> > to upgrade hibernate-validator inside original WildFly 8.2 distribution. I
> > didn't
> > want to move this logic into spec file, because there's high probability
> > that
> > WildFly 9.0 will contain the fix, so it seems easier for me just to remove
> > few
> > lines from build.sh than change logic in spec file.
> 
> please move your logic into the spec file, it belongs there.

well, this is in principal, while in this specific solution you should probably 
use module overlay if possible and not modify base package.

> 
> > 
> > Thanks
> > 
> > Martin
> > 
> > > 
> > > e.
> > > 
> > > 
> > > - Original Message -----
> > > > From: "Martin Perina" 
> > > > To: infra@ovirt.org
> > > > Sent: Thursday, May 7, 2015 12:37:50 PM
> > > > Subject: Re: zip command is missing on EL6 host
> > > > 
> > > > Hi,
> > > > 
> > > > any progress with the issue?
> > > > 
> > > > Thanks
> > > > 
> > > > Martin
> > > > 
> > > > - Original Message -
> > > > > From: "Martin Perina" 
> > > > > To: infra@ovirt.org
> > > > > Sent: Wednesday, May 6, 2015 11:29:36 AM
> > > > > Subject: zip command is missing on EL6 host
> > > > > 
> > > > > Hi,
> > > > > 
> > > > > I submitted a patch to create WildFly RPM with upgraded
> > > > > hibernate-validator
> > > > > [1].
> > > > > Unfortunately build of this patch is failing on EL6 host [2], because
> > > > > zip
> > > > > command
> > > > > is missing. The zip command is needed during execution of build.sh
> > > > > command
> > > > > (it's
> > > > > not needed during SRPM creation by rpmbui;d, that's why it's not
> > > > > included
> > > > > in
> > > > > BuildRequires).
> > > > > 
> > > > > The build finished successfully on EL7 host [3], because zip is
> > > > > present
> > > > > on
> > > > > it.
> > > > > 
> > > > > How can this be fixed?
> > > > > 
> > > > > Thanks
> > > > > 
> > > > > Martin
> > > > > 
> > > > > 
> > > > > [1] https://gerrit.ovirt.org/40574
> > > > > [2]
> > > > > http://jenkins.ovirt.org/job/ovirt-engine-wildfly_master_create-rpms-el6-x86_64_created/2/
> > > > > [3]
> > > > > http://jenkins.ovirt.org/job/ovirt-engine-wildfly_master_create-rpms-el7-x86_64_created/2/
> > > > ___
> > > > Infra mailing list
> > > > Infra@ovirt.org
> > > > http://lists.ovirt.org/mailman/listinfo/infra
> > > > 
> > > > 
> > > > 
> > > 
> > ___
> > Infra mailing list
> > Infra@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
> > 
> 
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: zip command is missing on EL6 host

2015-05-07 Thread Martin Perina


- Original Message -
> From: "David Caro" 
> To: "Martin Perina" 
> Cc: infra@ovirt.org
> Sent: Thursday, May 7, 2015 12:43:02 PM
> Subject: Re: zip command is missing on EL6 host
> 
> 
> There's no nice and easy solution here
> 
> 
> Easy ones:
> You can do yum install yourself in the script
> You can generate the spec and intall the BuildRequires
> 
> 
> Nice
> Adapting the standard CI to the releng-tools special case and add the dep in
> the .req file

Hmm, I'm completely lost here. I cannot find any .req file in releng-tools
project. Or am I missing something?

Martin

> 
> If you specify a url on the sources in the spec, doesn't it download it? if
> so,
> just skip the unzip and move inside the spec

> 
> 
> On 05/07, Martin Perina wrote:
> > Hi,
> > 
> > any progress with the issue?
> > 
> > Thanks
> > 
> > Martin
> > 
> > - Original Message -
> > > From: "Martin Perina" 
> > > To: infra@ovirt.org
> > > Sent: Wednesday, May 6, 2015 11:29:36 AM
> > > Subject: zip command is missing on EL6 host
> > > 
> > > Hi,
> > > 
> > > I submitted a patch to create WildFly RPM with upgraded
> > > hibernate-validator
> > > [1].
> > > Unfortunately build of this patch is failing on EL6 host [2], because zip
> > > command
> > > is missing. The zip command is needed during execution of build.sh
> > > command
> > > (it's
> > > not needed during SRPM creation by rpmbui;d, that's why it's not included
> > > in
> > > BuildRequires).
> > > 
> > > The build finished successfully on EL7 host [3], because zip is present
> > > on
> > > it.
> > > 
> > > How can this be fixed?
> > > 
> > > Thanks
> > > 
> > > Martin
> > > 
> > > 
> > > [1] https://gerrit.ovirt.org/40574
> > > [2]
> > > http://jenkins.ovirt.org/job/ovirt-engine-wildfly_master_create-rpms-el6-x86_64_created/2/
> > > [3]
> > > http://jenkins.ovirt.org/job/ovirt-engine-wildfly_master_create-rpms-el7-x86_64_created/2/
> > ___
> > Infra mailing list
> > Infra@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
> 
> --
> David Caro
> 
> Red Hat S.L.
> Continuous Integration Engineer - EMEA ENG Virtualization R&D
> 
> Tel.: +420 532 294 605
> Email: dc...@redhat.com
> Web: www.redhat.com
> RHT Global #: 82-62605
> 
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: zip command is missing on EL6 host

2015-05-07 Thread Alon Bar-Lev


- Original Message -
> From: "Martin Perina" 
> To: "Eyal Edri" 
> Cc: infra@ovirt.org
> Sent: Thursday, May 7, 2015 2:44:37 PM
> Subject: Re: zip command is missing on EL6 host
> 
> 
> 
> - Original Message -
> > From: "Eyal Edri" 
> > To: "Martin Perina" 
> > Cc: infra@ovirt.org
> > Sent: Thursday, May 7, 2015 12:40:04 PM
> > Subject: Re: zip command is missing on EL6 host
> > 
> > Hi Martin,
> > 
> > Unfortunately infra teams has been handling multiple urgent issues in these
> > past days,
> > and this wasn't picked up yet.
> 
> No problem, I just didn't know if somebody read it already or not :-)
> 
> > 
> > how come the job needs zip if it uses mock? maybe you're missing an el6
> > repo
> > with it
> > for the job to work?
> 
> Because the zip is needed before executing the build of SRPMS archive. We
> need
> to upgrade hibernate-validator inside original WildFly 8.2 distribution. I
> didn't
> want to move this logic into spec file, because there's high probability that
> WildFly 9.0 will contain the fix, so it seems easier for me just to remove
> few
> lines from build.sh than change logic in spec file.

please move your logic into the spec file, it belongs there.

> 
> Thanks
> 
> Martin
> 
> > 
> > e.
> > 
> > 
> > - Original Message -
> > > From: "Martin Perina" 
> > > To: infra@ovirt.org
> > > Sent: Thursday, May 7, 2015 12:37:50 PM
> > > Subject: Re: zip command is missing on EL6 host
> > > 
> > > Hi,
> > > 
> > > any progress with the issue?
> > > 
> > > Thanks
> > > 
> > > Martin
> > > 
> > > - Original Message -
> > > > From: "Martin Perina" 
> > > > To: infra@ovirt.org
> > > > Sent: Wednesday, May 6, 2015 11:29:36 AM
> > > > Subject: zip command is missing on EL6 host
> > > > 
> > > > Hi,
> > > > 
> > > > I submitted a patch to create WildFly RPM with upgraded
> > > > hibernate-validator
> > > > [1].
> > > > Unfortunately build of this patch is failing on EL6 host [2], because
> > > > zip
> > > > command
> > > > is missing. The zip command is needed during execution of build.sh
> > > > command
> > > > (it's
> > > > not needed during SRPM creation by rpmbui;d, that's why it's not
> > > > included
> > > > in
> > > > BuildRequires).
> > > > 
> > > > The build finished successfully on EL7 host [3], because zip is present
> > > > on
> > > > it.
> > > > 
> > > > How can this be fixed?
> > > > 
> > > > Thanks
> > > > 
> > > > Martin
> > > > 
> > > > 
> > > > [1] https://gerrit.ovirt.org/40574
> > > > [2]
> > > > http://jenkins.ovirt.org/job/ovirt-engine-wildfly_master_create-rpms-el6-x86_64_created/2/
> > > > [3]
> > > > http://jenkins.ovirt.org/job/ovirt-engine-wildfly_master_create-rpms-el7-x86_64_created/2/
> > > ___
> > > Infra mailing list
> > > Infra@ovirt.org
> > > http://lists.ovirt.org/mailman/listinfo/infra
> > > 
> > > 
> > > 
> > 
> ___
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
> 
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: zip command is missing on EL6 host

2015-05-07 Thread Martin Perina


- Original Message -
> From: "Eyal Edri" 
> To: "Martin Perina" 
> Cc: infra@ovirt.org
> Sent: Thursday, May 7, 2015 12:40:04 PM
> Subject: Re: zip command is missing on EL6 host
> 
> Hi Martin,
> 
> Unfortunately infra teams has been handling multiple urgent issues in these
> past days,
> and this wasn't picked up yet.

No problem, I just didn't know if somebody read it already or not :-)

> 
> how come the job needs zip if it uses mock? maybe you're missing an el6 repo
> with it
> for the job to work?

Because the zip is needed before executing the build of SRPMS archive. We need
to upgrade hibernate-validator inside original WildFly 8.2 distribution. I 
didn't
want to move this logic into spec file, because there's high probability that
WildFly 9.0 will contain the fix, so it seems easier for me just to remove few
lines from build.sh than change logic in spec file.

Thanks

Martin

> 
> e.
> 
> 
> - Original Message -
> > From: "Martin Perina" 
> > To: infra@ovirt.org
> > Sent: Thursday, May 7, 2015 12:37:50 PM
> > Subject: Re: zip command is missing on EL6 host
> > 
> > Hi,
> > 
> > any progress with the issue?
> > 
> > Thanks
> > 
> > Martin
> > 
> > - Original Message -
> > > From: "Martin Perina" 
> > > To: infra@ovirt.org
> > > Sent: Wednesday, May 6, 2015 11:29:36 AM
> > > Subject: zip command is missing on EL6 host
> > > 
> > > Hi,
> > > 
> > > I submitted a patch to create WildFly RPM with upgraded
> > > hibernate-validator
> > > [1].
> > > Unfortunately build of this patch is failing on EL6 host [2], because zip
> > > command
> > > is missing. The zip command is needed during execution of build.sh
> > > command
> > > (it's
> > > not needed during SRPM creation by rpmbui;d, that's why it's not included
> > > in
> > > BuildRequires).
> > > 
> > > The build finished successfully on EL7 host [3], because zip is present
> > > on
> > > it.
> > > 
> > > How can this be fixed?
> > > 
> > > Thanks
> > > 
> > > Martin
> > > 
> > > 
> > > [1] https://gerrit.ovirt.org/40574
> > > [2]
> > > http://jenkins.ovirt.org/job/ovirt-engine-wildfly_master_create-rpms-el6-x86_64_created/2/
> > > [3]
> > > http://jenkins.ovirt.org/job/ovirt-engine-wildfly_master_create-rpms-el7-x86_64_created/2/
> > ___
> > Infra mailing list
> > Infra@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
> > 
> > 
> > 
> 
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: zip command is missing on EL6 host

2015-05-07 Thread David Caro

There's no nice and easy solution here


Easy ones:
You can do yum install yourself in the script
You can generate the spec and intall the BuildRequires


Nice
Adapting the standard CI to the releng-tools special case and add the dep in
the .req file

If you specify a url on the sources in the spec, doesn't it download it? if so,
just skip the unzip and move inside the spec


On 05/07, Martin Perina wrote:
> Hi,
> 
> any progress with the issue?
> 
> Thanks
> 
> Martin
> 
> - Original Message -
> > From: "Martin Perina" 
> > To: infra@ovirt.org
> > Sent: Wednesday, May 6, 2015 11:29:36 AM
> > Subject: zip command is missing on EL6 host
> > 
> > Hi,
> > 
> > I submitted a patch to create WildFly RPM with upgraded hibernate-validator
> > [1].
> > Unfortunately build of this patch is failing on EL6 host [2], because zip
> > command
> > is missing. The zip command is needed during execution of build.sh command
> > (it's
> > not needed during SRPM creation by rpmbui;d, that's why it's not included in
> > BuildRequires).
> > 
> > The build finished successfully on EL7 host [3], because zip is present on
> > it.
> > 
> > How can this be fixed?
> > 
> > Thanks
> > 
> > Martin
> > 
> > 
> > [1] https://gerrit.ovirt.org/40574
> > [2]
> > http://jenkins.ovirt.org/job/ovirt-engine-wildfly_master_create-rpms-el6-x86_64_created/2/
> > [3]
> > http://jenkins.ovirt.org/job/ovirt-engine-wildfly_master_create-rpms-el7-x86_64_created/2/
> ___
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra

-- 
David Caro

Red Hat S.L.
Continuous Integration Engineer - EMEA ENG Virtualization R&D

Tel.: +420 532 294 605
Email: dc...@redhat.com
Web: www.redhat.com
RHT Global #: 82-62605


pgprzqb5yQ8CG.pgp
Description: PGP signature
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: zip command is missing on EL6 host

2015-05-07 Thread Eyal Edri
Hi Martin,

Unfortunately infra teams has been handling multiple urgent issues in these 
past days,
and this wasn't picked up yet.

how come the job needs zip if it uses mock? maybe you're missing an el6 repo 
with it
for the job to work?

e.


- Original Message -
> From: "Martin Perina" 
> To: infra@ovirt.org
> Sent: Thursday, May 7, 2015 12:37:50 PM
> Subject: Re: zip command is missing on EL6 host
> 
> Hi,
> 
> any progress with the issue?
> 
> Thanks
> 
> Martin
> 
> - Original Message -
> > From: "Martin Perina" 
> > To: infra@ovirt.org
> > Sent: Wednesday, May 6, 2015 11:29:36 AM
> > Subject: zip command is missing on EL6 host
> > 
> > Hi,
> > 
> > I submitted a patch to create WildFly RPM with upgraded hibernate-validator
> > [1].
> > Unfortunately build of this patch is failing on EL6 host [2], because zip
> > command
> > is missing. The zip command is needed during execution of build.sh command
> > (it's
> > not needed during SRPM creation by rpmbui;d, that's why it's not included
> > in
> > BuildRequires).
> > 
> > The build finished successfully on EL7 host [3], because zip is present on
> > it.
> > 
> > How can this be fixed?
> > 
> > Thanks
> > 
> > Martin
> > 
> > 
> > [1] https://gerrit.ovirt.org/40574
> > [2]
> > http://jenkins.ovirt.org/job/ovirt-engine-wildfly_master_create-rpms-el6-x86_64_created/2/
> > [3]
> > http://jenkins.ovirt.org/job/ovirt-engine-wildfly_master_create-rpms-el7-x86_64_created/2/
> ___
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
> 
> 
> 
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: zip command is missing on EL6 host

2015-05-07 Thread Martin Perina
Hi,

any progress with the issue?

Thanks

Martin

- Original Message -
> From: "Martin Perina" 
> To: infra@ovirt.org
> Sent: Wednesday, May 6, 2015 11:29:36 AM
> Subject: zip command is missing on EL6 host
> 
> Hi,
> 
> I submitted a patch to create WildFly RPM with upgraded hibernate-validator
> [1].
> Unfortunately build of this patch is failing on EL6 host [2], because zip
> command
> is missing. The zip command is needed during execution of build.sh command
> (it's
> not needed during SRPM creation by rpmbui;d, that's why it's not included in
> BuildRequires).
> 
> The build finished successfully on EL7 host [3], because zip is present on
> it.
> 
> How can this be fixed?
> 
> Thanks
> 
> Martin
> 
> 
> [1] https://gerrit.ovirt.org/40574
> [2]
> http://jenkins.ovirt.org/job/ovirt-engine-wildfly_master_create-rpms-el6-x86_64_created/2/
> [3]
> http://jenkins.ovirt.org/job/ovirt-engine-wildfly_master_create-rpms-el7-x86_64_created/2/
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


zip command is missing on EL6 host

2015-05-06 Thread Martin Perina
Hi,

I submitted a patch to create WildFly RPM with upgraded hibernate-validator [1].
Unfortunately build of this patch is failing on EL6 host [2], because zip 
command
is missing. The zip command is needed during execution of build.sh command (it's
not needed during SRPM creation by rpmbui;d, that's why it's not included in
BuildRequires).

The build finished successfully on EL7 host [3], because zip is present on it.

How can this be fixed?

Thanks

Martin


[1] https://gerrit.ovirt.org/40574
[2] 
http://jenkins.ovirt.org/job/ovirt-engine-wildfly_master_create-rpms-el6-x86_64_created/2/
[3] 
http://jenkins.ovirt.org/job/ovirt-engine-wildfly_master_create-rpms-el7-x86_64_created/2/
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra