guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: bayfront: Tweak the Guix Build Coordinator


From: Christopher Baines
Subject: branch master updated: hydra: bayfront: Tweak the Guix Build Coordinator build success hook.
Date: Wed, 01 Feb 2023 04:00:31 -0500

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

cbaines pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 2a9f0c3  hydra: bayfront: Tweak the Guix Build Coordinator build 
success hook.
2a9f0c3 is described below

commit 2a9f0c32c0cbc31d4763ceea23c05df7c5c7961d
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Feb 1 08:57:05 2023 +0000

    hydra: bayfront: Tweak the Guix Build Coordinator build success hook.
    
    The Guix Build Coordinator now tries to publish referenced derivation
    source files by default, passing in the substitute URLs where these
    can be fetched from here will help with that if the files aren't
    available in the local store.
    
    * hydra/bayfront.scm (%guix-build-coordinator-configuration): Pass
     #:derivation-substitute-urls to the build-success-publish-hook.
---
 hydra/bayfront.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 59a6d0f..ac8916b 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -914,7 +914,9 @@ add_header Content-Type text/plain;")))
                             (simple-format (current-error-port)
                                            "deleting ~A\n"
                                            narinfo)
-                            (delete-file narinfo))))
+                            (delete-file narinfo)))
+                        #:derivation-substitute-urls
+                        '("https://data.guix.gnu.org"; 
"https://data.qa.guix.gnu.org";))
                        args)
                 #$(send-guix-data-service-event
                    'build-success-send-event-to-guix-data-service-hook)



reply via email to

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