Re: Jenkins slave able to build BED & RPM

2017-11-09 Thread Thomas Bouron
Thanks for all your replies. Created custom docker images with freestyle job on Jenkins and it works great. It was actually easier than I expected. I now need to do this for all our builds. Cheers. On 2017-10-30 17:58, Allen Wittenauer wrote: > > > On Oct 30, 2017, at 4:33 AM, Dominik Psenne

Re: Jenkins slave able to build BED & RPM

2017-10-30 Thread Dominik Psenner
nal Message - > From: "Allen Wittenauer" > To: builds@apache.org > Sent: Monday, 30 October, 2017 1:58:18 PM > Subject: Re: Jenkins slave able to build BED & RPM > > > > On Oct 30, 2017, at 4:33 AM, Dominik Psenner wrote: > > > > > > On 2

Re: Jenkins slave able to build BED & RPM

2017-10-30 Thread Joan Touzet
30 October, 2017 1:58:18 PM Subject: Re: Jenkins slave able to build BED & RPM > On Oct 30, 2017, at 4:33 AM, Dominik Psenner wrote: > > > On 2017-10-30 11:57, Thomas Bouron wrote: >> Thanks for the reply and links. Went already to [1] but it wasn't clear to >>

Re: Jenkins slave able to build BED & RPM

2017-10-30 Thread Allen Wittenauer
> On Oct 30, 2017, at 4:33 AM, Dominik Psenner wrote: > > > On 2017-10-30 11:57, Thomas Bouron wrote: >> Thanks for the reply and links. Went already to [1] but it wasn't clear to >> me what distro each node was (unless going through every one of them but... >> there are a lot) As you said, i

Re: Jenkins slave able to build BED & RPM

2017-10-30 Thread Dominik Psenner
On 2017-10-30 11:57, Thomas Bouron wrote: Hi Dominik Thanks for the reply and links. Went already to [1] but it wasn't clear to me what distro each node was (unless going through every one of them but... there are a lot) As you said, it seems there isn't a centos or Red Hat slave, I'll file

Re: Jenkins slave able to build BED & RPM

2017-10-30 Thread Thomas Bouron
Hi Dominik Thanks for the reply and links. Went already to [1] but it wasn't clear to me what distro each node was (unless going through every one of them but... there are a lot) As you said, it seems there isn't a centos or Red Hat slave, I'll file a request to INFRA for this then. PS: I'm as

Re: Jenkins slave able to build BED & RPM

2017-10-30 Thread Dominik Psenner
Hi Thomas, RPM is a red hat package manager package and in my eyes it is a bad idea to install such packages on a debian flavored distribution. There seems to be no red hat flavored linux distribution (fedora, centos, rhel, mandriva, ..) in the row of build slaves, probably because you are t

Jenkins slave able to build BED & RPM

2017-10-30 Thread Thomas Bouron
Hi. I'm looking to enable DEB & RPM package builds for SNAPSHOT versions of Apache Brooklyn. We currently build only the DEB (on an ubuntu slave) but I couldn't find any other slave running debian-like distro with RPM installed Are you aware of any? Thanks. Best.