diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-01-22 00:17:15 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-01-22 00:17:42 +0100 |
commit | 476f8ea33ce3791dbe0c77332c92e4351827dcd5 (patch) | |
tree | 4b5ceee02bf4483f0223b545ed985f4eedef2780 /ROADMAP | |
parent | 7cd1d7bd0cead9999e8d829ddce7abed37f9e9a0 (diff) | |
download | patches-476f8ea33ce3791dbe0c77332c92e4351827dcd5.tar patches-476f8ea33ce3791dbe0c77332c92e4351827dcd5.tar.gz |
Update `ROADMAP'.
Diffstat (limited to 'ROADMAP')
-rw-r--r-- | ROADMAP | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -2,7 +2,7 @@ #+TITLE: Tentative GNU Guix Road Map -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 @@ -20,7 +20,7 @@ The goals of the GNU Guix project are two-fold: This documents lists tentative milestones toward these goals. -* GNU Guix 0.1: Dec. 2012 +* GNU Guix 0.1: Jan. 2013 (was: Dec. 2012) ** basic package management facilities @@ -41,6 +41,11 @@ Including install, upgrade, remove, roll-back, and search. - sophisticated handling of collisions when building a union (package priorities, etc.) +** [[file:TODO::*add%20guix-pull][guix-pull tool]] to quickly update Guix and GNU for normal users +** support for fetching pre-built binaries + + - this is known as the "binary-cache substituter" in Nix parlance + ** auto-update facility available for GNU packages ** more packages |