unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: divoplade <d@divoplade.fr>
To: help-guix@gnu.org
Subject: Configuration for Cuirass
Date: Thu, 15 Oct 2020 00:42:59 +0200	[thread overview]
Message-ID: <78f08542a333b6fc25b14a99f8f254ad090482a5.camel@divoplade.fr> (raw)

Hello,

I would like to use the cuirass service, but I cannot seem to make it
work. It either fails with an exception, or it builds nothing.

I would like to build all the packages from my repository (
https://framagit.org/divoplade/pomdappi-ci) and nothing from guix git.

Here is a specification that builds nothing but that lets cuirass run:

(define %cuirass-specs
  #~(list
     '((#:name . "pomdappi-master")
       (#:load-path-inputs . ())
       (#:package-path-inputs . ("."))
       (#:proc-input . "pomdappi-packages")
       (#:proc . cuirass-jobs)
       (#:proc-args . ())
       (#:inputs . (((#:name . "pomdappi-packages")
                     (#:url . "
https://framagit.org/divoplade/pomdappi-ci.git")
                     (#:load-path . ".")
                     (#:branch . "master")
                     (#:no-compile? . #t))))
       (#:build-outputs . ()))))

How should I do it?

Best regards,

divoplade



             reply	other threads:[~2020-10-14 22:43 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-14 22:42 divoplade [this message]
2020-10-15  8:40 ` Configuration for Cuirass Mathieu Othacehe
2020-10-15  9:19   ` divoplade
2020-10-15 12:32     ` Mathieu Othacehe
2020-10-15 14:39       ` divoplade
2020-10-18 15:46         ` Mathieu Othacehe
2020-10-18 15:51           ` divoplade
2020-10-18 16:24             ` Mathieu Othacehe
2020-10-18 16:36               ` divoplade
2020-10-18 17:38                 ` Mathieu Othacehe
2020-10-18 17:50                   ` divoplade
2020-10-19 10:27                     ` Mathieu Othacehe
2020-10-19 17:04                       ` divoplade

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=78f08542a333b6fc25b14a99f8f254ad090482a5.camel@divoplade.fr \
    --to=d@divoplade.fr \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).