# HG changeset patch # User hodgestar # Date 1271790316 0 # Node ID 49c06a8d9570994df74c59a2d79ddd32e115d299 # Parent 8054277e55dded355765b56d6e3340566f0dd714 Merge [817] from trunk. Fixes #555. diff --git a/doc/install.txt b/doc/install.txt --- 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,