Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

common: Add script for showing build/commit history #895

Merged
merged 2 commits into from
Nov 26, 2023
Merged

Conversation

silkeh
Copy link
Member

@silkeh silkeh commented Nov 26, 2023

Summary

This PR adds a script that allows one to easily print a few things for a given timespan:

  • Commit log
  • Build log (all builds on the build server)
  • Update log (all package updates based on the build log)

The output can be given for both terminal (-f tty, the default) and Markdown (-f md). The former includes clickable links for compatible terminal emulators.

Resolves #713

Test Plan

Terminal output:

afbeelding

Markdown output:

6 commits:

6 builds:

6 updates:

Checklist

  • Package was built and tested against unstable

@silkeh silkeh requested a review from ermo November 26, 2023 15:26
Copy link
Contributor

@ermo ermo left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@ermo ermo merged commit 7da1fa8 into main Nov 26, 2023
1 check passed
@ermo ermo deleted the worklog-script branch November 26, 2023 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Refactor show-committed-during.sh and show-built-during.sh to use the same cli conventions
2 participants