summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Legoll <vincent.legoll@gmail.com>2016-08-31 09:10:21 +0200
committerLudovic Courtès <ludo@gnu.org>2016-09-01 14:57:03 +0200
commite5cd149f681cc8d285da6c7638b70a43b333f337 (patch)
treeb8279f435e7f52650dcfc11c92b40ee55a1c64ef
parent38c2b503545c7f214ff7670bd9f62bdebb59186d (diff)
Update 'TODO'.
* TODO: Remove items about guix challenge & guix publish. Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--TODO12
1 files changed, 0 insertions, 12 deletions
diff --git a/TODO b/TODO
index b7c8ca43130..3a8a77b1457 100644
--- a/TODO
+++ b/TODO
@@ -9,13 +9,6 @@ Copyright © 2012, 2013, 2014 Ludovic Courtès <ludo@gnu.org>
9 are permitted in any medium without royalty provided the copyright 9 are permitted in any medium without royalty provided the copyright
10 notice and this notice are preserved. 10 notice and this notice are preserved.
11 11
12* Add `guix publish' to publish the store using Guile's web server
13
14Generate narinfos and nars on the fly, upon HTTP GET requests.
15Ideally, extend .nix-cache-info to include the server's public key, and also
16reply to requests for .narinfo.sig.
17Optionally, use Guile-Avahi to publish the service.
18
19* MAYBE Add a substituter that uses the GNUnet DHT or [[http://libswift.org][libswift]] 12* MAYBE Add a substituter that uses the GNUnet DHT or [[http://libswift.org][libswift]]
20 13
21Would be neat if binaries could be pushed to and pulled from the GNUnet DHT or 14Would be neat if binaries could be pushed to and pulled from the GNUnet DHT or
@@ -74,11 +67,6 @@ per-package priorities, etc.
74Tests that need to download stuff or otherwise take a long time would only be 67Tests that need to download stuff or otherwise take a long time would only be
75run when that is defined. 68run when that is defined.
76 69
77* add "guix challenge"
78
79Would download a substitute, and compare its contents against a (hopefully
80locally-built) copy.
81
82* guix build utils 70* guix build utils
83** MAYBE Change ‘ld-wrapper’ to add RPATH for libs passed by file name 71** MAYBE Change ‘ld-wrapper’ to add RPATH for libs passed by file name
84 72