On Mon, Oct 5, 2009 at 1:29 AM, Andrea Musuruane <musuruan(a)gmail.com> wrote:
On Sun, Oct 4, 2009 at 6:34 PM, solarflow99
<solarflow99(a)gmail.com> wrote:
> I just have a fairly simple question, i'm trying to use CVS and request a
> build in a new branch, and I tried everything:
>
> # cd build/dosemu/F-11
> [root@localhost F-11]# ls
> ./ ../ branch CVS/ .cvsignore Makefile sources
> [root@localhost F-11]# export
> CVSROOT=:ext:solarflow99@cvs.rpmfusion.org:/cvs/free
> [root@localhost F-11]# export CVS_RSH=ssh
> [root@localhost F-11]# make clog
> rpm: no arguments given for query
> rpm: no arguments given for query
>
>
> I just keep getting these no arguments errors
Have you noticed that you haven't got a SPEC file in there?
I tried adding a spec file, and even changing it, and it still fails. I
tried looking at all the examples I could find