lbr38 / repomanager

A web UI to mirror rpm or deb packages repositories.
GNU General Public License v3.0
57 stars 11 forks source link

changed the controllers/Repo/Mirror/Rpm.php to check /repodata/repomd.xml #126

Closed hyung-hwan closed 11 months ago

hyung-hwan commented 11 months ago

I made a simple change to the controllers/Repo/Mirror/Rpm.php file to check /repodata/repomd.xml instead of the /repodata directory. Some RPM repositories are configured to prohibit access to the directory itself while the files under it is allowed.

lbr38 commented 11 months ago

Hi

You're right and your changes are accepted. Thanks for your contribution :-)