From 10bad53ad57e92dbc3c6207c251f0af1148e8ffc Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 9 Oct 2023 21:29:58 +0100 Subject: Support polling git repositories for new branches/revisions This is mostly a workaround for the occasional problems with the guix-commits mailing list, as it can break and then the data service doesn't learn about new revisions until the problem is fixed. I think it's still a generally good feature though, and allows deploying the data service without it consuming emails to learn about new revisions, and is a step towards integrating some kind of way of notifying the data service to poll. --- guix-data-service/web/view/html.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix-data-service/web/view') diff --git a/guix-data-service/web/view/html.scm b/guix-data-service/web/view/html.scm index db1cdc4..29eaf62 100644 --- a/guix-data-service/web/view/html.scm +++ b/guix-data-service/web/view/html.scm @@ -314,7 +314,7 @@ "Jobs")))) ,@(map (match-lambda - (((repository-id label url cgit-url-base) . branches-with-most-recent-commits) + (((repository-id label url cgit-url-base poll-interval) . branches-with-most-recent-commits) `(div (@ (class "row")) (div -- cgit v1.2.3