Skip to content

Commit

Permalink
browser: link to FCOS and COSA commits used for each build
Browse files Browse the repository at this point in the history
This is useful to have easily accessible and matches the RHCOS release
browser. Came up in:

coreos/fedora-coreos-tracker#881 (comment)
  • Loading branch information
jlebon committed Jul 5, 2021
1 parent 562c838 commit 6d51aee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@
</span>
</div>
<div v-if="build.meta" style="margin-left: 1em">
<div class="content">
Metadata:
<ul>
<li> FCOS Commit: <a v-bind:href="'https://github.com/coreos/fedora-coreos-config/commit/' + build.meta['coreos-assembler.config-gitrev']">{{ build.meta['coreos-assembler.config-gitrev'] }}</a></li>
<li> COSA Commit: <a v-bind:href="'https://github.com/coreos/coreos-assembler/commit/' + build.meta['coreos-assembler.container-image-git']['commit']">{{ build.meta['coreos-assembler.container-image-git']['commit'] }}</a></li>
</ul>
</div>
<div class="content">
OSTree:
<ul>
Expand Down

0 comments on commit 6d51aee

Please sign in to comment.