Re: Cleaning up make clean's behavior

2018-06-02 Thread Vincent Legoll
Hello On Sunday, June 3, 2018, Mark H Weaver wrote: > I don't think we should change "make clean" to delete files in the > working directory that were not created by our build system. > > I, for one, keep many files of notes and draft patches in my Guix > working directory. I've been doing thi

Fwd: Re: Patch file for colorize module

2018-06-02 Thread Ricardo Wurmus
Hi Sahithi, a couple of days ago I wrote this: > We’re still lacking code to actually use “colorize-string” anywhere. > Could you please prepare a patch or a series of patches that achieves > the following: > > * add a soft port to (guix ui) that colorizes strings that match an > internal lis

Re: Cleaning up make clean's behavior

2018-06-02 Thread Mark H Weaver
jerem...@pdp10.guru writes: > As running make clean breaks the bootstrap script. > I propose we leverage git's shallow clones (git clone --depth 1 $URL) > and include the .git directory with the repo such that we could simply > have make clean check for git and if it exists run git clean -xdf and

Re: Cleaning up make clean's behavior

2018-06-02 Thread Gábor Boskovits
2018-06-02 18:46 GMT+02:00 Nils Gillmann : > Hi Jeremiah, > > jerem...@pdp10.guru transcribed 946 bytes: > > As running make clean breaks the bootstrap script. > > I propose we leverage git's shallow clones (git clone --depth 1 $URL) > > and include the .git directory with the repo such that we co

Re: Cleaning up make clean's behavior

2018-06-02 Thread Nils Gillmann
Hi Jeremiah, jerem...@pdp10.guru transcribed 946 bytes: > As running make clean breaks the bootstrap script. > I propose we leverage git's shallow clones (git clone --depth 1 $URL) > and include the .git directory with the repo such that we could simply > have make clean check for git and if it ex

Cleaning up make clean's behavior

2018-06-02 Thread Jeremiah
As running make clean breaks the bootstrap script. I propose we leverage git's shallow clones (git clone --depth 1 $URL) and include the .git directory with the repo such that we could simply have make clean check for git and if it exists run git clean -xdf and then only if git fails to exist, fall

Re: GSoC: Adding a web interface similar to the Hydra web interface

2018-06-02 Thread Ricardo Wurmus
Hi Tatiana, did you find the database files useful? Could you please let us know what the current state of your project is? Thanks, Ricardo Ricardo Wurmus writes: > Hi Tatiana, > >> I've just made a new commit. I tried to fix codestyle mistakes but I'm not >> sure that I managed to cover the

Re: Fwd: Re: Patch file for colorize module

2018-06-02 Thread Ricardo Wurmus
Hi Sahithi, do you have any questions about the next steps outlined in the email below? Cheers, Ricardo Ricardo Wurmus writes: > Hi Sahithi, > >>> Have you started on working on this yet? If so,could you please give us >>> an update on your progress via email? >>> >> I have started out using