openSUSE / download.o.o

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

Enable non-x86 archs repos for Tumbleweed (+ update from po files) #25

Closed ggardet closed 5 years ago

ggardet commented 5 years ago

This will fix boo#1120938 (aarch64) and boo#1132748 (ppc)

michelmno commented 5 years ago

@ggardet Could I suggest to have two commits for this PR to better identify what is real changes ?

When is supposed to be called the YaST/Repos/generate_ports.sh ? could we have a new target in Makefile for that ?

ggardet commented 5 years ago

@ggardet Could I suggest to have two commits for this PR to better identify what is real changes ?

  • one about the creation of Ports specific xml.in
  • one about the creation of new po file (after run of Makefile ?)

No, it would not make sense since it is tightly linked.

When is supposed to be called the YaST/Repos/generate_ports.sh ? could we have a new target in Makefile for that ?

You must run it when you want to add/clone new files. But, we cannot add it to the Makefile, since it still requires some manual updates after you run this script to remove non-oss repos.

ggardet commented 5 years ago

I pushed a rebased version.