Bug ID 992665
Summary Education: Bug : additionnal repository
Classification openSUSE
Product openSUSE.org
Version unspecified
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component 3rd party software
Assignee lars.vogdt@microfocus.com
Reporter bruno@ioda-net.ch
QA Contact opensuse-communityscreening@forge.provo.novell.com
Found By ---
Blocker ---

Some repository like openSUSE_Tumbleweed have external devel project activated 

openSUSE:Tumbleweed/standard devel:languages:perl/openSUSE_Tumbleweed
devel:languages:python/openSUSE_Tumbleweed

This broke proper build for openSUSE_Tumbleweed and could create some packages
that can't be installed without those repositories.

Seems one of the top maintainer of Education should make some cleanup.

  <repository name="openSUSE_Tumbleweed">
    <path project="openSUSE:Tumbleweed" repository="standard"/>
    <path project="devel:languages:perl" repository="openSUSE_Tumbleweed"/>
    <path project="devel:languages:python" repository="openSUSE_Tumbleweed"/>
    <arch>i586</arch>
    <arch>x86_64</arch>
  </repository>

should be

  <repository name="openSUSE_Tumbleweed">
    <path project="openSUSE:Tumbleweed" repository="standard"/>
    <arch>i586</arch>
    <arch>x86_64</arch>
  </repository>


You are receiving this mail because: