[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] guix archive: '-f docker' supports package names as argument
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] guix archive: '-f docker' supports package names as arguments. |
Date: |
Sun, 08 Jan 2017 12:00:51 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Hi!
Ricardo Wurmus <address@hidden> skribis:
> Ludovic Courtès <address@hidden> writes:
>
>> This allows users to type:
>>
>> guix archive -f docker emacs
>>
>> as was already the case for the 'nar' format.
>>
>> Reported by David Thompson.
>>
>> * guix/scripts/archive.scm (%default-options): Add 'format'.
>> (export-from-store): Dispatch based on the 'format' key in OPTS.
>> (guix-archive): Call 'export-from-store' in all cases when the 'export'
>> key is in OPTS.
>
> Nice, looks good to me! Thank you.
Thanks, applied.
Other things we could do:
1. Write the archive to standard output, for consistency with what
happens with the nar format.
2. Allow several items to be passed on the command line, as is the
case with nar exports. We might need to create a profile
transparently for this to make sense, but then it becomes more than
just an archive.
Thoughts?
Ludo’.
- [PATCH] Creating a docker image with Guix, (continued)
- Re: [PATCH] Creating a docker image with Guix, Ludovic Courtès, 2017/01/04
- Re: [PATCH] Creating a docker image with Guix, Ricardo Wurmus, 2017/01/05
- Re: [PATCH] Creating a docker image with Guix, Thompson, David, 2017/01/05
- Re: [PATCH] Creating a docker image with Guix, Ludovic Courtès, 2017/01/05
- [PATCH] guix archive: '-f docker' supports package names as arguments., Ludovic Courtès, 2017/01/06
- Re: [PATCH] guix archive: '-f docker' supports package names as arguments., Ricardo Wurmus, 2017/01/07
- Re: [PATCH] guix archive: '-f docker' supports package names as arguments.,
Ludovic Courtès <=
Re: Creating a docker image with Guix, Christopher Allan Webber, 2017/01/02
Re: Creating a docker image with Guix, Jan Nieuwenhuizen, 2017/01/03