Re: How to bootstrap a set of packages?

2019-04-14 Thread Nicolas Mailhot
Le dimanche 14 avril 2019 à 16:06 -0400, Stephen John Smoogen a écrit : > You will need to look also in each of the packages if they have any > specific bootstrap configs in their src spec files. Thanks, I forgot my awful bootstrap-aware chain building script also did that. It would be nice if

Re: How to bootstrap a set of packages?

2019-04-14 Thread Stephen John Smoogen
On Sun, 14 Apr 2019 at 15:10, Nicolas Mailhot wrote: > Le dimanche 14 avril 2019 à 19:52 +0200, Robert-André Mauchin a écrit : > > Hello, > > > > I'd like to bootstrap all Golang packages to be able to detect > > whatever cyclic > > dependencies we have introduced over the years. > > Basically

Re: How to bootstrap a set of packages?

2019-04-14 Thread Nicolas Mailhot
Le dimanche 14 avril 2019 à 19:52 +0200, Robert-André Mauchin a écrit : > Hello, > > I'd like to bootstrap all Golang packages to be able to detect > whatever cyclic > dependencies we have introduced over the years. > Basically what I need is to be able to build from the base rawhide > (or Koji

How to bootstrap a set of packages?

2019-04-14 Thread Robert-André Mauchin
Hello, I'd like to bootstrap all Golang packages to be able to detect whatever cyclic dependencies we have introduced over the years. Basically what I need is to be able to build from the base rawhide (or Koji latest) without any preexisting Go package, and slowly build the packages