# HG changeset patch # User hodgestar # Date 1271790100 0 # Node ID 7c8b6a329e120875ce6163165bc140b5809ff084 # Parent 5f95a6f38490402f1a49414bab9a43d05cb0d1e2 Clarify BUILD_EXEC meaning in install docs. See #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,