Bugzilla – Full Text Bug Listing |
Summary: | [Build 20190801] Undefined method 'installation_package' | ||
---|---|---|---|
Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Dominique Leuenberger <dimstar> |
Component: | Installation | Assignee: | David Diaz <dgonzalez> |
Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
Severity: | Normal | ||
Priority: | P1 - Urgent | CC: | dgonzalez, dleuenberger |
Version: | Current | Flags: | dleuenberger:
SHIP_STOPPER+
|
Target Milestone: | --- | ||
Hardware: | Other | ||
OS: | Other | ||
URL: | https://openqa.opensuse.org/tests/997803/modules/online_repos/steps/2 | ||
Whiteboard: | |||
Found By: | --- | Services Priority: | |
Business Priority: | Blocker: | Yes | |
Marketing QA Status: | --- | IT Deployment: | --- |
Description
Dominique Leuenberger
2019-08-02 07:40:03 UTC
I could reproduce it and find why is failing. Basically, the control file is forcing to use a specific base product among the available ones (through the `select_product` option added in https://github.com/yast/yast-installation/pull/790), avoiding to show the product selector. However, the product is not being marked as selected, which is translated in a `nil` result when the installer tries to find it. It has been fixed and it will be working as expected from with yast2-intallation >= 4.2.8 As I tried to explain in the previous comment, the base product given through the `select_product` option in the control.xml actually was not being selected. Anyway, more details are stated in the PRs description. Useful links, - yast2 (4.2.17) * PR: https://github.com/yast/yast-yast2/pull/954 * SR: https://build.opensuse.org/request/show/721080 - yast2-packager (4.2.23) * PR: https://github.com/yast/yast-packager/pull/466 * SR: https://build.opensuse.org/request/show/721082 - yast2-installation (4.2.8) * PR: https://github.com/yast/yast-installation/pull/807 * SR: https://build.opensuse.org/request/show/721084 |