[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: RPM roadmapping
- From: Adam Jackson <ajackson redhat com>
- To: Development discussions related to Fedora Core <fedora-devel-list redhat com>
- Subject: Re: RPM roadmapping
- Date: Mon, 30 Jul 2007 09:37:37 -0400
On Sat, 2007-07-28 at 18:46 +0200, Emmanuel Seyman wrote:
> * Kevin Kofler [28/07/2007 18:41] :
> >
> > Am I the only one who things that being able to rpm -Uvh http://....rpm is a
> > nice feature?
>
> No but then again, I'll live with
> wget http://....rpm -O foo && rpm -Uvh foo
Change that to a pipe and you've sold me:
$ wget -O - http://whatever | rpm -qpi -
On closer inspection, this almost works already, if you invoke it as
'rpm -qpi /dev/stdin'. Explicit - for stdin, or just implicit stdin
with no args, would just be gravy.
- ajax
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]