changeset 739:7c8b6a329e12

Clarify BUILD_EXEC meaning in install docs. See #555.
author hodgestar
date Tue, 20 Apr 2010 19:01:40 +0000
parents 5f95a6f38490
children 77ddb8c210d8
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