]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commitdiff
Fix toolchain download.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 31 Jan 2010 11:24:35 +0000 (12:24 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 31 Jan 2010 11:24:35 +0000 (12:24 +0100)
www/webapp/__init__.py

index a8e34c503a2368a5c0dca7a3757ad6bcf3ec8285..e8f34ee83791bb0db002dbbd469ab5a09d8a4ad9 100644 (file)
@@ -83,7 +83,7 @@ class Application(tornado.web.Application):
                        (r"/", MainHandler),
                        (r"/[A-Za-z]{2}/?", MainHandler),
                        (r"/[A-Za-z]{2}/index", SourceHandler),
-                       (r"(/source.*)", SourceDownloadHandler),
+                       (r"(/source.*|/toolchains/.*)", SourceDownloadHandler),
                ] + static_handlers)
 
                # torrent.ipfire.org