comparison README.txt @ 376:05c684ceb8c6

Use `req.href` instead of `env.href` as that works much better in Trac>=0.10. That also means Trac 0.9 is no longer supported.
author cmlenz
date Tue, 24 Jul 2007 09:27:56 +0000
parents f116a5068e4e
children e3ab7698dae7
comparison
equal deleted inserted replaced
375:79262e20b073 376:05c684ceb8c6
14 database 14 database
15 * The web interface, which is implemented as an add-on to Trac 15 * The web interface, which is implemented as an add-on to Trac
16 (http://trac.edgewall.com/) and provides a build management interface 16 (http://trac.edgewall.com/) and provides a build management interface
17 as well as presentation of build results. 17 as well as presentation of build results.
18 18
19 Both the build master and the web interface depend on Trac 0.9, and need 19 Both the build master and the web interface depend on Trac 0.10, and need
20 to be installed on the same machine, together with the Subversion 20 to be installed on the same machine, together with the Subversion
21 repository. The build slave only requires Python (>= 2.3), setuptools 21 repository. The build slave only requires Python (>= 2.3), setuptools
22 (>= 0.6a2), as well as any tools required by the build process itself. A 22 (>= 0.6a2), as well as any tools required by the build process itself. A
23 build slave may be run on any machine that can connect to the server 23 build slave may be run on any machine that can connect to the server
24 running the Bitten build master. 24 running the Bitten build master.
51 What's left to do now depends on whether you want to use the build master and 51 What's left to do now depends on whether you want to use the build master and
52 web interface, or just the build slave. In the latter case, you're already 52 web interface, or just the build slave. In the latter case, you're already
53 done. You might need to install software that the build of your project 53 done. You might need to install software that the build of your project
54 requires, but the Bitten build slave itself doesn't require anything extra. 54 requires, but the Bitten build slave itself doesn't require anything extra.
55 55
56 For the build master and web interface, you'll need to install Trac 0.9.3 or 56 For the build master and web interface, you'll need to install Trac 0.10 or
57 later. Please refer to the Trac documentation for information on how it is 57 later. Please refer to the Trac documentation for information on how it is
58 installed. 58 installed.
59 59
60 60
61 Build Master Configuration 61 Build Master Configuration
Copyright (C) 2012-2017 Edgewall Software