bug-guix
[Top][All Lists]
Advanced

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

bug#47164: Cuirass specification complains about missing guix channel wh


From: Mathieu Othacehe
Subject: bug#47164: Cuirass specification complains about missing guix channel when a non-guix channel gets a new commit alone
Date: Thu, 25 Mar 2021 15:07:56 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Also note that you can now use this specification:

--8<---------------cut here---------------start------------->8---
(list
 (specification
  (namee "my-pkgs")
  (build '(channels my-guix-packages))
  (channels
   (list %default-guix-channel
         (channel
          (name 'my-guix-packages)
          (url "https://github.com/methuselah-0/my-guix-packages.git";))))))
--8<---------------cut here---------------end--------------->8---

to have Cuirass build all the packages in your personal channel and rely
on the build farm at https://ci.guix.gnu.org to build all the other
packages.

Thanks,

Mathieu





reply via email to

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