You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice that the repo baseurl and the rpm file URLs are two different domain names.
bazeldnf currently generates the WORKSPACE rpm file URL by concatenating the baseurl with the rpm filename. This approach does not work since the rpm files are not alongside the repo metadata.
Is it possible to update bazeldnf to honor the <location xml:base> attribute when building URLs?
I have a repo where rpm files are kept at a separate location from the metadata:
The repo metadata is available at the baseurl, but the actual rpm files are located elsewhere and referenced in the primary.xml.gz file:
Notice that the repo baseurl and the rpm file URLs are two different domain names.
bazeldnf currently generates the WORKSPACE rpm file URL by concatenating the baseurl with the rpm filename. This approach does not work since the rpm files are not alongside the repo metadata.
Is it possible to update bazeldnf to honor the
<location xml:base>
attribute when building URLs?Shoutout to @andreabolognani who I discussed this issue with.
The text was updated successfully, but these errors were encountered: