foliage/templates/packageVersionSource.mustache
Andrea Bedini c0714b1b3d Finish off pages
- Summary page has the list of all packages available (with details of the latest version)
- Timeline page has the list of all entries as they appear in the index

Also:
- Rebuild sdists is they are missing
2022-10-26 14:12:40 +08:00

24 lines
575 B
Plaintext

{{#TarballSource}}
<dd><a href="{{tarballSourceURI}}">{{tarballSourceURI}}</a></dd>
{{#subdir}}
<dt>Subdir</dt>
<dd>{{subdir}}</dt>
{{/subdir}}
{{/TarballSource}}
{{#GitHubSource}}
<dd>
{{#subdir}}
<a href="https://github.com/{{githubRepo}}/tree/{{githubRev}}/{{subdir}}">https://github.com/{{githubRepo}}</a>
{{/subdir}}
{{^subdir}}
<a href="https://github.com/{{githubRepo}}/tree/{{githubRev}}">https://github.com/{{githubRepo}}</a>
{{/subdir}}
</dd>
<dt>Commit hash</dt>
<dd>{{githubRev}}</dd>
{{#subdir}}
<dt>Subdir</dt>
<dd>{{subdir}}</dt>
{{/subdir}}
{{/GitHubSource}}