]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] chg: ci: Add commit link and diff to RPM build job logs
authorMichał Kępień <michal@isc.org>
Mon, 11 May 2026 15:46:55 +0000 (17:46 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 11 May 2026 15:46:55 +0000 (17:46 +0200)
commitc21572cbbd98b8dfd2f5b332902b81a2ba52c7d2
treeb9eaf8b849de4518a172c37c116b40d905a5d788
parentb9a5ab34cb05850f210560b39eda9854ab5e88b0
parentb08bc5f932970bcb55e4d015b63dfef6090645dc
[9.18] chg: ci: Add commit link and diff to RPM build job logs

The output of update_rpms.py is terse, making it difficult to verify its
actions.  Add a commit link and "git show" output to the log of every CI
job running the update_rpms.py script in "build" mode to facilitate
double-checking its actions.

Backport of MR !11828

Merge branch 'backport-michal/add-commit-link-and-diff-to-rpm-build-job-logs-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!12000