summaryrefslogtreecommitdiff
path: root/nix/sync-with-upstream
Commit message (Collapse)AuthorAge
* sync-with-upstream: Work around limitation of dash.Ludovic Courtès2013-12-19
| | | | | | Reported by Andreas Enge <andreas@enge.fr>. * nix/sync-with-upstream: Expand use of {cc,hh}, to placate dash.
* daemon: Fix 'HashSink::currentHash()'.Ludovic Courtès2013-12-19
| | | | | | | | | | | | | Before that, calls to 'HashSink::currentHash()' would eventually lead to a segfault because the underlying gcrypt handle has been closed. (Note that this method is only used via 'importPaths' and 'exportPath', though.) * nix/libutil/gcrypt-hash.hh (struct guix_hash_context): Add a constructor and a copy constructor; move out of 'extern "C"'. * nix/libutil/gcrypt-hash.cc (guix_hash_final): Clear 'md_handle' upon exit. * nix/sync-with-upstream (top_srcdir): Change hash.{cc,hh} to read 'struct Ctx' instead of 'union Ctx'.
* build: Fix `sync-with-upstream'.Ludovic Courtès2013-06-18
| | | | * nix/sync-with-upstream: Remove schema.sql.hh.
* Update a few more license headers.Ludovic Courtès2013-01-06
| | | | | * distro/packages/openssl.scm, m4/guix.m4, nix/sync-with-upstream: Update headers.
* build: Avoid brace expansion in `nix/sync-with-upstream'.Andreas Enge2012-12-14
| | | | * nix/sync-with-upstream: Avoid brace expansion, for the sake of Dash.
* daemon: Add `list-runtime-roots' script.Ludovic Courtès2012-12-05
| | | | | | | | | | * 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.
* build: Add `bootstrap' and `sync-with-upstream' scripts.Ludovic Courtès2012-12-03
* bootstrap, nix/sync-with-upstream: New files. * Makefile.am (EXTRA_DIST): Add `bootstrap'. * daemon.am (EXTRA_DIST): Add `nix/sync-with-upstream'.