On Mon, Oct 5, 2009 at 2:20 PM, solarflow99 <solarflow99(a)gmail.com> wrote:
# ls
./ ../ branch clog CVS/ .cvsignore dosemu.spec Makefile sources
# export CVSROOT=:ext:solarflow99@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 <solarflow99[AT]gmail.com>
- 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.
[root@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-014c352d2815a61a3a0583acc3819fc50b...
Bye,
Andrea.