Re: How to chainbuild in a build override?

2017-09-25 Thread Stephen Gallagher
On Fri, Sep 22, 2017 at 3:08 AM Ralf Corsepius wrote: > Hi, > > I am trying to build a chain of packages in a build override? > > I.e. a series of packages: A->B->C > > I set up a build override for A, and B built successfully. Now, I would > have expect bui

Re: How to chainbuild in a build override?

2017-09-24 Thread Kevin Kofler
Neal Gompa wrote: > Each tag is a full repository that Koji must track and consume for > generating buildroots. I don't know if the contents go away when they > get merged into the main tag (I don't think they do, if my > understanding of Koji is correct), so it just adds to the pressure for > buil

Re: How to chainbuild in a build override?

2017-09-24 Thread Neal Gompa
On Sun, Sep 24, 2017 at 9:02 AM, Till Hofmann wrote: > > > On 09/23/2017 02:05 AM, Kevin Kofler wrote: >> >> Petr Pisar wrote: >>> >>> In rawhide, if you want a longer time isolation, you ask relengs for >>> a sige tag, you do all builds there without affecting others and then >>> you ask relengs

Re: How to chainbuild in a build override?

2017-09-24 Thread Till Hofmann
On 09/23/2017 02:05 AM, Kevin Kofler wrote: Petr Pisar wrote: In rawhide, if you want a longer time isolation, you ask relengs for a sige tag, you do all builds there without affecting others and then you ask relengs to merge the builds back to rawhide. Of course this has same races and one ne

Re: How to chainbuild in a build override?

2017-09-22 Thread Kevin Kofler
Petr Pisar wrote: > In rawhide, if you want a longer time isolation, you ask relengs for > a sige tag, you do all builds there without affecting others and then > you ask relengs to merge the builds back to rawhide. Of course this has > same races and one needs to reaply all rawhide changes into th

Re: How to chainbuild in a build override?

2017-09-22 Thread Ralf Corsepius
ackages, with a dependency graph like this: A1 -> B1 -> B2 -> B3 -> C1 -> C2 One build override on "A1" and one build override on "B3". As Tom said, painful, but doable due to the fairly small size of packages being involved ;) In my opinion

Re: How to chainbuild in a build override?

2017-09-22 Thread Petr Pisar
On 2017-09-22, Ralf Corsepius wrote: > How to build a sub tree of packages in fc27, when the root of this tree > changed SONAME? > In rawhide, if you want a longer time isolation, you ask relengs for a sige tag, you do all builds there without affecting others and then you ask relengs to merge th

Re: How to chainbuild in a build override?

2017-09-22 Thread Tom Hughes
On 22/09/17 08:50, Ralf Corsepius wrote: How to build a sub tree of packages in fc27, when the root of this tree changed SONAME? Well it's painful - you have to build each one then add an override for it and wait for that to appear and then move on to the next one etc... Tom -- Tom Hughes

Re: How to chainbuild in a build override?

2017-09-22 Thread Ralf Corsepius
On 09/22/2017 09:32 AM, Tom Hughes wrote: On 22/09/17 08:03, Ralf Corsepius wrote: I am trying to build a chain of packages in a build override? I.e. a series of packages: A->B->C I set up a build override for A, and B built successfully. Now, I would have expect building C to pickup

Re: How to chainbuild in a build override?

2017-09-22 Thread Tom Hughes
On 22/09/17 08:03, Ralf Corsepius wrote: I am trying to build a chain of packages in a build override? I.e. a series of packages: A->B->C I set up a build override for A, and B built successfully. Now, I would have expect building C to pickup B from the A-override. You seem to be co

How to chainbuild in a build override?

2017-09-22 Thread Ralf Corsepius
Hi, I am trying to build a chain of packages in a build override? I.e. a series of packages: A->B->C I set up a build override for A, and B built successfully. Now, I would have expect building C to pickup B from the A-override. This does not seem to apply. C fails to build, appa

Re: Build override

2016-07-22 Thread Sérgio Basto
On Sex, 2016-07-22 at 12:08 +0200, Antonio Trande wrote: > Hi all. > > I don't know what Björn had done with libarchive3 > (https://admin.fedoraproject.org/pkgdb/package/rpms/libarchive3/), > since > this package is built on epel6 but retired on rawhide. > libarchive3 is a compatibility package fo

Build override

2016-07-22 Thread Antonio Trande
Hi all. I don't know what Björn had done with libarchive3 (https://admin.fedoraproject.org/pkgdb/package/rpms/libarchive3/), since this package is built on epel6 but retired on rawhide. libarchive3 is a compatibility package for EPEL6, only. If I wish to upgrade libarchive3, I should build on ra

Re: Can't do a build override while waiting for stable?

2012-09-05 Thread Richard W.M. Jones
On Wed, Sep 05, 2012 at 09:50:31AM +0200, Dan Horák wrote: > Richard W.M. Jones píše v St 05. 09. 2012 v 08:24 +0100: > > $ bodhi --buildroot-override=febootstrap-3.20-1.fc18 --duration=5 > > --notes="Allow libguestfs to rebuild." > > Error: buildroot override for u'febootstrap-3.20-1.fc18' alrea

Re: Can't do a build override while waiting for stable?

2012-09-05 Thread Dan Horák
Richard W.M. Jones píše v St 05. 09. 2012 v 08:24 +0100: > $ bodhi --buildroot-override=febootstrap-3.20-1.fc18 --duration=5 > --notes="Allow libguestfs to rebuild." > Error: buildroot override for u'febootstrap-3.20-1.fc18' already exists > > It doesn't exist (according to 'bodhi --my-overrides

Can't do a build override while waiting for stable?

2012-09-05 Thread Richard W.M. Jones
$ bodhi --buildroot-override=febootstrap-3.20-1.fc18 --duration=5 --notes="Allow libguestfs to rebuild." Error: buildroot override for u'febootstrap-3.20-1.fc18' already exists It doesn't exist (according to 'bodhi --my-overrides'). However the package has (a) fallen out of f18-override yester

Re: Is it impossible to use the same build override twice with bodhi?

2012-06-11 Thread David Howells
Julio Merino wrote: > Changing the end date of the expired override will re-enable it. That works, thanks! David -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Is it impossible to use the same build override twice with bodhi?

2012-06-11 Thread Julio Merino
On Mon, Jun 11, 2012 at 11:20 AM, David Howells wrote: > > I need to update my cross-gcc package, but that depends on my cross-binutils > package which is still in updates-testing (should the build process fail, even > though it is pushed to updates-testing?). > > To do this I n

Is it impossible to use the same build override twice with bodhi?

2012-06-11 Thread David Howells
I need to update my cross-gcc package, but that depends on my cross-binutils package which is still in updates-testing (should the build process fail, even though it is pushed to updates-testing?). To do this I need to add a build override with bodhi for the cross-binutils package - however