~ruther/guix-local

5501e6b6 — Ludovic Courtès 13 years ago
daemon: Properly initialize libgcrypt.

* nix/nix-daemon/guix-daemon.cc (main): Call `gcry_check_version'.
03fa2758 — Ludovic Courtès 13 years ago
build: Avoid error message during `make clean' when `test-tmp' doesn't exist.

* daemon.am (clean-local): Check whether $(GUIX_TEST_ROOT) exists before
  running `find'.
3aa6fab8 — Andreas Enge 13 years ago
distro: Add Libntlm, GNU GSS and GNU SASL.

* distro/packages/gsasl.scm: New file.
* Makefile.am (MODULES): Add it.
2aaa45b0 — Andreas Enge 13 years ago
distro: automake: Update to 1.12.6.

* distro/packages/autotools.scm (automake): Update to 1.12.6.
2ee8edc4 — Andreas Enge 13 years ago
distro: Add GNU Libidn.

* distro/packages/libidn.scm: New file.
* Makefile.am (MODULES): Add it.
a2745393 — Andreas Enge 13 years ago
distro: Update libtasn1 and gnutls.

* distro/packages/gnutls.scm: Update libtasn1 and gnutls.
5a8fd06d — Ludovic Courtès 13 years ago
distro: Add GNU idutils.

* distro/packages/idutils.scm: New file.
* Makefile.am (MODULES): Add it.
c8911fa3 — Andreas Enge 13 years ago
distro: Add rsync.

* distro/packages/rsync.scm: New file.
* Makefile.am (MODULES): Add it.
2ed139c4 — Andreas Enge 13 years ago
distro: Add mpfrcx and fplll.

* distro/packages/algebra.scm: New file.
* Makefile.am (MODULES): Add it.
5d5c4278 — Nikita Karetnikov 13 years ago
distro: Add Usbutils.

* distro/packages/linux.scm (usbutils): New variable.
3b48f78c — Nikita Karetnikov 13 years ago
distro: Add Libusb.

* distro/packages/libusb.scm: New file.
* Makefile.am (MODULES): Add it.
d8989c23 — Nikita Karetnikov 13 years ago
distro: Add Check.

* distro/packages/check.scm: New file.
* Makefile.am (MODULES): Add it.
c43e0061 — Ludovic Courtès 13 years ago
download: Remove unreachable SourceForge mirror.

* guix/download.scm (%mirrors)[sourceforge]: Remove kent.dl.*, which is
  unreachable.
3c738d6b — Ludovic Courtès 13 years ago
download: Correctly detect "No route to host" conditions.

* guix/build/download.scm (open-connection-for-uri): Delete addrinfos
  with the same address.  Always open SOCK_STREAM/IPPROTO_IP sockets.
  Fix the error handler's condition to determine what to do.
  Reported by Nikita Karetnikov <nikita.karetnikov@gmail.com> at
  <http://lists.gnu.org/archive/html/bug-guix/2012-12/msg00150.html>.
868fce7c — Ludovic Courtès 13 years ago
daemon: Gracefully handle Nix errors.

* nix/nix-daemon/guix-daemon.cc (main): Run Nix code in an exception
  handler; gracefully print error messages, and exit with EXIT_FAILURE.
e2332e8a — Ludovic Courtès 13 years ago
daemon: Warn against running as root without `--build-users-group'.

* nix/nix-daemon/guix-daemon.cc (main): Recommend using
  `--build-users-group' when running  as root without a build users
  group.
72ce0373 — Ludovic Courtès 13 years ago
daemon: Add `--chroot-directory'.

* nix/nix-daemon/guix-daemon.cc (GUIX_OPT_CHROOT_DIR): New macro.
  (options): Add `--chroot-directory'.
  (parse_opt): Handle it.
07ab4bf1 — Ludovic Courtès 13 years ago
guix-build: Add `--verbosity'.

* guix-build.in (%default-options): Add `verbosity'.
  (%options): Add `--verbosity'.
  (guix-build): Pass it to `set-build-options'.
  (show-help): Update accordingly.
* doc/guix.texi (Invoking guix-build): Document `--verbosity'.
da30f555 — Ludovic Courtès 13 years ago
daemon: Add `--debug' option.

* nix/nix-daemon/guix-daemon.cc (GUIX_OPT_DEBUG): New macro.
  (options): Add `--debug'.
  (parse_opt): Set `verbosity' upon GUIX_OPT_DEBUG.
335dd762 — Ludovic Courtès 13 years ago
daemon: Disable use of substitutes for now.

* nix/nix-daemon/guix-daemon.cc (main): Set `settings.useSubstitutes' to
  false, and `settings.substituters' to the empty list.
Next