Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tools/scripts/pages.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
<h3>Repository development</h3>
<ul>
<li><a href="<%= ENV["PAGES_URL"] %>/reuse_bom.txt">Reuse Bill of Materials (LICENSE information)</a></li>
<li><a href="https://dhower-qc.github.io/udb-stats/riscv-software-src/riscv-unified-db/latest-report/report.html">GitHub usage statistics (updated daily)</a></li>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason not to have the workflow as part of this repo and use the UDB domain for this instead of your personal GitHub account? Looks like having it all in one repository is supported: https://github.com/jgehrcke/github-repo-stats/wiki/Tutorial.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The stats get published as a GitHub Pages site. Since we already have a Pages site for UDB, we need another repo to host the stats.

It would probably be better to move the stats site under riscv-software-src. @rpsene, can you help with that?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The GitHub-provided data only provides a 14 day lookback. The data pointed to by this PR provides unlimited lookback.

</ul>
</div>
</div>
Expand Down
Loading