|
Bugzilla – Full Text Bug Listing |
| Summary: | Product.ycp dos not work | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Michael Calmer <mc> |
| Component: | YaST2 | Assignee: | Jiri Srain <jsrain> |
| Status: | RESOLVED FIXED | QA Contact: | Klaus Kämpf <kkaempf> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | kkaempf, suse-beta |
| Version: | Beta 7 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | y2log | ||
|
Description
Michael Calmer
2006-03-13 13:59:02 UTC
Created attachment 73013 [details]
y2log
y2log created during running command:
`suse_release -a` >>
--- cut ---
Product: SUSE LINUX
Version:
Vendor:
Dist:
Distproduct:
Distversion:
Baseproduct: SUSE LINUX
Baseversion:
--- cut ---
Just a small test:
YCP:
Pkg::TargetInit ("/", false);
list all_products = Pkg::TargetProducts();
y2milestone("PRODUCTS: %1", all_products);
Pkg Builtin called: TargetProducts
PRODUCTS: [$["name":"SUSE LINUX", "relnotesurl":"http://www.suse.com/relnotes/i386/SUSE-LINUX/FACTORY/release-notes.rpm"]]
ZYPP has it implemented, Pkg bindings do provide it via Currently, the only missing attributes are: Dist: Distproduct: Distversion: Baseproduct: Baseversion: Do we need them at all? Why do you ask me? Who in YaST using Product.ycp and which values he want to have? What happens with these modules if these values are not available? I think I do not need it anymore. But what about others? I've found "baseproduct" in the installation server and in the CD-creator module. The magic there is unbelievable. Yes, but they are not read from Product:: there, so resolving this bug as FIXED. |