Mailinglist Archive: yast-devel (85 mails)
| < Previous | Next > |
[yast-devel] Installing Patterns
- From: "Benji Weber" <b.weber@xxxxxxxxxxxxx>
- Date: Sat, 28 Jul 2007 11:21:29 +0100
- Message-id: <d6b310ce0707280321l12916b96w701c5250fb6b2e4d@xxxxxxxxxxxxxx>
Hi,
I have been trying to install patterns using Pkg::ResolvableInstall(
patternName, `pattern );
Is this supposed to work? It seems to always fail here, and I can't see why.
I also found this in AutoinstClone.ycp:
/* FIXME: if this would work, it would be the better solution
foreach(string p, patterns, ``{
Pkg::ResolvableInstall( p, `pattern );
});
Pkg::PkgSolve(false);
*/
Which wasn't encouraging.
Adrian has requested Pattern installation should work for the
Metapackage handler, and it would if this ReolvableInstall would work.
_
Benjamin Weber
--
To unsubscribe, e-mail: yast-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-devel+help@xxxxxxxxxxxx
I have been trying to install patterns using Pkg::ResolvableInstall(
patternName, `pattern );
Is this supposed to work? It seems to always fail here, and I can't see why.
I also found this in AutoinstClone.ycp:
/* FIXME: if this would work, it would be the better solution
foreach(string p, patterns, ``{
Pkg::ResolvableInstall( p, `pattern );
});
Pkg::PkgSolve(false);
*/
Which wasn't encouraging.
Adrian has requested Pattern installation should work for the
Metapackage handler, and it would if this ReolvableInstall would work.
_
Benjamin Weber
--
To unsubscribe, e-mail: yast-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-devel+help@xxxxxxxxxxxx
| < Previous | Next > |