[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39587] [PATCH v2] gnu: Add haproxy.
From: |
Jelle Licht |
Subject: |
[bug#39587] [PATCH v2] gnu: Add haproxy. |
Date: |
Fri, 14 Feb 2020 16:54:05 +0100 |
Hey Brice,
I pushed your commit as 96945cabe038cd02c2d76e8821d264626fcc999a to
master with the following cosmetic nitpicks:
Brice Waegeneire <address@hidden> writes:
> [...]
> + (arguments
> + `(#:make-flags
> + (let* ((out (assoc-ref %outputs "out")))
> + (list (string-append "PREFIX=" out)
> + (string-append "DOCDIR=" out "/share/" ,name)
> + "TARGET=linux-glibc"
> + "USE_LUA=1"
> + "USE_OPENSSL=1"
> + "USE_ZLIB=1"
> + "USE_PCRE_2=1"))
> + #:tests? #f ; there is only regression tests, using varnishtest
^are
> [...]
> + (description "HAProxy is a free, very fast and reliable solution offering
> +high availability, load balancing, and proxying for TCP and HTTP-based
> +applications. It is particularly suited for web sites crawling under very
> +high loads while needing persistence or Layer7 processing. Supporting tens
> of
> +thousands of connections is clearly realistic with todays hardware.")
^today's
> [...]
Thanks again for packaging this!
- Jelle