From 0aa480fdf08a3e9fbd5962ba85cd229309cf144e Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Sun, 9 Feb 2014 18:23:26 +0100 Subject: [PATCH] docs --- playground/distnet/README.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/playground/distnet/README.rst b/playground/distnet/README.rst index 451cc139..f0e7d4b8 100644 --- a/playground/distnet/README.rst +++ b/playground/distnet/README.rst @@ -35,9 +35,8 @@ Limitations ########### - Waf and Python cannot be distributed as a packages (may require another process or an auto-update system) -- all dependencies must be specified at the moment, and there is no consistency verification -- once a folder is written to the cache it is never updated again -- there is no integrity verification aside from the package compresssion -- files submitted must not be small enough -- no server security (do it yourself!) +- Once a folder is written to the cache it is never updated again +- There is no integrity verification aside from the package compresssion +- Files submitted must be small enough +- Server server security and access right are to be implemented by the user (do it yourself!)