<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix.git/guix/build/http.scm, branch master</title>
<subtitle>Personal branch of https://git.savannah.gnu.org/cgit/guix.git/ for implementing 'guix deploy'.
</subtitle>
<id>https://www.git.jakob.space/guix.git/atom?h=master</id>
<link rel='self' href='https://www.git.jakob.space/guix.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/'/>
<updated>2012-11-12T23:23:39Z</updated>
<entry>
<title>Remove (guix http) and (guix ftp).</title>
<updated>2012-11-12T23:23:39Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2012-11-12T23:22:44Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=87f5d36630db13fee1f2c0563505dc0938f3787e'/>
<id>urn:sha1:87f5d36630db13fee1f2c0563505dc0938f3787e</id>
<content type='text'>
* guix/ftp.scm, guix/http.scm, guix/build/ftp.scm, guix/build/http.scm:
  Remove.
* Makefile.am (MODULES): Likewise.
* tests/builders.scm, distro/packages/base.scm,
  distro/packages/bash.scm, distro/packages/bdw-gc.scm,
  distro/packages/compression.scm, distro/packages/gawk.scm,
  distro/packages/gnupg.scm, distro/packages/gperf.scm,
  distro/packages/guile.scm, distro/packages/libffi.scm,
  distro/packages/libsigsegv.scm, distro/packages/libtool.scm,
  distro/packages/libunistring.scm, distro/packages/lout.scm,
  distro/packages/m4.scm, distro/packages/multiprecision.scm,
  distro/packages/ncurses.scm, distro/packages/perl.scm,
  distro/packages/pkg-config.scm, distro/packages/pth.scm,
  distro/packages/readline.scm, distro/packages/recutils.scm: Use
  `url-fetch' instead of `http-fetch' and `ftp-fetch'.
* distro/packages/bootstrap.scm: Likewise
  (bootstrap-origin): Remove references to `http-fetch' and
  `ftp-fetch'.
* guix.scm (%public-modules): Remove `http' and `ftp'; add `download'.
</content>
</entry>
<entry>
<title>http: Add informative output.</title>
<updated>2012-11-08T23:21:18Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2012-11-08T23:21:18Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=cfeb75954a0fcf51acc2d33599e01e153a3570db'/>
<id>urn:sha1:cfeb75954a0fcf51acc2d33599e01e153a3570db</id>
<content type='text'>
* guix/build/http.scm (http-fetch): Emit message indicating the
  download.
</content>
</entry>
<entry>
<title>http: Check the HTTP response code, and bail if not 200.</title>
<updated>2012-11-08T23:19:20Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2012-11-08T23:19:20Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=e722af7522bd4e7625b876f6c7a3525e89d96e7c'/>
<id>urn:sha1:e722af7522bd4e7625b876f6c7a3525e89d96e7c</id>
<content type='text'>
* guix/build/http.scm (http-fetch): Check RESP's code; error out when
  it's not 200.
</content>
</entry>
<entry>
<title>http/ftp: Tweak to avoid depending on libc's NSS.</title>
<updated>2012-10-18T20:32:23Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2012-10-18T20:21:26Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=d14ecda913be98151f9c92f5f35e88cdb3457580'/>
<id>urn:sha1:d14ecda913be98151f9c92f5f35e88cdb3457580</id>
<content type='text'>
* 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.
</content>
</entry>
<entry>
<title>Augment `build-expression-&gt;derivation' with #:modules; add `http-fetch'.</title>
<updated>2012-06-11T22:18:14Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2012-06-11T22:18:14Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=3eb982377e32018d7d13c2f492c44a816781787f'/>
<id>urn:sha1:3eb982377e32018d7d13c2f492c44a816781787f</id>
<content type='text'>
* guix/derivations.scm (imported-modules): New procedure.
  (build-expression-&gt;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.
</content>
</entry>
</feed>
