When doing the cvs-import.sh step of m2vmp2cut, I got this Python
traceback during the process.
As far as I can tell, the check in itself has finished successfully.
but maybe something is wrong somewhere that I just haven't noticed
yet?
...
Checking in devel/m2vmp2cut.spec;
/cvs/free/rpms/m2vmp2cut/devel/m2vmp2cut.spec,v <-- m2vmp2cut.spec
initial revision: 1.1
done
RCS file: /cvs/free/rpms/m2vmp2cut/devel/m2vmp2cut.timestamps.patch,v
done
Checking in devel/m2vmp2cut.timestamps.patch;
/cvs/free/rpms/m2vmp2cut/devel/m2vmp2cut.timestamps.patch,v <--
m2vmp2cut.timestamps.patch
initial revision: 1.1
done
Checking in devel/sources;
/cvs/free/rpms/m2vmp2cut/devel/sources,v <-- sources
new revision: 1.2; previous revision: 1.1
done
Traceback (most recent call last):
File "/cvs/free/CVSROOT/getnotifylist", line 26, in ?
owners = owners.OwnerList(populate_all = 0)
File "/cvs/free/CVSROOT/owners.py", line 55, in __init__
self.populate_owners()
File "/cvs/free/CVSROOT/owners.py", line 146, in populate_owners
parse_file(self.owners_list)
File "/cvs/free/CVSROOT/owners.py", line 111, in parse_file
(product, component, desc, owner, qa, cclist) = l.split("|")
ValueError: need more than 5 values to unpack
Running syncmail...
Mailing rpmfusion-commits(a)lists.rpmfusion.org ...
....
Show replies by date
2010/12/30 Göran Uddeborg <goeran(a)uddeborg.se>:
When doing the cvs-import.sh step of m2vmp2cut, I got this Python
traceback during the process.
This was a typo I introduced when copy&paste the
owners.list entry
This is fixed now.
Nicolas (kwizart)