From 4d5476c4ca8e416b3ff0f56d05d7a9ae77ba8a22 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Mon, 19 Jul 2010 10:42:17 +0000 Subject: [PATCH] hydra: wrong order in diff between last succesful build and first broken build --- src/root/build.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/root/build.tt b/src/root/build.tt index 5720c790..63965d07 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -188,7 +188,7 @@

Build [% INCLUDE renderFullBuildLink build=firstBrokenBuild %] is the first build failure after the previous successful build of this job. The changes that might have caused the failure are:

- [% INCLUDE renderInputDiff build2=prevSuccessfulBuild , build1=firstBrokenBuild %] + [% INCLUDE renderInputDiff build1=prevSuccessfulBuild , build2=firstBrokenBuild %]

[% END %]