Mailinglist Archive: zypp-devel (75 mails)
| < Previous | Next > |
Re: [zypp-devel] zypper exclude-by-arch?
- From: Michael Matz <matz@xxxxxxx>
- Date: Tue, 27 May 2008 15:18:12 +0200 (CEST)
- Message-id: <Pine.LNX.4.64.0805271516250.20583@xxxxxxxxxxxxx>
Hi,
On Tue, 27 May 2008, Josef Reidinger wrote:
It's probably quicker if written as:
solvable_arch: i?86
(match_type needs to be glob then, which I think is the default).
Ciao,
Michael.
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
On Tue, 27 May 2008, Josef Reidinger wrote:
I search and you are right, some package haven't 32-bit in it's name. So
for ensure that no i386,i586 or i686 arch is installed add to your locks
file this:
solvable_arch: i386
solvable_arch: i586
solvable_arch: i686
But because this lock a lot of packages expect some performance problems.
It's probably quicker if written as:
solvable_arch: i?86
(match_type needs to be glob then, which I think is the default).
Ciao,
Michael.
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |