1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-18 04:50:03 +02:00

include setup-instructions on dist index and repo pages.

This commit is contained in:
Henrik Hautakoski 2020-04-27 15:57:14 +02:00
parent 8921917325
commit d0b18bf94d
3 changed files with 8 additions and 25 deletions

View file

@ -9,15 +9,14 @@ layout: default
{% assign domain = repo_info.domain | default: site.apt.domain %}
{% assign list = site.packages | where: 'Repo', repo | where: 'Archive', dist %}
<p>
NOTE: If this is your first time here, you need to do some configurations before you can use this repository.
Please read the <a target="_blank" href="{{ "/#setup" | absolute_url }}">instructions</a>.
</p>
<h2>{{ repo }} - {{ dist }}</h2>
<p>{{ repo_info.description }}</p>
{% include setup-instructions.html repo=repo distribution=dist collapse=true %}
<h2>Packages</h2>
{% for component in site.apt.components %}
<h3>{{ component }}</h3>

View file

@ -7,7 +7,9 @@ layout: default
<h2>{{ page.title }} repository</h2>
<p>Choose your ubuntu version below</p>
{% include setup-instructions.html repo=id %}
<h2>Choose your ubuntu version below</h2>
<ul>
{% for dist in dists %}