- split the gpgkey line and take the first one as url to avoid
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Tue, 21 Dec 2010 16:20:16 +0000 (17:20 +0100)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Tue, 21 Dec 2010 16:20:16 +0000 (17:20 +0100)
commit4ef65a442038caf7a1e310bc719e329b34dbdb67
tree42192d062f95b8dd7cc3f58d2ad8e2cf4c129a63
parent920f56c87430fd547bd2faf0f26c36677b7f9854
- split the gpgkey line and take the first one as url to avoid
  crash when creating an url from the line, as Fedora hat the
  *BRILLIANT* idea of using more than one url per line.
tests/parser/CMakeLists.txt
tests/parser/RepoFileReader_test.cc [new file with mode: 0644]
zypp/parser/RepoFileReader.cc