all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46017] [PATCH 0/2] scripts: system: Accept <image> records as input.
@ 2021-01-21 11:37 Mathieu Othacehe
  2021-01-21 11:42 ` [bug#46017] [PATCH 1/2] image: Export image? procedure Mathieu Othacehe
  2021-01-21 11:52 ` [bug#46017] [PATCH v2] " Mathieu Othacehe
  0 siblings, 2 replies; 4+ messages in thread
From: Mathieu Othacehe @ 2021-01-21 11:37 UTC (permalink / raw)
  To: 46017; +Cc: Mathieu Othacehe

Hello,

Here is a patch adding support for <image> records as input of "guix system
image" command. This has been discussed here:
https://issues.guix.gnu.org/45933.

It would be nice to also provide some documentation about that feature. I have
delayed it because I felt the API was not stable enough. Maybe now is the
time. Joshua is proposing a Cookbook patch that could be a first step. Then,
I'll try to provide a proper description of the <image> record and the
associated commands in the documentation.

Thanks,

Mathieu

Mathieu Othacehe (2):
  image: Export image? procedure.
  scripts: system: Accept <image> records as input.

 gnu/image.scm                      |   1 +
 gnu/system/images/hurd.scm         |   3 +
 gnu/system/images/novena.scm       |   3 +
 gnu/system/images/pine64.scm       |   3 +
 gnu/system/images/pinebook-pro.scm |   3 +
 guix/scripts/system.scm            | 128 ++++++++++++++---------------
 tests/guix-system.sh               |   7 +-
 7 files changed, 80 insertions(+), 68 deletions(-)

-- 
2.29.2





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-21 11:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21 11:37 [bug#46017] [PATCH 0/2] scripts: system: Accept <image> records as input Mathieu Othacehe
2021-01-21 11:42 ` [bug#46017] [PATCH 1/2] image: Export image? procedure Mathieu Othacehe
2021-01-21 11:43   ` [bug#46017] [PATCH 2/2] scripts: system: Accept <image> records as input Mathieu Othacehe
2021-01-21 11:52 ` [bug#46017] [PATCH v2] " Mathieu Othacehe

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.