Fix permuted host and tree
authorMatthieu Patou <mat@matws.net>
Sat, 6 Nov 2010 11:42:36 +0000 (14:42 +0300)
committerMatthieu Patou <mat@matws.net>
Sat, 6 Nov 2010 11:42:36 +0000 (14:42 +0300)
web/build.py

index 2ad9aa868b7eebbb62dbe62c080b88bae54efb47..bc041263a68ddcfcbaf32d2a80b26227b2ca47be 100755 (executable)
@@ -75,7 +75,7 @@ def build_link(myself, tree, host, compiler, rev, status):
     else:
         opt_rev = ''
     return "<a href='%s?function=View+Build;host=%s;tree=%s;compiler=%s%s'>%s</a>" % (
-           myself, tree, host, compiler, opt_rev, status)
+           myself, host, tree, compiler, opt_rev, status)
 
 
 def html_build_status(status):