diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2013-10-06 22:55:36 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2013-10-06 22:55:36 +0200 |
| commit | 5d388c7c3f31b956182f7f88cc06896cba28d9bf (patch) | |
| tree | 50a95d7b7fc7b9417c58662e879701e4e59a9ac8 | |
| parent | 17b293a09cee16007816727f8ff77bbd8d0da103 (diff) | |
Augment 'TODO'.
| -rw-r--r-- | TODO | 10 |
1 files changed, 6 insertions, 4 deletions
| @@ -28,11 +28,13 @@ Ideally, extend .nix-cache-info to include the server's public key, and also | |||
| 28 | reply to requests for .narinfo.sig. | 28 | reply to requests for .narinfo.sig. |
| 29 | Optionally, use Guile-Avahi to publish the service. | 29 | Optionally, use Guile-Avahi to publish the service. |
| 30 | 30 | ||
| 31 | ** MAYBE Add a substituter that uses the GNUnet DHT | 31 | ** MAYBE Add a substituter that uses the GNUnet DHT or [[http://libswift.org][libswift]] |
| 32 | 32 | ||
| 33 | Would be neat if binaries could be pushed to and pulled from the GNUnet | 33 | Would be neat if binaries could be pushed to and pulled from the GNUnet DHT or |
| 34 | DHT. Guix users would sign their binaries, and define which binaries | 34 | rather libswift (since DHTs aren’t suited for large payloads). Guix users |
| 35 | they trust. | 35 | would sign their binaries, and define which binaries they trust. |
| 36 | |||
| 37 | Use UPnP and similar to traverse NAT, like ‘filegive’ does. | ||
| 36 | 38 | ||
| 37 | ** Add a remote build hook | 39 | ** Add a remote build hook |
| 38 | 40 | ||
