From 0201261b410053cc34822599a3cb32d19360888d Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 15 Jan 2022 17:13:06 +0100 Subject: [PATCH] Shorten hash --- obs/update_unstable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obs/update_unstable.py b/obs/update_unstable.py index c719933..98970e2 100755 --- a/obs/update_unstable.py +++ b/obs/update_unstable.py @@ -169,7 +169,7 @@ def notify_matrix(update_data: Dict[str, List[Tuple[str, str]]]) -> None: for package, remote, state in update: if state != "error": - row = (f"* {package} - [{state}]" + row = (f"* {package} - [{state[0:8]}]" f"(https://commits.kde.org/{remote}/{state})") structure.append(row) else: