changeset 740:49c06a8d9570 0.6.x

Merge [817] from trunk. Fixes #555.
author hodgestar
date Tue, 20 Apr 2010 19:05:16 +0000
parents 8054277e55dd
children c720e8eb2011
files doc/install.txt
diffstat 1 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/install.txt
+++ b/doc/install.txt
@@ -76,9 +76,16 @@
 to manage build configurations, and allow anonymous users to view the
 status and results of builds::
 
-  $ trac-admin /path/to/projenv permission add anonymous BUILD_EXEC
+  $ trac-admin /path/to/projenv permission add [yourname] BUILD_ADMIN
   $ trac-admin /path/to/projenv permission add anonymous BUILD_VIEW
-  $ trac-admin /path/to/projenv permission add [yourname] BUILD_ADMIN
+
+Build slaves (see next section) will need permission to download build
+configurations and submit results. You can grant the permission using::
+
+  $ trac-admin /path/to/projenv permission add [slavegroup] BUILD_EXEC
+
+Alternatively you may allow anyone to submit builds by giving anonymous
+users this permission.
 
 You should now see an additional tab labeled "Build Status" in the Trac
 navigation bar. This link will take you to the list of build configurations,
Copyright (C) 2012-2017 Edgewall Software