From a97658447b70857c0462951ac3df662f34fa7790 Mon Sep 17 00:00:00 2001 From: nejucomo <> Date: Sat, 6 Feb 2010 23:44:07 +0000 Subject: [PATCH] Add a link to the build slave howto. [Imported from Trac: page Dev, version 83] --- Dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dev.md b/Dev.md index caac246..97ad218 100644 --- a/Dev.md +++ b/Dev.md @@ -28,7 +28,7 @@ Views into the process of Tahoe hackery. * To fetch the source code using [darcs v2](http://darcs.net): `darcs get --lazy tahoe` * `darcs v2` is highly recommended over `darcs v1`. If you really don't want to install `darcs v2`, then you can use `darcs v1` instead, but you'll have to run a slightly different command-line and be prepared to wait for tens of minutes for the initial `get` to finish. The command-line for `darcs v1` is: `darcs get tahoe`. * contains snapshots of current source code. - * The Buildbot page (linked at the top of each page) shows current build and test results. See the [BuildbotPolicy](BuildbotPolicy) page. + * The Buildbot page (linked at the top of each page) shows current build and test results. See the [BuildbotPolicy](BuildbotPolicy) page and [HowtoContribute](HowtoContribute)ABuildbot page. * The Timeline (linked at the top of each page) shows changes to the source code, the issue tickets, and the wiki (i.e. this web site). * [/../../tahoe-figleaf/current The code coverage statistics] show which lines of code get exercised by the unit tests. * [/../../tahoe-figleaf Archived data] is also available.