aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-04-12 15:59:03 +0200
committerLudovic Courtès <ludo@gnu.org>2013-04-12 17:31:05 +0200
commit9297c90b69ba2d1f504f8c63b92510806615847d (patch)
tree2b3efcdfdabc3e66f9b1ee48993bf6c5500ba9ec /TODO
parent3b8246057629c5fbdcb297da12f88fae69ee1a9a (diff)
downloadguix-9297c90b69ba2d1f504f8c63b92510806615847d.tar
guix-9297c90b69ba2d1f504f8c63b92510806615847d.tar.gz
Update `TODO'.
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 6 insertions, 4 deletions
diff --git a/TODO b/TODO
index 205e1d71af..7a3b892105 100644
--- a/TODO
+++ b/TODO
@@ -17,11 +17,13 @@ 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 `guix publish' to publish the store using Guile's web server
+
+Generate narinfos and nars on the fly, upon HTTP GET requests.
+Ideally, extend .nix-cache-info to include the server's public key, and also
+reply to requests for .narinfo.sig.
+Optionally, use Guile-Avahi to publish the service.
** MAYBE Add a substituter that uses the GNUnet DHT