Mailinglist Archive: zypp-devel (78 mails)
| < Previous | Next > |
Re: [zypp-devel] Auto selectables
- From: Stefan Schubert <schubi@xxxxxxx>
- Date: Thu, 29 Nov 2007 09:19:27 +0100
- Message-id: <474E760F.9010800@xxxxxxx>
Ricardo Cruz schrieb:
http://en.opensuse.org/Libzypp/Solver#Solutions
You can ask an item if it will be transacted (delete/install) by the solver:
File ResStatus.h
bool isBySolver() const
BUT this status reflects the current solver run only. We do not store this
information permanently for future use.
Greetings
Stefan
--
*******************************************************************************
Stefan Schubert
SUSE LINUX GmbH - Maxfeldstrasse 5 - D-90409 Nuernberg, Germany
e-mail: schubi@xxxxxxx
-------------------------------------------------------------------------------
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
Hi,Each item (e.g. package) has a status which is described here:
Any direct way to know the packages that the resolver has modified?
Iterating the pool looking for packages with the Auto status should be
good enough for what I want, but just wondering there.
Thanks,
Ricardo
http://en.opensuse.org/Libzypp/Solver#Solutions
You can ask an item if it will be transacted (delete/install) by the solver:
File ResStatus.h
bool isBySolver() const
BUT this status reflects the current solver run only. We do not store this
information permanently for future use.
Greetings
Stefan
--
*******************************************************************************
Stefan Schubert
SUSE LINUX GmbH - Maxfeldstrasse 5 - D-90409 Nuernberg, Germany
e-mail: schubi@xxxxxxx
-------------------------------------------------------------------------------
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |