Subject | Hash | Author | Date (UTC) |
---|---|---|---|
images: Add pine64-barebones-raw-image. | 8a4f1eef98490827b331460d7432de843926869b | Mathieu Othacehe | 2020-10-06 07:50:55 |
build-system/cargo: Don't install .crates.toml file. | c1cc0c4865a8bfff43c5c9bd6ae8dcadb061c8a0 | Efraim Flashner | 2020-10-06 07:29:47 |
gnu: emacs-ivy-posframe: Update to 0.5.0. | 3b186ab72b135f0b9cbc3a59c4d8b6cee99b6e73 | Nicolas Goaziou | 2020-10-06 07:09:48 |
gnu: vlang: Correctly refer to output directories. | 527b27f14c110bda4c02bc3f6ee2efb1129458c4 | Efraim Flashner | 2020-10-06 06:45:13 |
gnu: vlang: Use cc-for-target. | 6450070b9197516f84ff15d8c8653544ea1fb119 | Efraim Flashner | 2020-10-06 06:44:25 |
services: dnsmasq: Add TFTP configuration fields. | 34d1c0a03b51fdaef26a3bc630ab096da740e1d6 | Danny Milosavljevic | 2020-09-27 19:06:30 |
gnu: lsh: Enable some tests. | 3e34f89980416a3b2f8637b3f7d15e35ff56e92d | Maxim Cournoyer | 2020-10-06 03:52:24 |
gnu: lsh: Fix X11 forwarding. | 0ec195ff02f2817bc52f9c06b85a89b414b0b28c | Maxim Cournoyer | 2020-10-06 03:48:45 |
gnu: perl-cgi: Update to 4.51. | fb81bd9e0bcd12bd371ec8b87f5ade777995e6c4 | Tobias Geerinckx-Rice | 2020-10-06 00:53:24 |
gnu: python-flake8: Update to 3.8.4. | f6a087a68fa133649940a35011692944c4426dfb | Tobias Geerinckx-Rice | 2020-10-06 00:53:13 |
gnu: seahorse: Update to 3.36.2. | f68cbccf5df51038f595a625a88f61b1bced6116 | Tobias Geerinckx-Rice | 2020-10-06 00:45:39 |
gnu: s6-portable-utils: Update to 2.2.3.0. | b8da9c30d4fea873b77a831341048068653b4f3b | Tobias Geerinckx-Rice | 2020-10-06 00:40:51 |
gnu: s6-dns: Update to 2.3.3.0. | f182b49c87505b68f8debe45be711ba05ca87556 | Tobias Geerinckx-Rice | 2020-10-06 00:40:49 |
gnu: obs: Update to 26.0.1. | 69ba32312b698240d9c3f69a872b82ef8166787b | Tobias Geerinckx-Rice | 2020-10-06 00:40:14 |
gnu: goffice: Update to 0.10.48. | 10ac3ea2e42c78631e23ae650903118783747ca5 | Tobias Geerinckx-Rice | 2020-10-06 00:40:02 |
gnu: spice-protocol: Update to 0.14.3. | 05e9a46347649b8b5014118a8574fe2e4d210d76 | Tobias Geerinckx-Rice | 2020-10-06 00:35:12 |
gnu: Fix up package copyright headers. | 6c273ee4332ff537aff05eafa276c64018eb15dc | Tobias Geerinckx-Rice | 2020-10-06 00:03:42 |
gnu: libshout: Update to 2.4.4. | d3b9cbd9c8728f977aa12708d0b034e609f07436 | Tobias Geerinckx-Rice | 2020-10-05 19:29:33 |
gnu: vlang: Run mosts tests. | ec7da7d6289eac9d4aa69be8c0666605725d2333 | Tobias Geerinckx-Rice | 2020-10-05 23:02:53 |
gnu: vlang: Update to 0.1.29. | 84fa2ced47e16de66674ca169845a6f08cb5ef6c | Tobias Geerinckx-Rice | 2020-10-05 23:01:33 |
File | Lines added | Lines deleted |
---|---|---|
gnu/ci.scm | 3 | 1 |
gnu/system/images/pine64.scm | 8 | 1 |
File gnu/ci.scm changed (mode: 100644) (index fc35be87b4..bf9952a450) | |||
56 | 56 | #:use-module (gnu system vm) | #:use-module (gnu system vm) |
57 | 57 | #:use-module (gnu system install) | #:use-module (gnu system install) |
58 | 58 | #:use-module (gnu system images hurd) | #:use-module (gnu system images hurd) |
59 | #:use-module (gnu system images pine64) | ||
59 | 60 | #:use-module (gnu tests) | #:use-module (gnu tests) |
60 | 61 | #:use-module (srfi srfi-1) | #:use-module (srfi srfi-1) |
61 | 62 | #:use-module (srfi srfi-26) | #:use-module (srfi srfi-26) |
... | ... | SYSTEM." | |
203 | 204 | '("x86_64-linux" "i686-linux")) | '("x86_64-linux" "i686-linux")) |
204 | 205 | ||
205 | 206 | (define %guix-system-images | (define %guix-system-images |
206 | (list hurd-barebones-qcow2-image)) | ||
207 | (list hurd-barebones-qcow2-image | ||
208 | pine64-barebones-raw-image)) | ||
207 | 209 | ||
208 | 210 | (define (image-jobs store system) | (define (image-jobs store system) |
209 | 211 | "Return a list of jobs that build images for SYSTEM." | "Return a list of jobs that build images for SYSTEM." |
File gnu/system/images/pine64.scm changed (mode: 100644) (index c738a77078..f0b0c3f50d) | |||
28 | 28 | #:use-module (gnu system image) | #:use-module (gnu system image) |
29 | 29 | #:use-module (srfi srfi-26) | #:use-module (srfi srfi-26) |
30 | 30 | #:export (pine64-barebones-os | #:export (pine64-barebones-os |
31 | pine64-image-type)) | ||
31 | pine64-image-type | ||
32 | pine64-barebones-raw-image)) | ||
32 | 33 | ||
33 | 34 | (define pine64-barebones-os | (define pine64-barebones-os |
34 | 35 | (operating-system | (operating-system |
57 | 58 | (image-type | (image-type |
58 | 59 | (name 'pine64-raw) | (name 'pine64-raw) |
59 | 60 | (constructor (cut image-with-os arm64-disk-image <>)))) | (constructor (cut image-with-os arm64-disk-image <>)))) |
61 | |||
62 | (define pine64-barebones-raw-image | ||
63 | (image | ||
64 | (inherit | ||
65 | (os->image pine64-barebones-os #:type pine64-image-type)) | ||
66 | (name 'pine64-barebones-raw-image))) |