Mailinglist Archive: zypp-devel (66 mails)
| < Previous | Next > |
Re: [zypp-devel] How to add multiple baseurl=URIs to zypper repo from command line?
- From: Lukas Ocilka <lukas.ocilka@xxxxxxx>
- Date: Thu, 05 Feb 2009 15:24:34 +0100
- Message-id: <498AF6A2.4040304@xxxxxxx>
Jan Kupec wrote:
I'm afraid that an undefined behavior cannot be "fixed" in Libzypp
unless it is defined in yum.
Push upstream (yum) to define that and fix accordingly, don't define
your own incompatible way unless needed.
L.
eh. So do we do:
baseurl=url://server1/path/to/repository/
url://server2/path/to/repository/
or
baseurl=url://server1/path/to/repository/
baseurl=url://server2/path/to/repository/
I guess the former, according to the yum help. That means fixing in
libzypp's RepoFileReader, IIRC?
I'm afraid that an undefined behavior cannot be "fixed" in Libzypp
unless it is defined in yum.
Push upstream (yum) to define that and fix accordingly, don't define
your own incompatible way unless needed.
L.
| < Previous | Next > |