@cryptotaxi247 / infra / commits / 6917266b

fix in errorSupport job

svn path=/configurations/trunk/tud/; revision=11374

Martin Bravenboer committed Mar 31, 2008 at 01:14 UTC 6917266b0b618923cc1eea010c6e0e2fef0bf317
1 file changed +1
supervisor/strategoxt/jobs.nix
+1
@@ -97,6 +97,7 @@ let easy = (import ./easy-job.nix) attrs;
97 errorSupportTrunk = makeEasyJob {
98 spec = specs.errorSupport;
99 dirName = "error-support-with-aterm64";
100 + makeInfoURL = makeInfoURL.withATerm64;
101 };
102
103 tideSupportTrunk = makeEasyJob {