summaryrefslogtreecommitdiff
path: root/guix/build/http.scm
AgeCommit message (Expand)Author
2012-11-09http: Add informative output....* guix/build/http.scm (http-fetch): Emit message indicating the download. Ludovic Courtès
2012-11-09http: Check the HTTP response code, and bail if not 200....* guix/build/http.scm (http-fetch): Check RESP's code; error out when it's not 200. Ludovic Courtès
2012-10-18http/ftp: Tweak to avoid depending on libc's NSS....* guix/build/http.scm (open-connection-for-uri): New procedure. (http-fetch): Use it. Pass the result as a #:port argument to `http-get'. Add hack to modify the `set-port-encoding!' binding in (web response). * guix/ftp-client.scm (ftp-open): Add optional `port' parameter, defaulting to 21. When calling `getaddrinfo', convert PORT to a string and pass AI_NUMERICSERV when PORT is a number. Ludovic Courtès
2012-06-12Augment `build-expression->derivation' with #:modules; add `http-fetch'....* guix/derivations.scm (imported-modules): New procedure. (build-expression->derivation): New keyword argument `modules'. Use `imported-modules' when MODULES is non-empty, and pass it with `-L' to GUILE. * guix/build/http.scm, guix/http.scm, tests/builders.scm: New files. Ludovic Courtès