Minor changes for package detail page
Some checks failed
Github-Actions / build (push) Has been cancelled

* Correct git source location for packages
* Remove un-needed link locations
* Correct direct dl link for packages
This commit is contained in:
Martin Valba 2024-09-22 13:52:45 +03:00
parent 5b23dd499e
commit b5b52b42dc

View File

@ -8,10 +8,10 @@ <h2>{{ pkg.pkgname }} {{ pkg.full_version }}</h2>
<h4>Package Actions</h4>
<ul class="small">
<li>
<a href="{% scm_link pkg 'tree' %}" title="View source files for {{ pkg.pkgname }}">Source Files</a> /
<a href="{% scm_link pkg 'commits' %}" title="View changes for {{ pkg.pkgname }}">View Changes</a>
<a href="https://git.martinvlba.eu/Evolinx/internal_pkgbuild/src/branch/staging/{{pkg.arch.name}}/{{pkg.repo.name}}/{{pkg.pkgname}}" title="View source files for {{ pkg.pkgname }}">Source Files</a>
<!-- <a href="{% scm_link pkg 'commits' %}" title="View changes for {{ pkg.pkgname }}">View Changes</a> -->
</li>
<li>
<!-- <li>
<a href="{% bugs_list pkg %}" title="View existing bug tickets for {{ pkg.pkgname }}">Bug Reports</a> /
<a href="{% bug_report pkg %}" title="Report new bug for {{ pkg.pkgname }}">Add New Bug</a>
</li>
@ -19,7 +19,7 @@ <h4>Package Actions</h4>
<a href="{% wiki_link pkg %}" title="Search wiki for {{ pkg.pkgname }}">Search Wiki</a> /
<a href="{% man_link pkg %}" title="List manpages in {{ pkg.pkgname }}">Manual Pages</a>
</li>
<li><a href="{% sec_link pkg %}" title="View security issues for {{ pkg.pkgname }}">Security Issues</a></li>
<li><a href="{% sec_link pkg %}" title="View security issues for {{ pkg.pkgname }}">Security Issues</a></li> -->
{% if user.is_authenticated and notreproducible %}<tr>
<li>
<a href="{% rebuilderd_buildlog_link rbstatus %}" title="View build log for {{ pkg.pkgname }}">Build log</a> /
@ -47,7 +47,7 @@ <h4>Package Actions</h4>
target="_blank"
>(?)</a></li>
{% endif %}
<li><a href="download/" rel="nofollow" title="Download {{ pkg.pkgname }} from mirror">Download From Mirror</a></li>
<li><a href="https://files.martinvlba.eu/evolinx-staging/{{pkg.repo.name}}/packages/{{pkg.pkgname}}-{{pkg.full_version}}-{{pkg.arch.name}}.pkg.tar.gz" rel="nofollow" title="Download {{ pkg.pkgname }} from mirror">Download From Mirror</a></li>
</ul>
{% if perms.main.change_package %}