loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix displayed RPM repo url (#25310)

Fixes #25302

authored by

KN4CK3R and committed by
GitHub
86d01968 b71cb7ac

+1 -1
+1 -1
templates/package/content/rpm.tmpl
··· 4 4 <div class="ui form"> 5 5 <div class="field"> 6 6 <label>{{svg "octicon-terminal"}} {{.locale.Tr "packages.rpm.registry"}}</label> 7 - <div class="markup"><pre class="code-block"><code>dnf config-manager --add-repo <gitea-origin-url data-url="{{AppSubUrl}}/api/packages/{{$.PackageDescriptor.Owner.Name}}/rpm/{{$.PackageDescriptor.Owner.LowerName}}.repo"></gitea-origin-url></code></pre></div> 7 + <div class="markup"><pre class="code-block"><code>dnf config-manager --add-repo <gitea-origin-url data-url="{{AppSubUrl}}/api/packages/{{$.PackageDescriptor.Owner.Name}}/rpm.repo"></gitea-origin-url></code></pre></div> 8 8 </div> 9 9 <div class="field"> 10 10 <label>{{svg "octicon-terminal"}} {{.locale.Tr "packages.rpm.install"}}</label>