all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alex Kost <alezost@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH 0/5] gnu/packages/aux-files
Date: Sat, 18 Feb 2017 12:21:40 +0300	[thread overview]
Message-ID: <20170218092145.28459-1-alezost@gmail.com> (raw)

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

             reply	other threads:[~2017-02-18  9:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-18  9:21 Alex Kost [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170218092145.28459-1-alezost@gmail.com \
    --to=alezost@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.