guix-commits
[Top][All Lists]
Advanced

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

branch master updated: sysadmin/web: Update to new 'update-cached-checko


From: Ludovic Courtès
Subject: branch master updated: sysadmin/web: Update to new 'update-cached-checkout' interface.
Date: Mon, 15 Jun 2020 07:56:32 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 289ae44  sysadmin/web: Update to new 'update-cached-checkout' 
interface.
289ae44 is described below

commit 289ae44ba7718c5ead7aafe65783c2bc2dc6e5cc
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jun 15 13:55:28 2020 +0200

    sysadmin/web: Update to new 'update-cached-checkout' interface.
    
    * hydra/modules/sysadmin/web.scm (build-program): Expect three value
    from 'update-cached-checkout'.
---
 hydra/modules/sysadmin/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra/modules/sysadmin/web.scm b/hydra/modules/sysadmin/web.scm
index 3864aa1..db9f716 100644
--- a/hydra/modules/sysadmin/web.scm
+++ b/hydra/modules/sysadmin/web.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix system administration tools.
 ;;;
-;;; Copyright © 2019 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2019, 2020 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2020 Ricardo Wurmus <rekado@elephly.net>
 ;;;
 ;;; This program is free software: you can redistribute it and/or modify
@@ -87,7 +87,7 @@ that's built with Haunt or similar."
                      (string-append (%repository-cache-directory)
                                     "/" directory))))
 
-          (define-values (checkout commit)
+          (define-values (checkout commit relation)
             (apply update-cached-checkout #$url #:ref '#$ref
                    (if cache
                        `(#:cache-directory ,cache)



reply via email to

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