summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-01-17 23:47:03 +0100
committerLudovic Courtès <ludo@gnu.org>2013-01-18 00:48:07 +0100
commit75f1e8f7cd8394cf287dc1da71096e8cad8eb5b3 (patch)
treea7e497a79245db1d1cbd4d8f518691677f49b752
parent082b3c6a6ccf5fc08b817df9d6e3c16131c11ea8 (diff)
doc: Mark binary deployment as not implemented yet.
* doc/guix.texi (Features): Add a footnote saying that binary deployment is missing.
-rw-r--r--doc/guix.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index a41560e75c..3b1c72460d 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -429,8 +429,11 @@ scripts, etc. This direct correspondence allows users to make sure a
given package installation matches the current state of their
distribution.
+@c FIXME: Remove footnote when it's implemented.
This foundation allows Guix to support @dfn{transparent binary/source
-deployment}. When a pre-built binary for a @file{/nix/store} path is
+deployment}@footnote{This feature is not implemented as of version
+@value{VERSION}. Please contact @email{bug-guix@@gnu.org} for more
+details.}. When a pre-built binary for a @file{/nix/store} path is
available from an external source, Guix just downloads it; otherwise, it
builds the package from source, locally.