emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/buildbot 527fdf6d17 15/22: fixing bug caused by updated


From: ELPA Syncer
Subject: [elpa] externals/buildbot 527fdf6d17 15/22: fixing bug caused by updated signature of buildbot-view-format-build
Date: Thu, 13 Jul 2023 00:57:38 -0400 (EDT)

branch: externals/buildbot
commit 527fdf6d17cd34140e078d13b37a79aaa693f3cb
Author: Yuchen Pei <hi@ypei.me>
Commit: Yuchen Pei <hi@ypei.me>

    fixing bug caused by updated signature of buildbot-view-format-build
---
 buildbot-view.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot-view.el b/buildbot-view.el
index edf8b20d41..214444d47a 100644
--- a/buildbot-view.el
+++ b/buildbot-view.el
@@ -196,7 +196,7 @@
   (concat
    (buildbot-view-format-revision-info revision-info)
    "\n"
-   (buildbot-view-format-build build)
+   (buildbot-view-format-build (alist-get 'revision revision-info) build)
    "\n"
    (buildbot-view-format-step step)
    "\n"
@@ -208,7 +208,7 @@
   (concat
    (buildbot-view-format-revision-info revision-info)
    "\n"
-   (buildbot-view-format-build build)
+   (buildbot-view-format-build (alist-get 'revision revision-info) build)
    "\n"
    (buildbot-view-format-step step)
    "\n"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]