Re: [PATCH] Add anaconda-runtime to the package list for buildinstall

2008-05-12 Thread Jeremy Katz
On Mon, 2008-05-12 at 23:12 +0200, Jeroen van Meeuwen wrote: > Jesse Keating wrote: > > On Mon, 2008-05-12 at 22:54 +0200, Jeroen van Meeuwen wrote: > >> Revisiting this topic; > >> > >> I've got this implemented differently right now; I'm pointing > >> buildinstall to one or more of the enabled r

Re: [PATCH] Add anaconda-runtime to the package list for buildinstall

2008-05-12 Thread Jeroen van Meeuwen
Jesse Keating wrote: On Mon, 2008-05-12 at 22:54 +0200, Jeroen van Meeuwen wrote: Revisiting this topic; I've got this implemented differently right now; I'm pointing buildinstall to one or more of the enabled repositories configured, as it's just using yum with a configuration file that can

Re: [PATCH] Add anaconda-runtime to the package list for buildinstall

2008-05-12 Thread Jesse Keating
On Mon, 2008-05-12 at 22:54 +0200, Jeroen van Meeuwen wrote: > Revisiting this topic; > > I've got this implemented differently right now; I'm pointing > buildinstall to one or more of the enabled repositories configured, as > it's just using yum with a configuration file that can perfectly poin

Re: [PATCH] Add anaconda-runtime to the package list for buildinstall

2008-05-12 Thread Jeroen van Meeuwen
Jesse Keating wrote: On Mon, 2008-04-21 at 13:44 +0200, Jeroen van Meeuwen wrote: Or were you thinking something else? [...snip...] That's the fairly rough overview. Revisiting this topic; I've got this implemented differently right now; I'm pointing buildinstall to one or more of the e

Re: [PATCH] Add anaconda-runtime to the package list for buildinstall

2008-04-21 Thread Jesse Keating
On Mon, 2008-04-21 at 13:44 +0200, Jeroen van Meeuwen wrote: > Or were you thinking something else? I was. buildinstall recently changed how it works. You no longer point it at a directory of packages, you point it at a yum repo. You can also have it output to a different directory. So my plan

Re: [PATCH] Add anaconda-runtime to the package list for buildinstall

2008-04-21 Thread Jeroen van Meeuwen
Jesse Keating wrote: On Mon, 2008-04-21 at 10:54 +0200, Jeroen van Meeuwen wrote: Because pungi doesn't pull in *any* "required" packages, I was reluctant to submit this patch... It seems that once you go down this road you will want to catch *all* required packages, like we do in Revisor (and

Re: [PATCH] Add anaconda-runtime to the package list for buildinstall

2008-04-21 Thread Jesse Keating
On Mon, 2008-04-21 at 10:54 +0200, Jeroen van Meeuwen wrote: > > Because pungi doesn't pull in *any* "required" packages, I was reluctant > to submit this patch... It seems that once you go down this road you > will want to catch *all* required packages, like we do in Revisor (and > creates a v

Re: [PATCH] Add anaconda-runtime to the package list for buildinstall

2008-04-21 Thread Jeroen van Meeuwen
Mark McLoughlin wrote: With e.g.: repo --name=rawhide --baseurl=http://foo %packages %end You get: OSError: Got an error from /usr/lib/anaconda-runtime/buildinstall: and trying out the buildinstall command directly, you see: Running buildinstall... No Match for argument anaconda

[PATCH] Add anaconda-runtime to the package list for buildinstall

2008-04-21 Thread Mark McLoughlin
With e.g.: repo --name=rawhide --baseurl=http://foo %packages %end You get: OSError: Got an error from /usr/lib/anaconda-runtime/buildinstall: and trying out the buildinstall command directly, you see: Running buildinstall... No Match for argument anaconda-runtime Nothing to dow