Hi,
Currently, the smokeserver does not run smartlinks.pl etc., but redirects to tests.pugscode.org via .htaccess: Redirect /iblech/stuff/pugs-smokes/t http://tests.pugscode.org/t Redirect /iblech/stuff/pugs-smokes/ext http://tests.pugscode.org/ext
The multi-versioning of the t/ directory seems critical, because the tests in the YAML smokes are identified by line number, and the correspondence will be wrong if the test has changed. Therefore I'm afraid that a redirect to a single version of t/ won't suffice. The way I wrote the patch so far, checkouts of old t/ revisions would be cleaned up at the same time as the corresponding smoke. If the load of an SVN checkout (just of t/) upon smoke submit is too much, maybe we should migrate to a different server. It seems there are only a couple smokes submitted daily. Would it be too much load on feather? Alternatively, we could have the client send the whole t/ directory with the smoke report. Christopher