guix/guix
Caleb Ristvedt bf5bf5778c
Add (guix store deduplication).
* guix/store/database.scm (register-path): Add #:deduplicate? and call
'deduplicate' when it's true.
(counting-wrapper-port, nar-sha256): Move to...
* guix/store/deduplication.scm: ... here.  New file.
* tests/store-deduplication.scm: New file.
* Makefile.am (STORE_MODULES): Add deduplication.scm.
(SCM_TESTS) [HAVE_GUILE_SQLITE3]: Add store-deduplication.scm.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2018-06-01 15:35:54 +02:00
..
build union: Do not warn about harmless collisions. 2018-05-17 10:48:37 +02:00
build-system gnu: android-make-stub: Update to 0.6.0. 2018-05-10 15:35:28 +02:00
import
scripts pack: Use 'with-extensions' when referring to (guix docker). 2018-06-01 15:21:28 +02:00
store Add (guix store deduplication). 2018-06-01 15:35:54 +02:00
tests
base16.scm
base32.scm
base64.scm
build-system.scm
cache.scm
ci.scm
combinators.scm
config.scm.in Add (gnu store database). 2018-06-01 15:35:32 +02:00
cpio.scm
cve.scm
cvs-download.scm
derivations.scm
discovery.scm
docker.scm pack: Use 'with-extensions' when referring to (guix docker). 2018-06-01 15:21:28 +02:00
download.scm download: Remove unused procedure. 2018-05-29 15:09:44 +02:00
elf.scm
ftp-client.scm
gcrypt.scm
gexp.scm gexp: Add 'with-extensions'. 2018-06-01 15:20:54 +02:00
git-download.scm
git.scm
glob.scm
gnu-maintenance.scm
gnupg.scm
grafts.scm
graph.scm
hash.scm
hg-download.scm
http-client.scm http-client: Send redirection messages to stderr. 2018-05-26 17:04:17 +02:00
i18n.scm
licenses.scm
man-db.scm profiles: Use 'with-extensions'. 2018-06-01 15:21:28 +02:00
memoization.scm
modules.scm
monad-repl.scm
monads.scm
nar.scm
packages.scm guix: Separate the package name and version with "@", not "-". 2018-05-08 21:55:46 -07:00
pk-crypto.scm
pki.scm
profiles.scm profiles: Use 'with-extensions'. 2018-06-01 15:21:28 +02:00
profiling.scm
progress.scm
records.scm records: Make a couple of procedures available at expansion time. 2018-05-31 18:13:08 +02:00
scripts.scm
search-paths.scm search-paths: Add 'set-search-paths'. 2018-05-10 14:53:57 +02:00
self.scm build: Check for Guile-SQLite3. 2018-06-01 15:35:15 +02:00
serialization.scm
sets.scm
ssh.scm
store.scm
svn-download.scm
tests.scm
ui.scm guix build: Nicely report unbound variables with hints. 2018-05-04 15:07:08 +02:00
upstream.scm
utils.scm utils: Add 'version-prefix?'. 2018-05-13 13:29:27 +02:00
workers.scm
zlib.scm