~ruther/guix-local

c9b70836 — Ludovic Courtès 13 years ago
build: Make `--enable-daemon' the default.

* configure.ac: Have $guix_build_daemon default to "yes".
3a61f801 — Ludovic Courtès 13 years ago
build: When `--enable-daemon', don't error out when Nix programs are missing.

* config-daemon.ac: Move AC_ARG_ENABLE([daemon]...)...
* configure.ac: ... here.
  When Nix programs are not found, error out only when
  $guix_build_daemon is no.
8a9451c8 — Ludovic Courtès 13 years ago
tests: Arrange to have the socket file name fit in `sun_path'.

* test-env.in (NIX_STATE_DIR): Choose a slightly smaller directory name.
fdb50f8d — Ludovic Courtès 13 years ago
tests: base32: Work around `system*' bug.

* tests/base32.scm (%nix-hash): When `getenv' returns the empty string,
  ignore it.
  (%have-nix-hash?): New variable.  Update `test-skip' clause to use it.
a9128eac — Ludovic Courtès 13 years ago
daemon: Use `openssl' from $PATH.

* daemon.am (-DOPENSSL_PATH): Default to "openssl".
* TODO: Mention removal of OpenSSL dependency.
4d152bf1 — Ludovic Courtès 13 years ago
Merge branch 'master' into nix-integration

Conflicts:
	guix/store.scm
3259877d — Ludovic Courtès 13 years ago
store: Add GC-related operations.

* guix/store.scm (gc-action): New enumerate type.
  (read-long-long, read-string-list, write-store-path,
  write-store-path-list, read-store-path-list): New procedures.
  (write-arg): Add support for `store-path' and `store-path-list'.
  (read-arg): Add support for `store-path-list'.
  (define-operation): Add support for multiple-value returns.
  (run-gc, live-paths, dead-paths, collect-garbage, delete-paths): New
  procedures.
  (%long-long-max): New macro.
* tests/store.scm: New file.
* Makefile.am (TESTS): Add it.
d3648e01 — Ludovic Courtès 13 years ago
store: Add `add-temp-root'.

* guix/store.scm (add-temp-root): New procedure.
2af7e4a3 — Ludovic Courtès 13 years ago
Update `THANKS'.
51c8d790 — Ludovic Courtès 13 years ago
doc: Correct short name of `--install' option of `guix-package'.

* doc/guix.texi (Invoking guix-package): Fix short form of `--install'.
  Reported by Andreas Enge <andreas@enge.fr>.
4ce823c4 — Ludovic Courtès 13 years ago
daemon: Update to Nix 1.2-1-ge087bfe.
2d34fa49 — Ludovic Courtès 13 years ago
Update `TODO'.
09c95deb — Ludovic Courtès 13 years ago
Change email address in `AUTHORS'.
a0f16bb6 — Ludovic Courtès 13 years ago
Update `AUTHORS'.
838d78e3 — Nikita Karetnikov 13 years ago
Add (guix licenses).

* guix/licenses.scm: New file.
* Makefile.am (MODULES): Add it.
a4eabecd — Ludovic Courtès 13 years ago
download: Fix the primary Savannah URL.

* guix/download.scm (%mirrors)[savannah]: Use
  "http://download.savannah.gnu.org/releases/" as the primary URL.
6ad2697d — Nikita Karetnikov 13 years ago
distro: Add ACL.

* distro/packages/acl.scm: New file.  Dependency on Perl added by
  Ludovic.
* Makefile.am (MODULES): Add it.
3d282f90 — Nikita Karetnikov 13 years ago
distro: Add Attr.

* distro/packages/attr.scm: New file.  Dependency on Perl and
  `patch-shebang' added by Ludovic.
* Makefile.am (MODULES): Add it.
e9f6d6dd — Ludovic Courtès 13 years ago
doc: Add new dependencies in `README'.

* README (Hacking): Rename to...
  (Requirements): ... this.  Add the daemon's dependencies.
5c403e35 — Ludovic Courtès 13 years ago
daemon: Add more options.

* nix/nix-daemon/guix-daemon.cc (GUIX_OPT_BUILD_USERS_GROUP,
  GUIX_OPT_CACHE_FAILURES, GUIX_OPT_LOSE_LOGS,
  GUIX_OPT_DISABLE_STORE_OPTIMIZATION, GUIX_OPT_IMPERSONATE_LINUX_26):
  New macros.
  (options)["build-users-group", "cache-failures", "lose-logs",
  "disable-store-optimization", "impersonate-linux-2.6"]: New options.
  (parse_opt): Handle them.
Next