all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: calnomble--- via "Development of GNU Guix and the GNU System distribution." <guix-devel@gnu.org>
To: Vincent Legoll <vincent.legoll@gmail.com>
Cc: guix-devel <guix-devel@gnu.org>, Mathieu Othacehe <othacehe@gnu.org>
Subject: Re: Staging branch [substitute availability armhf-linux]
Date: Tue, 19 Jan 2021 23:51:40 +0000	[thread overview]
Message-ID: <u5vYjGK3RDRc4dhCzC6ZUMXDnHO9-f6obN3PK31tjkvfnbApzbWWBpkyOYjIsnt-4A8i4K1u8U-OT6bd2CmGpyvckEp2ExON2CXuK5u-9lA=@protonmail.com> (raw)
In-Reply-To: <ZxhgNGqYqAHi28eG2ztHCpGOOBWekVjlzh8L2tWPq3dTN5dY9XbUu9u3SNQuSTKdDF6P-2wCJ2W_8wqnhVuDkOFEHX3dAT17t3MHVMq1OnU=@protonmail.com>

[-- Attachment #1: Type: text/plain, Size: 38 bytes --]

Sorry, I forgot to attach that config.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: test.scm --]
[-- Type: text/x-scheme; name=test.scm, Size: 2153 bytes --]

(use-modules (gnu bootloader)
             (gnu bootloader u-boot)
             (gnu services base)
             (gnu system)
             (gnu system image)
             (gnu system file-systems)
             (guix channels)
             (guix inferior)
             (srfi srfi-1))

(define wip-pinebook
  (list (channel (name 'guix)
                 (url "https://git.savannah.gnu.org/git/guix.git")
                 (branch "wip-pinebook-pro")
                 (introduction
                   (make-channel-introduction
                     "47a5442aa7dad8b1904483954e91640c3cac5e90"
                     (openpgp-fingerprint
                       "658073613BFCC5C7E2E45D45DC518FC87F9716AA"))))))
(define inferior-pinebook (inferior-for-channels wip-pinebook))

(operating-system
  (host-name "test")
  (timezone "US/Eastern")
  (locale "en_US.utf8")
  (bootloader (bootloader-configuration
                (bootloader u-boot-pinebook-pro-rk3399-bootloader)
                (target "/dev/vda")))
  (kernel (first (lookup-inferior-packages inferior-pinebook
                                           "linux-libre-pinebook-pro")))
  (kernel-arguments (cons* "video=HDMI-A-1:1920x1080@60"
                           "video=eDP-1:1920x1080@60"
                           "vga=current"
                           %default-kernel-arguments))
  (initrd-modules '())
  (file-systems (cons (file-system
                        (device (file-system-label root-label))
                        (mount-point "/")
                        (type "ext4"))
                      %base-file-systems))
  (users (cons (user-account
                 (name "test")
                 (group "users")
                 (supplementary-groups '("wheel"))
                 (password (crypt "test" "$5$ca")))
               %base-user-accounts))
  (services (cons* (service agetty-service-type
                            (agetty-configuration
                              (extra-options '("-L"))
                              (baud-rate "1500000")
                              (term "vt100")
                              (tty "ttyS2")))
                   %base-services)))

  reply	other threads:[~2021-01-20  0:03 UTC|newest]

Thread overview: 94+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-06 17:58 Staging branch Leo Famulari
2020-12-06 19:11 ` Ryan Prior
2020-12-06 20:20   ` Leo Famulari
2020-12-06 20:58     ` Leo Famulari
2020-12-13 20:00 ` Leo Famulari
2020-12-13 20:02   ` John Soo
2020-12-13 20:56     ` Leo Famulari
2020-12-13 21:33       ` Christopher Baines
2020-12-13 21:44       ` John Soo
2020-12-13 21:48         ` Leo Famulari
2020-12-13 21:50           ` John Soo
2020-12-13 22:10             ` Leo Famulari
2020-12-13 22:12               ` John Soo
2020-12-13 23:01                 ` Leo Famulari
2020-12-13 23:06                   ` John Soo
2020-12-23  5:27 ` Leo Famulari
2020-12-23 22:46   ` Leo Famulari
2020-12-29  7:37     ` Efraim Flashner
2021-01-05  1:37       ` Staging branch [aarch64 failures] Leo Famulari
2021-01-05 12:01         ` Efraim Flashner
2021-01-05 20:17           ` Efraim Flashner
2021-01-05 23:07           ` Leo Famulari
2020-12-29  8:39     ` Staging branch Efraim Flashner
2020-12-29 14:00       ` Efraim Flashner
2020-12-29 19:05         ` Leo Famulari
2020-12-30  8:57           ` Efraim Flashner
2020-12-30 20:24             ` Leo Famulari
2020-12-30 20:50               ` Efraim Flashner
2021-01-02 16:59                 ` John Soo
2021-01-02 18:37                   ` Leo Famulari
2021-01-03  4:38                     ` John Soo
2021-01-03 21:33                       ` Leo Famulari
2021-01-02 19:01                 ` Reconfigured on staging Efraim Flashner
2021-01-02 19:07                   ` Efraim Flashner
2021-01-08 23:25 ` Staging branch [i686] Leo Famulari
2021-01-13 22:30 ` Staging branch [substitute availability] Leo Famulari
2021-01-13 23:31   ` Staging branch [substitute availability x86_64-linux] Leo Famulari
2021-01-13 23:33   ` Staging branch [substitute availability i686-linux] Leo Famulari
2021-01-14  0:22     ` Leo Famulari
2021-01-21 21:03       ` Leo Famulari
2021-01-14 22:37     ` Ricardo Wurmus
2021-01-14 23:16       ` Leo Famulari
2021-01-13 23:36   ` Staging branch [substitute availability armhf-linux] Leo Famulari
2021-01-14  8:44     ` Mathieu Othacehe
2021-01-14 12:22       ` zimoun
2021-01-14 22:18       ` Ludovic Courtès
2021-01-15  9:44         ` Mathieu Othacehe
2021-01-14 23:07       ` Leo Famulari
2021-01-15  8:27         ` Vincent Legoll
2021-01-15  9:54           ` Mathieu Othacehe
2021-01-15 17:15             ` Vincent Legoll
2021-01-15 20:07           ` Leo Famulari
2021-01-16 10:08             ` Vincent Legoll
2021-01-17  9:35               ` Mathieu Othacehe
2021-01-17 10:00                 ` Vincent Legoll
2021-01-17 10:09                   ` Vincent Legoll
2021-01-17 10:17                   ` Mathieu Othacehe
2021-01-17 10:56                     ` Vincent Legoll
2021-01-17 11:01                       ` Mathieu Othacehe
2021-01-17 16:23                         ` Vincent Legoll
2021-01-19 22:36                           ` calnomble--- via Development of GNU Guix and the GNU System distribution.
2021-01-19 23:51                             ` calnomble--- via Development of GNU Guix and the GNU System distribution. [this message]
2021-01-13 23:38   ` Staging branch [substitute availability aarch64-linux] Leo Famulari
2021-01-14  2:42     ` John Soo
2021-01-17 19:50     ` Efraim Flashner
2021-01-18 10:19       ` Efraim Flashner
2021-01-18 18:10         ` Leo Famulari
2021-01-14  8:39   ` Staging branch [substitute availability] Mathieu Othacehe
2021-01-14 10:04     ` Jonathan Brielmaier
2021-01-14 13:49       ` Mathieu Othacehe
2021-01-14 10:24     ` Tobias Geerinckx-Rice
2021-01-14 10:51       ` Mathieu Othacehe
2021-01-14 20:19         ` Tobias Geerinckx-Rice
2021-01-14 22:29     ` Ludovic Courtès
2021-01-15 17:55     ` Christopher Baines
2021-01-22 20:46   ` Leo Famulari
2021-01-23 11:58     ` Staging branch [problem with node-10.22] Jonathan Brielmaier
2021-01-23 20:00       ` Leo Famulari
2021-01-23 20:01       ` Leo Famulari
2021-01-23 21:29       ` Mark H Weaver
2021-01-23 21:47         ` Leo Famulari
2021-01-24 17:11     ` Staging branch [substitute availability] Ekaitz Zarraga
2021-01-26 23:51     ` Leo Famulari
2021-01-27  0:04       ` Staging branch [kwayland test failure] Leo Famulari
2021-01-28  9:52       ` Staging branch [substitute availability] Mathieu Othacehe
2021-01-28 13:47         ` Ludovic Courtès
2021-01-29  8:17           ` Mathieu Othacehe
2021-02-09 22:01             ` Ricardo Wurmus
2021-02-10 10:06               ` Mathieu Othacehe
2021-02-10 12:21                 ` Ricardo Wurmus
2021-02-10 13:06                   ` Mathieu Othacehe
2021-01-28 18:25       ` Efraim Flashner
2021-02-01 21:50 ` Staging branch Leo Famulari
2021-02-02 18:09   ` Ludovic Courtès

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

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

  git send-email \
    --in-reply-to='u5vYjGK3RDRc4dhCzC6ZUMXDnHO9-f6obN3PK31tjkvfnbApzbWWBpkyOYjIsnt-4A8i4K1u8U-OT6bd2CmGpyvckEp2ExON2CXuK5u-9lA=@protonmail.com' \
    --to=guix-devel@gnu.org \
    --cc=calnomble@protonmail.com \
    --cc=othacehe@gnu.org \
    --cc=vincent.legoll@gmail.com \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.