Re: [PATCH 0/5] gnu/packages/aux-files

2017-03-06 Thread Ludovic Courtès
Alex Kost  skribis:

> Alex Kost (2017-02-18 12:21 +0300) wrote:
>
>> Hello, as discussed at
>>
>>   http://lists.gnu.org/archive/html/guix-devel/2016-12/msg01174.html
>>
>> this patchset moves linux-libre .conf files and "guix-emacs.el" (needed
>> for Emacs) to "gnu/packages/aux-files", also it modifies "guix-emacs.el"
>> a bit.  These patches shouldn't change anything in a user experience.
>>
>> The .conf files will be called like this:
>>
>>   gnu/packages/aux-files/linux-libre/4.9-i686.conf
>>
>> or is it better to name them like this:
>>
>>   gnu/packages/aux-files/linux-libre/linux-libre-4.9-i686.conf   or
>>   gnu/packages/aux-files/linux-libre-4.9-i686.conf
>>
>> or something else?
>>
>> IIUC Ludovic is AFK now, so I would like to push these patches in a week
>> or so, if there will be no comments.
>
> Since there were no comments, I applied this patchset to master.

Great, thanks for working on it!  It looks right to me.

Ludo’.



Re: [PATCH 0/5] gnu/packages/aux-files

2017-02-28 Thread Alex Kost
Ricardo Wurmus (2017-02-27 16:07 +0100) wrote:

> Alex Kost  writes:
>
>>> IIUC Ludovic is AFK now, so I would like to push these patches in a week
>>> or so, if there will be no comments.
>>
>> Since there were no comments, I applied this patchset to master.
>
> I missed this patch set the first time around and only just went over
> it.  It looks good to me.  Thanks!

Thanks, I decided that I would just go on with it in a hope it wouldn't
break things :-)

-- 
Alex



Re: [PATCH 0/5] gnu/packages/aux-files

2017-02-27 Thread Ricardo Wurmus

Alex Kost  writes:

>> IIUC Ludovic is AFK now, so I would like to push these patches in a week
>> or so, if there will be no comments.
>
> Since there were no comments, I applied this patchset to master.

I missed this patch set the first time around and only just went over
it.  It looks good to me.  Thanks!

--
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net




Re: [PATCH 0/5] gnu/packages/aux-files

2017-02-27 Thread Alex Kost
Alex Kost (2017-02-18 12:21 +0300) wrote:

> Hello, as discussed at
>
>   http://lists.gnu.org/archive/html/guix-devel/2016-12/msg01174.html
>
> this patchset moves linux-libre .conf files and "guix-emacs.el" (needed
> for Emacs) to "gnu/packages/aux-files", also it modifies "guix-emacs.el"
> a bit.  These patches shouldn't change anything in a user experience.
>
> The .conf files will be called like this:
>
>   gnu/packages/aux-files/linux-libre/4.9-i686.conf
>
> or is it better to name them like this:
>
>   gnu/packages/aux-files/linux-libre/linux-libre-4.9-i686.conf   or
>   gnu/packages/aux-files/linux-libre-4.9-i686.conf
>
> or something else?
>
> IIUC Ludovic is AFK now, so I would like to push these patches in a week
> or so, if there will be no comments.

Since there were no comments, I applied this patchset to master.

-- 
Alex



[PATCH 0/5] gnu/packages/aux-files

2017-02-18 Thread Alex Kost
Hello, as discussed at

  http://lists.gnu.org/archive/html/guix-devel/2016-12/msg01174.html

this patchset moves linux-libre .conf files and "guix-emacs.el" (needed
for Emacs) to "gnu/packages/aux-files", also it modifies "guix-emacs.el"
a bit.  These patches shouldn't change anything in a user experience.

The .conf files will be called like this:

  gnu/packages/aux-files/linux-libre/4.9-i686.conf

or is it better to name them like this:

  gnu/packages/aux-files/linux-libre/linux-libre-4.9-i686.conf   or
  gnu/packages/aux-files/linux-libre-4.9-i686.conf

or something else?

IIUC Ludovic is AFK now, so I would like to push these patches in a week
or so, if there will be no comments.

[PATCH 1/5] packages: Add 'search-auxiliary-file'.
[PATCH 2/5] gnu: linux: Move configuration files to "aux-files".
[PATCH 3/5] gnu: emacs: Move "guix-emacs.el" to "aux-files".
[PATCH 4/5] gnu: emacs: Simplify "guix-emacs.el".
[PATCH 5/5] .gitignore: Remove stale entries.

11 files changed, 31 insertions(+), 49 deletions(-)
.gitignore |  5 -
Makefile.am| 21 ++-
.../packages/aux-files/emacs}/guix-emacs.el| 21 +--
.../linux-libre/4.1-i686.conf} |  0 
.../linux-libre/4.1-x86_64.conf}   |  0 
.../linux-libre/4.4-i686.conf} |  0 
.../linux-libre/4.4-x86_64.conf}   |  0 
.../linux-libre/4.9-i686.conf} |  0 
.../linux-libre/4.9-x86_64.conf}   |  0 
gnu/packages/emacs.scm | 24 ++
gnu/packages/linux.scm |  9