aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-01-09 22:12:11 +0100
committerLudovic Courtès <ludo@gnu.org>2013-01-09 22:12:23 +0100
commitc0b3c89f16c2ba36da66a4259a271db449ee66ca (patch)
tree2f80036e8ee0d94a7b8d2ae06bdeb5780072ac2b /TODO
parentb2d58cd80a04ccab09a947d187ae55ff199eae08 (diff)
downloadguix-c0b3c89f16c2ba36da66a4259a271db449ee66ca.tar
guix-c0b3c89f16c2ba36da66a4259a271db449ee66ca.tar.gz
Augment `TODO'.
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 11 insertions, 2 deletions
diff --git a/TODO b/TODO
index 5510ee8c76..831ca80a15 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
-*- mode: org; coding: utf-8; -*-
-Copyright © 2012 Ludovic Courtès <ludo@gnu.org>
+Copyright © 2012, 2013 Ludovic Courtès <ludo@gnu.org>
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
@@ -23,6 +23,16 @@ X.509 SubjectPublicKeyInfo. These can be decoded with the [[http://lists.gnu.or
GnuTLS]], but not yet with its Guile bindings. There’s also
‘gnutls_privkey_sign_data’ to sign, and related functions.
+** Add a binary cache substituter
+
+Like scripts/download-from-binary-cache.pl in Nix, but written in
+Scheme. Substituters allow pre-built binaries to be downloaded when
+they are available from a trusted source.
+
+** Add a remote build hook
+
+Like scripts/build-remote.pl in Nix.
+
* infrastructure
** have a Hydra instance build Guix packages
@@ -101,7 +111,6 @@ Would allow build expressions to have system-dependent code, like
[[file:~/src/nix/src/libstore/build.cc::if%20(drv.env.find("allowedReferences")%20!%3D%20drv.env.end())%20{][See how Nix implements that internally]].
-
* union
Support sophisticated collision handling when building a union: check