GNU bug report logs - #26645
guix potluck

Previous Next

Package: guix-patches;

Reported by: Andy Wingo <wingo <at> pobox.com>

Date: Mon, 24 Apr 2017 20:54:02 UTC

Severity: important

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #175 received at 26645 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Andy Wingo <wingo <at> igalia.com>
Cc: 26645 <at> debbugs.gnu.org
Subject: Re: bug#26645: [PATCH 4/9] guix: Add "potluck" command.
Date: Thu, 04 May 2017 22:23:34 +0200
Hello!

Andy Wingo <wingo <at> igalia.com> skribis:

> * guix/scripts/potluck.scm: New file.
> * Makefile.am: Add new file.

[...]

> +      (call-with-output-file (in-vicinity potluck-dir "README.md")
> +        (lambda (port)
> +          (format port
> +                  "\

Please add (G_ …) for i18n, and also add the file to po/guix/POTFILES.in.

> +This directory defines potluck packages.  Each file in this directory should
> +define one package.  See https://potluck.guixsd.org/ for more information.

I’ll email guix-sysadmin so potluck.guixsd.org points to the same IP as
guix-potluck.org.  :-)

> +    (let* ((opts     (parse-command-line args %options
> +                                         (list %default-options)
> +                                         #:argument-handler
> +                                         parse-sub-command))

‘parse-command-line’ honors $GUIX_BUILD_OPTIONS, which is unnecessary
here.  Instead, we should use ‘args-fold*’ like in (guix scripts hash),
for instance.

Otherwise LGTM, thanks!

Ludo’.




This bug report was last modified 1 year and 308 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.