Bug 544143

Summary: Software repositories → Community repositoires: it offers 11.1 respos instead of 11.2
Product: [openSUSE] openSUSE 11.2 Reporter: Rafał Miłecki <zajec5>
Component: YaST2Assignee: Stephan Kulow <coolo>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Major    
Priority: P5 - None CC: binner
Version: Factory   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Rafał Miłecki 2009-10-03 11:28:04 UTC
User-Agent:       Opera/9.80 (X11; Linux i686; U; en) Presto/2.2.15 Version/10.00

I tried to add some additional (community) repositories using YaST2. It offered me repos like:

URL: http://download.opensuse.org/distribution/11.1/repo/non-oss/
Odniesienie z: http://download.opensuse.org/YaST/Repos/_openSUSE_111_Default.xml

URL: http://download.opensuse.org/distribution/11.1/repo/oss/
Odniesienie z: http://download.opensuse.org/YaST/Repos/_openSUSE_111_Default.xml

URL: http://www.opensuse-education.org/download/repo/1.0/11.1
Odniesienie z: http://opensuse-community.org/openSUSE_111_Community_Additional.xml

URL: http://ftp.skynet.be/pub/packman/suse/11.1/
Odniesienie z: http://opensuse-community.org/openSUSE_111_Community_Additional.xml

and so on. Which is incorrect for 11.2 of course.

I didn't dig into YaST2's source but user WireShark to track YaST2's requests.


FROM: 192.168.2.11
  TO: 195.135.221.130
TEXT: GET /YaST/Repos/openSUSE_112_Servers.xml HTTP/1.1


FROM: 195.135.221.130
  TO: 192.168.2.11
TEXT:
<?xml version="1.0" encoding="UTF-8"?>
<productDefines xmlns:config="http://www.suse.com/1.0/configns" xmlns="http://www.suse.com/1.0/yast2ns">
  <servers config:type="list">
  <item>
    <link>http://download.opensuse.org/YaST/Repos/_openSUSE_111_Default.xml</link>
    <installation_repo config:type="boolean">true</installation_repo>
    <official config:type="boolean">true</official>
  </item>
  <item>
    <link>http://download.opensuse.org/YaST/Repos/_openSUSE_111_Additional.xml</link>
    <official config:type="boolean">true</official>
  </item>
  <item>
    <link>http://opensuse-community.org/openSUSE_111_Community_Additional.xml</link>
    <official config:type="boolean">false</official>
  </item>
</servers>
</productDefines>


so we have outdated openSUSE_112_Servers.xml on server. Could someone fix that, please?

Reproducible: Always
Comment 1 Stephan Kulow 2009-10-05 14:40:19 UTC
good catch