guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 11/11] gnu: Add pagure.


From: Leo Famulari
Subject: Re: [PATCH 11/11] gnu: Add pagure.
Date: Sun, 11 Dec 2016 17:54:42 -0500
User-agent: Mutt/1.7.1 (2016-10-04)

On Sun, Dec 11, 2016 at 06:12:37PM +0000, ng0 wrote:
> * gnu/packages/version-control.scm (pagure): New variable.

> +         (add-after 'install 'install-additional-files
> +           ;; We need to copy files.

Can you give a little more detail about what these files are, why we
need them, etc?

> +           (lambda* (#:key outputs #:allow-other-keys)
> +             (install-file "files/pagure.cfg.sample"
> +                           (string-append (assoc-ref outputs "out") 
> "/etc/pagure/"))
> +             (install-file "files/alembic.ini"
> +                           (string-append (assoc-ref outputs "out") 
> "/etc/pagure/"))
> +             (install-file "files/pagure.conf"
> +                           (string-append (assoc-ref outputs "out") 
> "/etc/httpd/conf.d/"))
> +             (install-file "files/pagure.wsgi"
> +                           (string-append (assoc-ref outputs "out") 
> "/share/pagure/"))
> +             (install-file "createdb.py"
> +                           (string-append (assoc-ref outputs "out") 
> "/share/pagure/"))
> +             #t)))))

> +       ;; pyclamd ; only for VIRUS_SCAN_ATTACHMENTS

Is this a TODO package?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]