|
Bugzilla – Full Text Bug Listing |
| Summary: | yast-packager: repos added twice | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | Ludwig Nussel <lnussel> |
| Component: | YaST2 | Assignee: | YaST Team <yast-internal> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P2 - High | CC: | hguo, jreidinger, lslezak, ma |
| Version: | Leap 42.1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| URL: | https://trello.com/c/XdeDkNzH | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Ludwig Nussel
2016-03-10 14:00:59 UTC
Michael, Ladislav, any thoughs? ...thoughts, of course Yes, the code should check for duplicates. I think we should rather check the URL instead of the alias. Now tracking in Trello: https://trello.com/c/cGz7tSx3 So what is the ETA for this? I'd really like to see this fixed for 42.2 The item will be planned according to priorities, no ETA yet Well, there should be already duplicate check see https://github.com/yast/yast-packager/blob/master/src/clients/inst_productsources.rb#L355 I will try to reproduce it locally, from given screenshot I see that only duplicate is update channel and in one case it contain trainling slash and in second not. OK, problem is actually in inst_extrasources client, where detection of already registered url failed. Will debug it deeper there and try to fix it. yep, problem is in normalization of url, so one contain "/" at the end and second not. I will fix code to avoid such problems. and close it. Fix done for TW, 42.2 and SP2. As it is in insts-sys, it do not make sense to do maintenance update. |