Hans de Goede pisze:
Julian Sikorski wrote:
Xavier Lamien pisze:
Hello folks,

All dribbles packages are now branched into cvs repository with following branches : F-8, F-9 & EL-5

Regards,
--
Xavier.t Lamien
--
http://fedoraproject.org/wiki/XavierLamien
GPG-Key ID: F3903DEB
Fingerprint: 0F2A 7A17 0F1B 82EE FCBF 1F51 76B7 A28D F390 3DEB

Here is what I am getting upon an import attempt:
[EMAIL PROTECTED] sdlmame-data]$ LANG=C ./common/cvs-import.sh /home/jsikorski/rpmbuild/SRPMS/sdlmame-data-0125-1.fc8.src.rpm -m "Initial import"
Checking out module: 'sdlmame-data'
Unpacking source package: sdlmame-data-0125-1.fc8.src.rpm...
L Mameinfo0125.zip
L catveren.zip
L cheat117.zip
L mamehistory125.zip
L sdlmame-ctrlr.tgz
A sdlmame-data.spec
error: Macro %dist has empty body
error: Macro %dist has empty body
error: Macro % has illegal name (%define)
error: Macro % has illegal name (%define)
error: Macro %dist has empty body
error: Macro %dist has empty body
error: Macro % has illegal name (%define)
error: Macro % has illegal name (%define)
error: Macro %dist has empty body
error: Macro %dist has empty body
error: Macro % has illegal name (%define)
error: Macro % has illegal name (%define)
error: Macro %dist has empty body
error: Macro %dist has empty body
error: Macro % has illegal name (%define)
error: Macro % has illegal name (%define)
error: Macro %dist has empty body
error: Macro %dist has empty body
error: Macro % has illegal name (%define)
error: Macro % has illegal name (%define)
error: Macro %dist has empty body
error: Macro %dist has empty body
error: Macro % has illegal name (%define)
error: Macro % has illegal name (%define)
error: Macro %dist has empty body
error: Macro %dist has empty body
error: Macro % has illegal name (%define)
error: Macro % has illegal name (%define)
error: Macro %dist has empty body
error: Macro %dist has empty body
error: Macro % has illegal name (%define)
error: Macro % has illegal name (%define)

Checking : Mameinfo0125.zip on https://cvs.rpmfusion.org/repo/pkgs/upload.cgi...
ERROR: could not check remote file status
make: *** [upload] Error 255
ERROR: Uploading the source tarballs failed!
[EMAIL PROTECTED] sdlmame-data]$


The "error: Macro ....." stuff can be ignored (for now) your upload to the lookaside cache is failing because you didn't specify a tree, with rpmfusion you must use:
cvs-import -t free foo.srpm
or:
cvs-import -t nonfree foo.srpm

This is needed because, well, we have 2 trees :)

Regards,

Hans
Still no go:

[EMAIL PROTECTED] sdlmame-data]$ LANG=C ./common/cvs-import.sh -m "Initial import" -t nonfree -b F-9 /home/jsikorski/rpmbuild/SRPMS/sdlmame-data-0125-1.fc8.src.rpm
Checking out module: 'sdlmame-data'
Unpacking source package: sdlmame-data-0125-1.fc8.src.rpm...
L Mameinfo0125.zip
L catveren.zip
L cheat117.zip
L mamehistory125.zip
L sdlmame-ctrlr.tgz
A sdlmame-data.spec

Checking : Mameinfo0125.zip on https://cvs.rpmfusion.org/repo/pkgs/upload.cgi...
ERROR: could not check remote file status
make: *** [upload] Error 255
ERROR: Uploading the source tarballs failed!
[EMAIL PROTECTED] sdlmame-data]$

Btw, the cvs-import.sh script says there is a deault value for tree, but it is set to free for non-free tree (hope it is clear :):

[EMAIL PROTECTED] sdlmame-data]$ ./common/cvs-import.sh --help
Usage:

./common/cvs-import.sh [-b <branch>] [-t <cvstree>] [-m <message>] <package>

Imports a package into the cvs repository. Will use the following defaults:
CVSROOT    = :ext:[EMAIL PROTECTED]:/cvs/nonfree
BRANCH     = devel
CVSTREE    = free

The package can also be imported on a PRE-EXISTING branch using the
"-b BRANCH" flag. This script can not create new branches for you.
[EMAIL PROTECTED] sdlmame-data]$

Julian

Reply via email to