Re: [PATCH] Replace individual scripts with master 'guix' script

2013-02-17 Thread Ludovic Courtès
Mark H Weaver skribis: >> (install-locale) >> (textdomain "guix") >> (setvbuf (current-output-port) _IOLBF) >> (setvbuf (current-error-port) _IOLBF) > > Done. FYI in commit 633f045 I removed now redundant calls like the above, and made ‘initialize-guix’ and ‘install-locale’ private to (g

Re: [PATCH] Replace individual scripts with master 'guix' script

2013-02-16 Thread Ludovic Courtès
Hi Mark! Mark H Weaver skribis: >> • Arrange commits such that everything always works; thus, update >> tests to use the new command names in the same commit that changes >> those commands. > > Indeed. The reason I initially kept the test updates separated is > because I wasn't sure i

Re: [PATCH] Replace individual scripts with master 'guix' script

2013-02-14 Thread Mark H Weaver
U notation: > > Usage: guix COMMAND ARGS... Done. Here's the new patch, compressed this time. Please let me know what you think. I think this might be about ready to push. Mark 0001-Replace-individual-scripts-with-master-guix-script.patch.gz Description: [PATCH] Replace individual scripts with master 'guix' script

Re: [PATCH] Replace individual scripts with master 'guix' script

2013-02-14 Thread Ludovic Courtès
Hi! Mark H Weaver skribis: > From 726ef0a61f943522ecb5a8d8b609c6810727b9d3 Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Thu, 14 Feb 2013 04:15:25 -0500 > Subject: [PATCH 1/2] PRELIMINARY: Replace individual scripts with master > 'guix' script. > > TODO: Update documentation. > TODO: