remicollet / remirepo

Issue tracker for

Home Page:https://rpms.remirepo.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mirrorlist pages for EL8 and EL9 are missing on cdn.remirepo.net

ivanov17 opened this issue · comments

Hello, Remi!

Please, fix the mirrorlist pages for EL8 and EL9 on cdn.remirepo.net.

Now only these lists work:

and these lists are missing:

Also, cdn.remirepo.net name is not included to SSL certificate:

The certificate is only valid for the following names: blog.remirepo.net, forum.remirepo.net, git.remirepo.net, rpms.remirepo.net, server.famillecollet.com

So HTTPS for CDN is currently not working.

Thank you.

This is expected.

and these lists are missing:

Because of an old dnf issue, the mirror list has to be managed by arch (the dnf bug was fixed, but the layout kept not to break old installations)

So you have to use

Of course, best is to use the remi-release package which provides the proper configuration.
Also see the Wizard instructions.

So HTTPS for CDN is currently not working.

Known issue. But cdn is not fully under my control, so cannot put SSL certificate on it.

Thank you, it works!

the layout kept not to break old installations

Maybe it makes sense to create redirects from old addresses to new ones and fix the line in the remi-safe.repo file?

Of course, best is to use the remi-release package which provides the proper configuration.

I am building a container images with your packages and using microdnf to install the packages. Unfortunately, microdnf can't download and install packages from the network with a single command, so downloading .repo files and keys is more usable in this case.

fix the line in the remi-safe.repo file?

Fix ?

I don't see any issue there
https://git.remirepo.net/cgit/rpms/remi-release.git/tree/remi-safe.repo?h=el8

using microdnf

IIRC microdnf is mostly unusable (not being able to manage modules)

I don't see any issue there
https://git.remirepo.net/cgit/rpms/remi-release.git/tree/remi-safe.repo?h=el8

Sorry, I mean the file that is placed here:
https://rpms.remirepo.net/enterprise/remi-safe.repo

IIRC microdnf is mostly unusable (not being able to manage modules)

Now it can work a little with modules:

# microdnf --help | grep module
  module reset         Reset a module stream
  module enable        Enable a module stream
  module disable       Disable a module stream
# rpm -qa microdnf
microdnf-3.9.1-3.el9.x86_64

https://rpms.remirepo.net/enterprise/remi-safe.repo

Long time ago, I clean the "remi.repo" to only provides links to wizard instructions (different for each distro / version)
Now, also done for remi_safe.repo

Closing as no activity