Mailinglist Archive: zypp-devel (75 mails)
| < Previous | Next > |
[zypp-devel] zypper exclude-by-arch?
- From: snowcrash+opensuse <schneecrash+opensuse@xxxxxxxxx>
- Date: Sat, 24 May 2008 08:35:24 -0700
- Message-id: <70f41ba20805240835k2afd0764s8bcc3c8aeb232464@xxxxxxxxxxxxxx>
hi,
i'm trying to exclude install/update by Arch.
package-name wildcards work fine. e.g., adding
*32bit*
to
/etc/zypp/locks
works as expected.
afaict, there's no manpage mention of arch/locks.
trying,
*i586*
is simply ignored.
@irc pointed me to a wiki-page
http://en.opensuse.org/Libzypp/Locksfile
which is rather a 'challenge' :-/
but, i do see reference to "solvable attributes",
solvable attributes
this attributes specifies attributes of object. Empty value mean
that it restrict global_string on this value.
and arch-specific,
solvable_sourcearch
update_collection_arch
iiuc, e.g. to exlcude i586 arch, i add,
solvable_sourcearch:i586
update_collection_arch:i586
to locks?
can someone please verify/clarify the correct usage for
excluding-by-arch, and the difference between "solvable_sourcearch" &
"update_collection_arch"
thanks!
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
i'm trying to exclude install/update by Arch.
package-name wildcards work fine. e.g., adding
*32bit*
to
/etc/zypp/locks
works as expected.
afaict, there's no manpage mention of arch/locks.
trying,
*i586*
is simply ignored.
@irc pointed me to a wiki-page
http://en.opensuse.org/Libzypp/Locksfile
which is rather a 'challenge' :-/
but, i do see reference to "solvable attributes",
solvable attributes
this attributes specifies attributes of object. Empty value mean
that it restrict global_string on this value.
and arch-specific,
solvable_sourcearch
update_collection_arch
iiuc, e.g. to exlcude i586 arch, i add,
solvable_sourcearch:i586
update_collection_arch:i586
to locks?
can someone please verify/clarify the correct usage for
excluding-by-arch, and the difference between "solvable_sourcearch" &
"update_collection_arch"
thanks!
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |