openSUSE / download.o.o

download.opensuse.org infrastructure files (mainly Yast repos)
1 stars 16 forks source link

Update YaST/Repos/_openSUSE_Factory_Default.xml.in to handle aarch64 (boo#1120938) #22

Closed ggardet closed 5 years ago

ggardet commented 5 years ago

And update translations

lnussel commented 5 years ago

the architectures attribute is handled where?

ggardet commented 5 years ago

the architectures attribute is handled where?

It is a 1-click install feature: https://en.opensuse.org/openSUSE:One_Click_Install_specification

lnussel commented 5 years ago

that's a different file than this one. I can't find any references in yast that would handle architectures here. You really need to put a second file next to the regular factory one

ggardet commented 5 years ago

that's a different file than this one. I can't find any references in yast that would handle architectures here. You really need to put a second file next to the regular factory one

Which YaST module is it? Maybe adding the feature is not so hard?

lnussel commented 5 years ago

packager, check for external_sources_link

However, if you want to fix yast I'd probably put the arch tag on the url so one doesn't have to duplicate all texts.

ggardet commented 5 years ago

Closing as it seems that YaST does not support arch tag. I will send another PR with another solution.