help-guix
[Top][All Lists]
Advanced

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

Re: Configuration for Cuirass


From: Mathieu Othacehe
Subject: Re: Configuration for Cuirass
Date: Mon, 19 Oct 2020 12:27:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Hello,

> I was missing that, thank you. Unfortunately, it did not change the
> error.

That's unfortunate. I tried the following specification:

--8<---------------cut here---------------start------------->8---
(list '((#:name . "my-packages"
       (#:load-path-inputs . ("guix"))
       (#:package-path-inputs . ("divoplade-site"))
       (#:proc-input . "guix")
       (#:proc-file . "build-aux/cuirass/gnu-system.scm")
       (#:proc . cuirass-jobs)
       (#:proc-args (subset "pomdappi" "update-gandi" "index-page" 
"orange-livebox-ipv4"))
       (#:inputs . (((#:name . "divoplade-site")
                     (#:url . "file:///home/mathieu/tmp/divoplade-site/")
                     (#:load-path . ".")
                     (#:branch . "master")
                     (#:no-compile? . #t))
                    ((#:name . "guix")
                     (#:url . "git://git.savannah.gnu.org/guix.git")
                     (#:load-path . ".")
                     (#:branch . "master")
                     (#:no-compile? . #t))))
       (#:build-outputs . ())))
--8<---------------cut here---------------end--------------->8---

by running Cuirass with the following command:

--8<---------------cut here---------------start------------->8---
./pre-inst-env cuirass -S ~/tmp/test.scm -D test.db
--8<---------------cut here---------------end--------------->8---

directly from a Cuirass checkout. It works fine here, not sure what's
wrong with the service.

Mathieu




reply via email to

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