[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Add support for 'cvs-fetch' method in origins
From: |
Mark H Weaver |
Subject: |
Re: [PATCH] Add support for 'cvs-fetch' method in origins |
Date: |
Wed, 04 Feb 2015 10:41:27 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
address@hidden (Ludovic Courtès) writes:
>> + (gexp->derivation (or name "cvs-checkout") build
>> + #:system system
>> + ;; FIXME: See <https://bugs.gnu.org/18747>.
>> + ;;#:local-build? #t
>
> [...]
>
>> + #:local-build? #t)))
>
> To #:local-build? or not to #:local-build?, that is the question. :-)
Oops :) This was inherited from 'svn-fetch'. I've fixed them both now.
> LGTM modulo these little things.
I incorporated your suggestions and pushed.
Thanks!
Mark