| Commit message (Expand) | Author | Age |
* | daemon: Update to Nix 1.2-1-ge087bfe. | Ludovic Courtès | 2012-12-09 |
* | doc: Add new dependencies in `README'.•••* README (Hacking): Rename to...
(Requirements): ... this. Add the daemon's dependencies.
| Ludovic Courtès | 2012-12-06 |
* | 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.
| Ludovic Courtès | 2012-12-06 |
* | build: Update skip count in `tests/derivations.scm'.•••* tests/derivations.scm: When %STORE if #f, skip 11 tests.
| Ludovic Courtès | 2012-12-06 |
* | build: Run `distcheck' with `--enable-daemon'.•••* Makefile.am (AM_DISTCHECK_CONFIGURE_FLAGS): Add `--enable-daemon'.
| Ludovic Courtès | 2012-12-06 |
* | build: Add missing daemon header to the distribution.•••* daemon.am (guix_daemon_headers): New variable.
(noinst_HEADERS): Add it.
| Ludovic Courtès | 2012-12-06 |
* | build: Capture configure-time settings in (guix config).•••* configure.ac: Compute and substitute `guix_localstatedir'.
* m4/guix.m4: Substitute `guix_system'.
* guix/config.scm.in (%store-directory, %store-directory, %system): New
variables.
* guix/store.scm (%nix-state-dir): Remove.
(%default-socket-path): Use %STATE-DIRECTORY as the default.
(%store-prefix): Use %STORE-DIRECTORY as the default.
* guix/utils.scm (%current-system): Default to %SYSTEM.
| Ludovic Courtès | 2012-12-06 |
* | build: Run all the tests against the just-built daemon.•••* test-env.in: New file.
* configure.ac: Add it to `AC_CONFIG_FILES' and `commands-exec'.
* config-daemon.ac: Set and substitute `GUIX_TEST_ROOT'.
* Makefile.am (SCM_LOG_COMPILER, SH_LOG_COMPILER): Use it in lieu of
`pre-inst-env'.
* daemon.am (test_root): Remove
(AM_TESTS_ENVIRONMENT): Remove `TEST_ROOT'.
(clean-local): Use $(GUIX_TEST_ROOT); make files writable before
removing them.guix_test_root
* tests/guix-daemon.sh: Remove `NIX_' variable settings; don't launch
`guix-daemon'.
| Ludovic Courtès | 2012-12-06 |
* | tests: Remove hard-coded /nix/store.•••* tests/utils.scm ("store-path-package-name"): Use (%store-prefix)
instead of a hard-coded "/nix/store".
| Ludovic Courtès | 2012-12-05 |
* | daemon: Add `list-runtime-roots' script.•••* nix/scripts/list-runtime-roots.in: New file.
* config-daemon.ac: Add `AC_CONFIG_FILES' invocation for it.
* daemon.am (nodist_pkglibexec_SCRIPTS): New variable.
(AM_TESTS_ENVIRONMENT): Define `top_builddir'.
* tests/guix-daemon.sh: Export `NIX_ROOT_FINDER'.
* nix/sync-with-upstream: Substitute the path to the root finder in
libstore/gc.cc.
| Ludovic Courtès | 2012-12-05 |
* | daemon: Disable use of chroots when support is lacking.•••* nix/nix-daemon/guix-daemon.cc (options)[!HAVE_CHROOT]: Mention that
`--disable-chroot' has no effect.
(main)[!HAVE_CHROOT]: Set `useChroot' to false.
| Ludovic Courtès | 2012-12-05 |
* | daemon: Add test.•••* daemon.am (test_root, AM_TESTS_ENVIRONMENT): New variables.
(clean-local): New target.
* tests/guix-daemon.sh: New file.
| Ludovic Courtès | 2012-12-04 |
* | build: daemon: Add missing feature tests.•••* config-daemon.ac: Add feature tests needed for the daemon code. Taken
from Nix's `configure.ac'.
| Ludovic Courtès | 2012-12-04 |
* | build: daemon: Remove extraneous quotes in CPP macro `SYSTEM'.•••* config-daemon.ac: Remove extraneous quotes in definition of `SYSTEM'.
| Ludovic Courtès | 2012-12-04 |
* | daemon: Fix typo in libgcrypt bindings.•••* nix/libutil/md5.h (MD5_Final): Pass RESBUF as the first argument to
`guix_hash_final'.
* nix/libutil/sha1.h (SHA1_Final): Likewise.
* nix/libutil/sha256.h (SHA256_Final): Likewise.
| Ludovic Courtès | 2012-12-04 |
* | Merge branch 'master' into nix-integration | Ludovic Courtès | 2012-12-04 |
|\ |
|
| * | guix-build: Don't connect to the daemon when run with `--version' or `--help'.•••* guix-build.in (%store): Turn into a SRFI-39 parameter. Update users.
(guix-build): Set %STORE and call `open-connection' only after
`parse-options' has been called.
| Ludovic Courtès | 2012-12-04 |
| * | store: Honor $NIX_STORE_DIR and $NIX_STATE_DIR.•••* guix/store.scm (%nix-state-dir): Honor $NIX_STATE_DIR.
(%store-prefix): Honor $NIX_STORE_DIR.
| Ludovic Courtès | 2012-12-04 |
| * | derivations: Fix erroneous call to `add-to-store' for local files as input.•••* guix/derivations.scm (derivation)[inputs]: Fix typo in call to
`add-to-store'.
* tests/derivations.scm ("derivation with local file as input"): New test.
* tests/packages.scm ("trivial with local file as input"): New test.
| Ludovic Courtès | 2012-12-04 |
| * | Augment `TODO'. | Ludovic Courtès | 2012-12-04 |
| * | distro: Add GNU lsh.•••* distro/packages/lsh.scm,
distro/packages/patches/lsh-guile-compat.patch:
distro/packages/patches/lsh-no-root-login.patch:
distro/packages/patches/lsh-pam-service-name.patch: New files.
* Makefile.am (MODULES): Add lsh.scm.
(dist_patch_DATA): Add the above patches.
| Ludovic Courtès | 2012-12-04 |
| * | distro: Add util-linux.•••* distro/packages/linux.scm (util-linux): New variable.
| Nikita Karetnikov | 2012-12-04 |
| * | distro: Add psmisc.•••* distro/packages/linux.scm (psmisc): New variable.
| Ludovic Courtès | 2012-12-04 |
* | | build: Add `bootstrap' and `sync-with-upstream' scripts.•••* bootstrap, nix/sync-with-upstream: New files.
* Makefile.am (EXTRA_DIST): Add `bootstrap'.
* daemon.am (EXTRA_DIST): Add `nix/sync-with-upstream'.
| Ludovic Courtès | 2012-12-03 |
* | | build: Add Nix as a sub-module.•••* .gitmodules, nix-upstream: New files.
| Ludovic Courtès | 2012-12-03 |
* | | build: Include a copy of Nix's libstore and daemon; build it.•••* configure.ac: Call `AC_USE_SYSTEM_EXTENSIONS', and
`GUIX_SYSTEM_TYPE'. Add `--with-store-dir' option, and substitute
`storedir'. Include `config-daemon.ac'.
* config-daemon.ac: New file.
* Makefile.am [BUILD_DAEMON]: Include `daemon.am'.
* daemon.am: New file.
* m4/guix.m4 (GUIX_SYSTEM_TYPE): New macro.
* nix/libutil/gcrypt-hash.cc, nix/libutil/gcrypt-hash.hh,
nix/libutil/md5.h, nix/libutil/sha1.h, nix/libutil/sha256.h,
nix/nix-daemon/guix-daemon.cc, nix/nix-daemon/shared.hh: New files.
| Ludovic Courtès | 2012-12-03 |
|/ |
|
* | distro: make-bootstrap: Use `linux' module.•••* distro/packages/make-bootstrap.scm: Use (distro packages linux). This
is a followup to 80fe5c6.
| Ludovic Courtès | 2012-12-02 |
* | distro: gnutls: Build sequentially.•••* distro/packages/gnutls.scm (gnutls)[arguments]: New field.
| Ludovic Courtès | 2012-12-01 |
* | distro: guile-2.0: Update to 2.0.7.•••* distro/packages/guile.scm (guile-2.0): Switch to 2.0.7.
(guile-2.0/fixed): Stay at 2.0.6.
| Ludovic Courtès | 2012-11-30 |
* | distro: Add `guile-2.0/fixed', which should rarely change.•••* distro/packages/guile.scm (guile-2.0/fixed): New variable.
* distro/packages/base.scm (guile-final): Use it.
| Ludovic Courtès | 2012-11-30 |
* | distro: Import 'gettext' under a different name.•••* distro/packages/nano.scm, distro/packages/wget.scm: Import 'gettext'
from (distro packages gettext) under 'guix:gettext'.
| Nikita Karetnikov | 2012-11-28 |
* | distro: linux-libre-headers: Move to (distro packages linux).•••* distro/packages/base.scm (linux-libre-headers): Move to...
* distro/packages/linux.scm (linux-libre-headers): ... here.
| Ludovic Courtès | 2012-11-27 |
* | distro: Add Linux-PAM.•••* distro/packages/linux.scm: New file.
* Makefile.am (MODULES): Add it.
| Ludovic Courtès | 2012-11-27 |
* | download: Add kernel.org mirrors.•••* guix/download.scm (%mirrors): Add `kernel.org' mirrors.
| Ludovic Courtès | 2012-11-27 |
* | download: Keep only one slash when concatenating URIs.•••* guix/build/download.scm (url-fetch)[uri-vicinity]: New procedure.
[maybe-expand-mirrors]: Use it.
| Ludovic Courtès | 2012-11-27 |
* | distro: flex: Fix module name.•••* distro/packages/flex.scm: Change the module name to (distro packages
flex).
| Ludovic Courtès | 2012-11-27 |
* | distro: Add GNU Cpio.•••* distro/packages/cpio.scm,
distro/packages/patches/cpio-gets-undeclared.patch: New files.
* Makefile.am (MODULES): Add 'cpio.scm'.
(dist_patch_DATA): Add 'cpio-gets-undeclared.patch'.
| Nikita Karetnikov | 2012-11-25 |
* | distro: Add GNU Time.•••* distro/packages/time.scm: New file.
* Makefile.am (MODULES): Add it.
| Nikita Karetnikov | 2012-11-25 |
* | distro: Add GNU Which.•••* distro/packages/which.scm: New file.
* Makefile.am (MODULES): Add it.
| Nikita Karetnikov | 2012-11-25 |
* | build: Have `hydra.scm' return one job per package.•••* hydra.scm (hydra-jobs): Return one job for each non-bootstrap package.
| Ludovic Courtès | 2012-11-25 |
* | packages: Add missing export.•••* guix/packages.scm: Export `package-home-page'.
| Ludovic Courtès | 2012-11-25 |
* | distro: Search bootstrap binaries and patches in %LOAD-PATH.•••* Makefile.am (patchdir, bootstrapdir): Change to be sub-directories of
$(guilemoduledir).
(.scm.go): Remove `DISTRO_' environment variables.
* distro.scm (not-colon): Remove.
(%patch-path, %bootstrap-binaries-path): Default to sub-directories of
the entries in %LOAD-PATH.
* pre-inst-env.in: Remove definition of `DISTRO_' environment variables.
| Ludovic Courtès | 2012-11-25 |
* | distro: Add GNU Less.•••* distro/packages/less.scm: New file.
* Makefile.am (MODULES): Add it.
| Nikita Karetnikov | 2012-11-25 |
* | distro: Add GNU Nano.•••* distro/packages/nano.scm: New file.
* Makefile.am (MODULES): Add it.
| Nikita Karetnikov | 2012-11-25 |
* | doc: Mention the pronunciation of "Guix".•••* README: Mention pronunciation of "Guix".
* doc/guix.texi (Introduction): Likewise.
| Ludovic Courtès | 2012-11-25 |
* | distro: Add GNU Wget.•••* distro/packages/wget.scm: New file; patch-shebang phase added by
Ludovic Courtès.
* Makefile.am (MODULES): Add it.
| Nikita Karetnikov | 2012-11-25 |
* | distro: Add GNU Ddrescue.•••* distro/packages/ddrescue.scm: New file.
* Makefile.am (MODULES): Add it.
| Nikita Karetnikov | 2012-11-24 |
* | doc: Update `README'.•••* README: Update introductory summary. Point to Savannah instead of
Gitorious. Mention <bug-guix@gnu.org>.
(Guix & Nix): New section.
| Ludovic Courtès | 2012-11-24 |
* | distro: Add GNU Gettext.•••* distro/packages/gettext.scm,
distro/packages/patches/gettext-gets-undeclared.patch: New files.
* Makefile.am (MODULES): Add 'gettext.scm'.
(dist_patch_DATA): Add 'gettext-gets-undeclared.patch'.
| Nikita Karetnikov | 2012-11-24 |
* | build: Change bug-report address; add URL.•••* configure.ac: Change bug-report address in `AC_INIT'; add URL.
| Ludovic Courtès | 2012-11-24 |