|
Bugzilla – Full Text Bug Listing |
| Summary: | missing error check when adding repositories during updgrade | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Petr Ostadal <postadal> |
| Component: | YaST2 | Assignee: | Lukas Ocilka <locilka> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | ||
| Version: | Alpha 2 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | yast2 log | ||
|
Description
Petr Ostadal
2007-10-07 11:11:03 UTC
Created attachment 176654 [details]
yast2 log
The problem is here: 2007-10-05 05:07:34 <1> linux(3642) [YCP] clients/inst_upgrade_urls.ycp:530 Repository refreshed: false 2007-10-05 05:07:34 <1> linux(3642) [wfm] clients/inst_upgrade_urls.ycp:532 Pkg Builtin called: SourceSetEnabled The refresh failed but the installation still wanted to enable and use the repository. Enabling the repository starts the refresh again because the metadata is missing. inst_upgrade_urls.ycp should check the result of Pkg::SourceRefreshNow(). - Evaluating Pkg-builtin calls in inst_upgrade_urls (#331625). yast2-installation-2.16.4 |