Changes between Version 12 and Version 13 of BuildBot
- Timestamp:
- 07/01/07 23:22:31 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildBot
v12 v13 59 59 Remember to change `<buildbotdir>` to your buildbot directory. 60 60 61 Cron will run the command in a minimal environment: it won't execute your normal shell startup files, so you won't have your usual `PATH` settings, for example. To get the right `PATH` and other environment variables, we suggest adding them to the `make start` rule in `<buildbotdir>/Makefile`. F Or example, my start rule looks something like this:61 Cron will run the command in a minimal environment: it won't execute your normal shell startup files, so you won't have your usual `PATH` settings, for example. To get the right `PATH` and other environment variables, we suggest adding them to the `make start` rule in `<buildbotdir>/Makefile`. For example, my start rule looks something like this: 62 62 63 63 {{{
