unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Mathieu Lirzin <mthl@gnu.org>
To: guix-devel@gnu.org
Subject: [PATCH 0/2] Clean repository top-level directory.
Date: Sun,  3 Apr 2016 18:18:44 +0200	[thread overview]
Message-ID: <1459700326-30016-1-git-send-email-mthl@gnu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1694 bytes --]


Currently Guix has quite a lot of files in its top level directory.  IMO it
makes it hard to have a global view on the project and doesn't help
understanding how those files relates to each other.  These two patches tries
to improve that, but of course this is pure bikeshedding.  :)

Mathieu Lirzin (2):
  build: Move included files to subdirectories.
  build: Move environment scripts to 'build-aux' directory.

 Makefile.am               |   8 +-
 build-aux/pre-inst-env.in |  71 ++++
 build-aux/test-env.in     | 131 +++++++
 configure.ac              |   5 +-
 daemon.am                 | 226 ------------
 doc.am                    | 157 ---------
 doc/guix.texi             |   2 +-
 doc/local.mk              | 157 +++++++++
 emacs.am                  |  73 ----
 emacs/guix-config.el.in   |   2 +-
 emacs/local.mk            |  73 ++++
 gnu-system.am             | 883 ----------------------------------------------
 gnu/local.mk              | 883 ++++++++++++++++++++++++++++++++++++++++++++++
 guix/config.scm.in        |   4 +-
 nix/local.mk              | 226 ++++++++++++
 pre-inst-env.in           |  71 ----
 test-env.in               | 131 -------
 17 files changed, 1552 insertions(+), 1551 deletions(-)
 create mode 100644 build-aux/pre-inst-env.in
 create mode 100644 build-aux/test-env.in
 delete mode 100644 daemon.am
 delete mode 100644 doc.am
 create mode 100644 doc/local.mk
 delete mode 100644 emacs.am
 create mode 100644 emacs/local.mk
 delete mode 100644 gnu-system.am
 create mode 100644 gnu/local.mk
 create mode 100644 nix/local.mk
 delete mode 100644 pre-inst-env.in
 delete mode 100644 test-env.in

-- 
2.8.0.rc3


             reply	other threads:[~2016-04-03 16:19 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-03 16:18 Mathieu Lirzin [this message]
2016-04-03 16:18 ` [PATCH 1/2] build: Move included files to subdirectories Mathieu Lirzin
2016-04-04  2:36   ` Eric Bavier
2016-04-14 17:46     ` Ludovic Courtès
2016-04-14 22:55       ` Mathieu Lirzin
2016-04-16 22:54         ` Ludovic Courtès
2016-05-21 21:41           ` Mathieu Lirzin
2016-05-22 20:33             ` Ludovic Courtès
2016-04-03 16:18 ` [PATCH 2/2] build: Move environment scripts to 'build-aux' directory Mathieu Lirzin
2016-04-03 17:05   ` Alex Kost
2016-04-03 17:18     ` Mathieu Lirzin
2016-04-03 21:56       ` Alex Kost
2016-04-03 18:19     ` Leo Famulari
2016-04-03 19:19       ` Mathieu Lirzin
2016-04-14 17:48   ` 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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=1459700326-30016-1-git-send-email-mthl@gnu.org \
    --to=mthl@gnu.org \
    --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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).