all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 0/5] gnu/packages/aux-files
@ 2017-02-18  9:21 Alex Kost
  2017-02-18  9:21 ` [PATCH 1/5] packages: Add 'search-auxiliary-file' Alex Kost
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Alex Kost @ 2017-02-18  9:21 UTC (permalink / raw)
  To: guix-devel

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 ++++----

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

end of thread, other threads:[~2017-03-06 15:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-18  9:21 [PATCH 0/5] gnu/packages/aux-files Alex Kost
2017-02-18  9:21 ` [PATCH 1/5] packages: Add 'search-auxiliary-file' Alex Kost
2017-02-18  9:21 ` [PATCH 2/5] gnu: linux: Move configuration files to "aux-files" Alex Kost
2017-02-18  9:21 ` [PATCH 3/5] gnu: emacs: Move "guix-emacs.el" " Alex Kost
2017-02-18  9:21 ` [PATCH 4/5] gnu: emacs: Simplify "guix-emacs.el" Alex Kost
2017-02-18  9:21 ` [PATCH 5/5] .gitignore: Remove stale entries Alex Kost
2017-02-27 13:46 ` [PATCH 0/5] gnu/packages/aux-files Alex Kost
2017-02-27 15:07   ` Ricardo Wurmus
2017-02-28 14:01     ` Alex Kost
2017-03-06 15:50   ` Ludovic Courtès

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.