Re: cvs questions

2009-10-05 Thread Andrea Musuruane
On Mon, Oct 5, 2009 at 2:20 PM, solarflow99  wrote:
> # ls
> ./  ../  branch  clog  CVS/  .cvsignore  dosemu.spec  Makefile  sources
> # export CVSROOT=:ext:solarflo...@cvs.rpmfusion.org:/cvs/free
> # export CVS_RSH=ssh

The two lines above are not needed after the first checkout.
Connection data is already in the CVS directory.

> # make clog
> * Sun Oct 3 2009 Justin Zygmont 
> - 1.4.0-7.1981svn
> - updated the svn build, and changed ExclusiveArch to i686

Therefore "make clog" works.

> # cvs diff -u
> ? clog
> ? dosemu.spec

Dosemu.spec is not in the CVS archive (and clog but it is correct that
clog is not there).

You should add dosemu.spec with "cvs add dosemu.spec".

> cvs diff: Diffing .
> # cvs commit -F clog
> cvs commit: Examining .

Since dosemu.spec is unknown to CVS you haven't commited anything.

> [r...@localhost F-11]# make tag
> cvs tag  -c dosemu-1_4_0-7_1981svn_fc11
> ? clog
> ? dosemu.spec
> ERROR: Tag dosemu-1_4_0-7_1981svn_fc11 has been already created.
> The following tags have been created so far
> dosemu-1_4_0-3_1905svn:F-10:solarflow99:1250698291
> dosemu-1_4_0-4_1905svn:F-10:solarflow99:1251140120
> dosemu-1_4_0-4_1905svn{?dist}:F-10:solarflow99:1251142813
> dosemu-1_4_0-4_1905svn{?dist}:F-10:solarflow99:1251143577
> dosemu-1_4_0-4_1905svn_fc10:F-10:solarflow99:1251216053
> dosemu-1_4_0-5_1905svn_fc10:F-10:solarflow99:1251338153
> dosemu-1_4_0-6_1905svn_fc10:F-10:solarflow99:1251399645
> dosemu-1_4_0-7_1981svn_fc11:F-11:solarflow99:1254588904
> cvs tag: Pre-tag check failed
> cvs [tag aborted]: correct the above errors first!
> make: *** [tag] Error 1
>
> # make build
> dosemu.spec not tagged with tag dosemu-1_4_0-7_1981svn_fc11
> make: *** [build-check] Error 1

Please also read:
http://rpmfusion.org/Contributors#head-014c352d2815a61a3a0583acc3819fc50bd1ade7

Bye,

Andrea.


Re: cvs questions

2009-10-05 Thread solarflow99
On Mon, Oct 5, 2009 at 4:12 PM, Andrea Musuruane  wrote:

> On Mon, Oct 5, 2009 at 8:12 AM, solarflow99  wrote:
> > I tried adding a spec file, and even changing it, and it still fails.  I
> > tried looking at all the examples I could find
>
> Please post the exact operatation you are doing, listing all the
> directory you use.
>
>
Thanks for the help guys,


# ls
./  ../  branch  clog  CVS/  .cvsignore  dosemu.spec  Makefile  sources
# export CVSROOT=:ext:solarflo...@cvs.rpmfusion.org:/cvs/free
# export CVS_RSH=ssh
# make clog
* Sun Oct 3 2009 Justin Zygmont 
- 1.4.0-7.1981svn
- updated the svn build, and changed ExclusiveArch to i686
# cvs diff -u
? clog
? dosemu.spec
cvs diff: Diffing .
# cvs commit -F clog
cvs commit: Examining .
[r...@localhost F-11]# make tag
cvs tag  -c dosemu-1_4_0-7_1981svn_fc11
? clog
? dosemu.spec
ERROR: Tag dosemu-1_4_0-7_1981svn_fc11 has been already created.
The following tags have been created so far
dosemu-1_4_0-3_1905svn:F-10:solarflow99:1250698291
dosemu-1_4_0-4_1905svn:F-10:solarflow99:1251140120
dosemu-1_4_0-4_1905svn{?dist}:F-10:solarflow99:1251142813
dosemu-1_4_0-4_1905svn{?dist}:F-10:solarflow99:1251143577
dosemu-1_4_0-4_1905svn_fc10:F-10:solarflow99:1251216053
dosemu-1_4_0-5_1905svn_fc10:F-10:solarflow99:1251338153
dosemu-1_4_0-6_1905svn_fc10:F-10:solarflow99:1251399645
dosemu-1_4_0-7_1981svn_fc11:F-11:solarflow99:1254588904
cvs tag: Pre-tag check failed
cvs [tag aborted]: correct the above errors first!
make: *** [tag] Error 1

# make build
dosemu.spec not tagged with tag dosemu-1_4_0-7_1981svn_fc11
make: *** [build-check] Error 1


Re: cvs questions

2009-10-05 Thread Andrea Musuruane
On Mon, Oct 5, 2009 at 8:12 AM, solarflow99  wrote:
> I tried adding a spec file, and even changing it, and it still fails.  I
> tried looking at all the examples I could find

Please post the exact operatation you are doing, listing all the
directory you use.

Bye,

Andrea.


Re: cvs questions

2009-10-04 Thread solarflow99
On Mon, Oct 5, 2009 at 1:29 AM, Andrea Musuruane  wrote:

> On Sun, Oct 4, 2009 at 6:34 PM, solarflow99  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
> > [r...@localhost F-11]# ls
> > ./  ../  branch  CVS/  .cvsignore  Makefile  sources
> > [r...@localhost F-11]# export
> > CVSROOT=:ext:solarflo...@cvs.rpmfusion.org:/cvs/free
> > [r...@localhost F-11]# export CVS_RSH=ssh
> > [r...@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


Re: cvs questions

2009-10-04 Thread Andrea Musuruane
On Sun, Oct 4, 2009 at 6:34 PM, solarflow99  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
> [r...@localhost F-11]# ls
> ./  ../  branch  CVS/  .cvsignore  Makefile  sources
> [r...@localhost F-11]# export
> CVSROOT=:ext:solarflo...@cvs.rpmfusion.org:/cvs/free
> [r...@localhost F-11]# export CVS_RSH=ssh
> [r...@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?

Bye,

Andrea.


Re: cvs questions

2009-10-04 Thread Michael Schwendt
On Mon, 5 Oct 2009 00:34:57 +0800, solarflow99 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
> [r...@localhost F-11]# ls
> ./  ../  branch  CVS/  .cvsignore  Makefile  sources
> [r...@localhost F-11]# export CVSROOT=:ext:solarflo...@cvs.rpmfusion.org:
> /cvs/free
> [r...@localhost F-11]# export CVS_RSH=ssh
> [r...@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 understood what "make clog" does?


cvs questions

2009-10-04 Thread solarflow99
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
[r...@localhost F-11]# ls
./  ../  branch  CVS/  .cvsignore  Makefile  sources
[r...@localhost F-11]# export CVSROOT=:ext:solarflo...@cvs.rpmfusion.org:
/cvs/free
[r...@localhost F-11]# export CVS_RSH=ssh
[r...@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